summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-11-29Tests/Kernel: Add a very simple test for posix_fallocate()Andreas Kling
2022-11-26LibGL: Add some tests for the buffer APIcflip
2022-11-26LibSQL: Fix BTree corruption in `TreeNode::split`Jelle Raaijmakers
2022-11-26Tests: Replace {'if' => 'ifdef'} AK_OS_EMSCRIPTENAli Mohammad Pur
2022-11-26Everywhere: Add support for compilation under emscriptenAli Mohammad Pur
2022-11-25LibVideo: Read Matroska lazily so that large files can start quicklyZaggy1024
2022-11-25LibVideo: Propagate decoder errors in the Matroska ReaderZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-23Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includesAndreas Kling
2022-11-23LibJS+LibWeb: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-19LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add testsAndreas Kling
2022-11-18AK: Add JSON object/array for-each methods for fallible callbacksTimothy Flynn
2022-11-15Tests/AK: Re-enable `HashTable<double>` testDaniel Bertalan
2022-11-11AK: Add optional explicit cast to underlying type to DistinctNumericSam Atkins
2022-11-11AK+Everywhere: Replace DistinctNumeric bool parameters with named onesSam Atkins
2022-11-11AK: Don't crash in HashTable::clear_with_capacity on an empty tableZaggy1024
2022-11-10AK: Allow Variant::downcast<OtherVariantType>()Ali Mohammad Pur
2022-11-09LibRegex: Don't treat ForkReplace* as new forksAli Mohammad Pur
2022-11-03AK: Add framework for a unified floating point to string conversionDan Klishch
2022-11-02LibCrypto: Add a way to compare UnsignedBigInteger with doubleMoustafa Raafat
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
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