summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-01-16LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY fooJan de Visser
2022-01-16AK: Fix logic in String::operator>(const String&)Matt Jacobson
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14Tests: Unmap memory ranges on /dev/mem after testing mmap(2)Liav A
2022-01-14AK: Make Variant::visit() prefer overloads accepting T const& over T&Ali Mohammad Pur
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-14Tests: Remove some temporary files when finished using themAndreas Kling
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-13Tests: Test FixedArray completelykleines Filmröllchen
2022-01-13AK: Remove clear() from FixedArray and fixate its allocation guaranteeskleines Filmröllchen
2022-01-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy Flynn
2022-01-11LibUnicode: Parse and generate long and short generic time zone namesTimothy Flynn
2022-01-11LibUnicode: Fall back to GMT offset when a time zone name is unavailableTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATALinus Groh
2022-01-11AK+Kernel: Remove one_ref_left() footgunAndreas Kling
2022-01-11LibTimeZone: Begin generating GMT offset rules for each time zoneTimothy Flynn
2022-01-11LibTimeZone: Add methods to canonicalize a time zone nameTimothy Flynn
2022-01-11LibTimeZone: Add method to convert a time zone to a stringTimothy Flynn
2022-01-11LibTimeZone: Perform time-zone-from-string lookups case insensitivelyTimothy Flynn
2022-01-11LibTimeZone: Add a unit test for generated time zone dataTimothy Flynn
2022-01-11AK: Define a traits helper for case-insensitive StringView hashingTimothy Flynn
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-08Tests: Add test cases for #10702 and #10717Simon Woertz
2022-01-08Tests: Add base structure for LibPDF unit testsSimon Woertz
2022-01-08Kernel: Implement read functionality for MemoryDeviceLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07AK: Use a full-period xorshift PRNG for double_hashSchlufi
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2022-01-07LibSQL: Properly parse ESCAPE expressionsGuilherme Gonçalves
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06AK: Ensure negative predicate in TestHashMap could run unsuccessfullyNHOrus
2022-01-05AK: Improve HashTable::remove_all_matching() test slightlyAndreas Kling
2022-01-05AK: Make Vector::remove_all_matching() return removal successAndreas Kling
2022-01-05AK: Make Hash{Map,Table}::remove_all_matching() return removal successAndreas Kling
2022-01-05AK: Add HashMap::remove_all_matching(predicate)Andreas Kling
2022-01-05AK: Add HashTable::remove_all_matching(predicate)Andreas Kling
2022-01-04Tests: Link some tests directly against LibUnicodeDataTimothy Flynn
2022-01-04AK: Add `mix`Jelle Raaijmakers
2022-01-02Tests: Add floor and ceil tests to test-mathsin-ack
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2022-01-01LibCore: Add FilePermissionsMaskXavier Defrang
2022-01-01Tests/LibCore: Add regression test for the read_until_any_of OOB readDaniel Bertalan
2021-12-31test-wasm: Convert WebAssemblyModule::create() to ThrowCompletionOrLinus Groh
2021-12-30LibJS: Convert resolve_binding() to ThrowCompletionOrdavidot
2021-12-29LibJS: Detect invalid unicode and stop lexing at that pointdavidot
2021-12-28LibCore: Fix race conditions in TestLibCoreStreamAndreas Kling
2021-12-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-25LibRegex: Make FailForks fail all forks up to the last save pointAli Mohammad Pur