summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
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
2022-03-20Everywhere: Move commonmark.spec.json to /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-20LibCrypto: Add DH exchange for SECP256r1 to TestCurvesMichiel Visser
2022-03-20LibCrypto+LibTLS: Add SECP256r1 support to LibTLSMichiel Visser
2022-03-20LibCrypto+LibTLS: Generalize the elliptic curve interfaceMichiel Visser
2022-03-18AK+Tests: Fix StringUtils::contains() being confused by repeating textSam Atkins
2022-03-18LibCrypto: Implement the SECP256r1 elliptic curveMichiel Visser
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-16LibTest: Provide detailed per-file JSON output with --per-fileAli Mohammad Pur
2022-03-13AK: Add naive implementations of AK::timing_safe_compareBrian Gianforcaro
2022-03-13Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cppBrian Gianforcaro
2022-03-10Tests: Port TestHTMLTokenizer to Core::StreamSam Atkins
2022-03-10Tests: Port TestCommonmark to Core::StreamSam Atkins
2022-03-10Tests: Port test-wasm to Core::StreamSam Atkins
2022-03-10Tests: Port test-cpp-preprocessor to Core::StreamSam Atkins
2022-03-10Tests: Port test-cpp-parser to Core::StreamSam Atkins
2022-03-09AK: Add reverse iterator as memberFederico Guerinoni
2022-03-09AK: Implement wrapper for reverse range for loopFederico Guerinoni
2022-03-09AK: Implement reverse iterator for Vector classFederico Guerinoni
2022-03-09LibCrypto: Add curve X448stelar7
2022-03-08LibC: Set `saved_str` to null in strtok_r if no tokens were foundDaniel Bertalan
2022-03-08AK: Add IPv6Address classTom
2022-03-08Tests: Include limits.h for PATH_MAX in realpath testsTim Schumacher
2022-03-08Tests: Include limits.h for MB_LEN_MAX in wchar testsTim Schumacher
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-03-07AK: Add test for unbounded HashTable capacity leakAndreas Kling
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-02AK: Print NaN and infinite numbers in PrintfImplementationPeter Ross
2022-03-02LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`Peter Ross
2022-02-28AK: Add tests for integer values formatting in printfTimur Sultanov
2022-02-28AK: Add FixedPoint base 2 logarithmkleines Filmröllchen
2022-02-28AK: Fix FixedPoint to integral comparisonskleines Filmröllchen
2022-02-27Tests: Test DisjointChunks with FixedArraykleines Filmröllchen
2022-02-25AK: Ignore whitespace while decoding base64Andreas Kling
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling