summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-10-31LibVideo: Add VideoFrame class for decoded video framesZaggy1024
2022-10-27Tests: Add pthread scheduler priority testskleines Filmröllchen
2022-10-25Tests: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-24AK: Add SplitBehavior::KeepTrailingSeparator with testsdemostanis
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-23AK: Make the JsonParser use the new double parser for numbersdavidot
2022-10-23LibC+Tests: Add extra tests for special values for strtoddavidot
2022-10-23AK: Add an exact and fast hex float parsing algorithmdavidot
2022-10-23AK: Add an exact and fast floating point parsing algorithmdavidot
2022-10-23AK: Make truncating UFixedBigInts constexprdavidot
2022-10-20AK: Do not append string bytes as code points when title-casing a stringTimothy Flynn
2022-10-19LibGL: Remove context initialization from testsJelle Raaijmakers
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-17LibTimeZone: Default to UTC if parsing the TZ environment variable failsTimothy Flynn
2022-10-16LibGL: Immediately dereference vertex attribute data in display listsJelle Raaijmakers
2022-10-16Kernel: Use more fine-grained content data block granularity in TmpFSLiav A
2022-10-14LibSQL: Rewrite the SQL::Value type to be contained within one classTimothy Flynn
2022-10-14LibSQL: Remove infallible type conversions from SQL::ValueTimothy Flynn
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-10-14Tests+Userland: Prefer using __builtin_trap() instead of UD2Gunnar Beutner
2022-10-14AK+Toolchain: Make char and wchar_t behave on AARCH64Gunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-12test262-runner: Use names for the different exit codesdavidot
2022-10-12test262-runner: Port to Core::Streamdavidot
2022-10-12test-test262: Port to Core::Stream and use TRY moredavidot
2022-10-12test-test262: Close the output file stream after writingdavidot
2022-10-12LibVideo: Allow the VP9 decoder to decode ultra high resolution videoZaggy1024
2022-10-11LibCompress: Brotli support metadata of skip_length=0Tommy Murphy
2022-10-11AK+Tests: Correct off-by-one error when right-trimming textSam Atkins
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-10Tests: Remove LibRegex benchmark test file that has become staleAndrew Kaster
2022-10-09LibVideo: Add test to ensure that a VP9 WebM file will decodeZaggy1024
2022-10-09AK+Tests: Avoid creating invalid code points from malformed UTF-8Ben Wiederhake
2022-10-07LibUnicode: Update code point ideographic replacements for Unicode 15Timothy Flynn
2022-10-07LibUnicode: Fix Hangul syllable composition for specific casesmatcool
2022-10-06LibC: Implement `mkstemps()` in stdlib and add a testEWouters
2022-10-06Tests: Add tests for LibUnicode's normalizematcool
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-09-28LibTimeZone: Use the last DST rule in the TZDB if a match isn't foundTimothy Flynn
2022-09-26Tests/Kernel: Add tests to ensure we don't regress InodeVMObjectsLiav A
2022-09-24Revert "Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects"Liav A
2022-09-21AK+LibJS: Handle NaN-boxing pointers on AArch64Daniel Bertalan
2022-09-20Kernel/Tests: Don't compile x86 IO for non-x86 buildsLiav A
2022-09-20AK: Fix bad parsing of some file:/// URLs with base URLAndreas Kling
2022-09-17LibCompress+Tests: Demonstrate and fix faulty metadata lengthBen Wiederhake
2022-09-16Tests: Move the former LibM test into the LibC namespaceTim Schumacher
2022-09-16LibGL: Make GL::create_context fallibleAndrew Kaster
2022-09-16Tests/Kernel: Add tests to ensure we don't regress InodeVMObjectsLiav A
2022-09-15AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArrayHendiadyoin1
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro