summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
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
2021-11-30LibCore: Fix relative seeking in IODeviceArne Elster
2021-11-29Tests: Add a simple LibGL render-testHendiadyoin1
2021-11-26Tests: Fix TestLibCoreArgsParser with add_positional_argument API changeBrian Gianforcaro
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-19LibUnicode: Support locales-without-script aliases for ECMA-402Timothy Flynn
2021-11-18AK: Implement `acos<T>` correctlyJelle Raaijmakers
2021-11-18LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewritingAli Mohammad Pur
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-16LibCrypto: Fix subtracting two negative `SignedBigInteger`sLinus Groh
2021-11-13Tests/LibRegex: Add tests for line end anchors in PosixBasicTim Schumacher
2021-11-11Tests/LibGfx: Actually test image decoders in TestImageDecoderAndreas Kling