summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-08-11LibRegex: Disallow invalid interval qualifiers in Unicode modeTimothy Flynn
2021-08-11LibUnicode: Handle edge-case script extensions, Common and InheritedTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for scripts and script extensionsTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for Unicode propertiesTimothy Flynn
2021-08-11LibUnicode: Include Unassigned code points in the Other General CategoryTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for General Category propertiesTimothy Flynn
2021-08-09Tests: Add test for String::bijective_base_from()Mandar Kulkarni
2021-08-08Tests: Disable UserspaceEmulator tests for Clang buildsDaniel Bertalan
2021-08-08LibDebug: Store 64-bit numbers in AttributeValueDaniel Bertalan
2021-08-08Tests: Add Clang pragma for turning off optimizationsDaniel Bertalan
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-08-06Tests: Remove unused variables for clang buildLenny Maiorani
2021-08-06AK: Improve the parsing of data urlsTheFightingCatfish
2021-08-04LibRegex: Support property escapes of Unicode script extensionsTimothy Flynn
2021-08-04LibRegex: Support property escapes of the Unicode script propertyTimothy Flynn
2021-08-03Tests: Add coverage for sys$alarm() success caseBrian Gianforcaro
2021-08-03Tests: Add coverage for sys$alarm() canceling a stale timerBrian Gianforcaro
2021-08-02LibRegex: Generate negated property escapes as a single instructionTimothy Flynn
2021-08-02LibRegex: Support property escapes of the form \p{Type=Value}Timothy Flynn
2021-08-02LibRegex: Support property escapes of Unicode General CategoriesTimothy Flynn
2021-08-02LibRegex: Add some tests for Fork{Stay,Jump} performanceAli Mohammad Pur
2021-08-01Tests: Remove unused header includesBrian Gianforcaro
2021-07-31Tests: Fix AK/TestJSON.cpp by not relying on disk resourcesBrian Gianforcaro
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn
2021-07-30Kernel: Unmapping a non-mapped region with munmap() should be a no-opAndreas Kling
2021-07-30Tests: Validate unmapping 0x0 doesn't crash the KernelBrian Gianforcaro
2021-07-28LibUnicode: Handle code points that are both cased and case-ignorableTimothy Flynn
2021-07-28LibUnicode: Check word break when deciding on case-ignorable code pointsTimothy Flynn
2021-07-28LibUnicode: Check property list when deciding if a code point is casedTimothy Flynn
2021-07-28LibWeb: Avoid assertion failure on parsing numeric character referencesovf
2021-07-27LibUnicode: Begin implementing special Unicode case foldingTimothy Flynn
2021-07-27LibWeb: Fix parsing of character references in attribute valuesovf
2021-07-26LibUnicode: Introduce a Unicode library for interacting with UCD filesTimothy Flynn
2021-07-25AK: Create MACAddress from stringbrapru
2021-07-24Tests: Add tests for the quoted printable decoderLuke
2021-07-23LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"Timothy Flynn
2021-07-23LibRegex: Support UTF-16 RegexStringView and improve Unicode matchingTimothy Flynn
2021-07-23Tests: Add test coverage for sys$pledge(..) argument validationBrian Gianforcaro
2021-07-23Tests: Add test coverage for sys$unveil(..) argument validationBrian Gianforcaro
2021-07-22AK: Implement {any,all}_of(IterableContainer&&, Predicate)Ali Mohammad Pur
2021-07-22AK: Add a CommonType<Ts...> type traitAli Mohammad Pur
2021-07-22AK: Add Utf16View for decoding UTF-16 stringsTimothy Flynn
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19AK: Use new Formatter for each element in Formatter<Vector<T>>Andrew Kaster
2021-07-18Tests: Make mmap test point to new kernel address tooPeter Bindels
2021-07-18LibRegex+Everywhere: Make LibRegex more unicode-awareAli Mohammad Pur
2021-07-18LibRegex: Don't do out-of-bound match accesses when a test failsAli Mohammad Pur
2021-07-18Tests: Disable test if platform has no UserspaceEmulatorPeter Bindels
2021-07-18AK: Allow setting both width and precision when formatting a stringTimothy Flynn
2021-07-17AK: Track byte length, rather than code point length, in Utf8View::trimTimothy Flynn