summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
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
2021-12-24AK: Make `Disjoint*::is_empty()` not call sizeMichel Hermier
2021-12-24Tests: Benchmark `DisjointChunck::is_empty`Michel Hermier
2021-12-23LibC: Allow multiple includes of `<assert.h>`Michel Hermier
2021-12-21AK: Add convert_to_uint_from_octalXavier Defrang
2021-12-21LibRegex: Parse capture group names according to the ECMA262 specdavidot
2021-12-21LibRegex: Disallow duplicate named capture groups in ECMA262 parserdavidot
2021-12-20Kernel: Return EINVAL when specifying -1 for setuid and similar syscallsLiav A
2021-12-19LibTest: Add `EXPECT_NO_CRASH`Michel Hermier
2021-12-19LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`Michel Hermier
2021-12-19Tests: Add test for `raise`Michel Hermier
2021-12-19Tests: Add test for `assert`Michel Hermier
2021-12-19Tests: Add test for `abort`Michel Hermier
2021-12-18AK: Add BuiltinWrappers.hNick Johnson
2021-12-16AK: Make JsonValue::from_string("") return a null JsonValueAndreas Kling
2021-12-16Tests: Implement tests for the Serenity Stream APIsin-ack
2021-12-16AK+Tests: Use less space in ErrorOrBen Wiederhake
2021-12-15LibRegex: Merge alternations based on blocks and not instructionsAli Mohammad Pur
2021-12-12LibCore: Add support for range-based for loops on LineIteratorsSahan Fernando
2021-12-12Tests: Add tests for sigwait/sigwaitinfo/sigtimedwaitIdan Horowitz
2021-12-08LibCrypto+Tests: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08AK+Tests: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-05Tests: Cast unused smart-pointer return values to voidSam Atkins
2021-12-04LibSQL: Gracefully react to unimplemented valid SQLJan de Visser
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-12-01Tests: Add a test to ensure sigaltstack() is working correctlyIdan Horowitz
2021-11-30LibUnicode: Support code point names that apply to ranges of code pointsTimothy Flynn