summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-06-24Tests: Add test for dlsym(RTLD_DEFAULT) for symbols from dlopen'd libsAndrew Kaster
2022-06-23AK: Zero previous pointer *after* fixing the insertion list in HashTableHendiadyoin1
2022-06-23Tests: Add tests for `wcsftime`Tim Schumacher
2022-06-23LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-22AK: Clear the previous and next pointers of deleted HashTable bucketsIdan Horowitz
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-06-10Tests: Add tests for the LibPthread cleanup handlersTim Schumacher
2022-06-04LibGL: Reject GL_LEFT and GL_RIGHT in glCullFaceLuke Wilde
2022-06-02LibGL: Check that texture name is allocated before marking it as freeLuke Wilde
2022-05-30LibXML+Tests: Consume `>` in the character data ending `]]>` and test itLuke Wilde
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser
2022-05-20Tests: Add tests for posix_memalign(3) and aligned_alloc(3)Peter Elliott
2022-05-12LibCrypto: Add Ed25519stelar7
2022-05-12Tests: Fix new GCC 12 warningsDaniel Bertalan
2022-05-09LibGL+LibGPU+LibSoftGPU: Implement point and line drawingJelle Raaijmakers
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-04-22LibRegex: Check inverse_matched after every op, not just at the endAli Mohammad Pur
2022-04-21LibCore: Introduce SharedSingleProducerCircularQueuekleines Filmröllchen
2022-04-20LibGL: Set W-coordinate to 1 in `glRect*`Jelle Raaijmakers
2022-04-17LibTLS: Fix TestTLSHandshake by correctly reading the CA certificatesMichiel Visser
2022-04-17Tests: Implement reference image testing for LibGLJelle Raaijmakers
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-14Tests: Add a test for printf truncationTim Schumacher
2022-04-13LibCrypto: Add ChaCha20stelar7
2022-04-11AK: Disable the HashTable<double> test until UB issue is fixedAndreas Kling
2022-04-10AK: Add hash traits for floating-point primitivesAndreas Kling
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/Simon Wanner
2022-04-08test-js: Define detachArrayBuffer global functionTimothy Flynn
2022-04-08LibCrypto: Add Poly1305stelar7
2022-04-06Tests: Remove test-webAndreas Kling
2022-04-05AK: Invalidate UTF-8 encoded code points larger than U+10ffffTimothy Flynn
2022-04-04AK: Allow Optional<T&> to existAli Mohammad Pur
2022-04-03Tests: Make TestEFault not rely on automatic guard pagesAndreas Kling
2022-04-03Tests: Clear errno before syscalls in TestEFaultAndreas Kling
2022-04-03Tests: Remove unused macro in TestEFaultAndreas Kling
2022-04-03Tests: Add some test coverage for the TTF parserNico Weber
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31Tests: Test non-trivial re-hashing in HashTablekleines Filmröllchen
2022-03-31Tests: Introduce a HashTable benchmark for "table thrashing"kleines Filmröllchen
2022-03-30AK: Allow printing wide characters using %ls modifiersafarp
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-29Tests: Add a basic UTF-8 to UTF-8 LibTextCodec testKarol Kosek
2022-03-27AK: Add an ArbitrarySizedEnum templateLinus Groh
2022-03-26LibCrypto: Correctly add length to SHA384 and SHA512 hashesMichiel Visser
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra