serenity/Tests
Timothy Flynn b0d6399f60 LibCrypto: Do not allow signed big integers to be negative zero
If a big integer were to become negative zero, set the sign to instead
be positive. This prevents odd scenarios where users of signed big ints
would falsely think the result of some big int arithmetic is negative.
2022-02-06 15:49:54 +00:00
..
AK Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
Kernel Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibC LibC: Ensure most time tests run under UTC 2022-01-25 18:39:36 +00:00
LibCompress
LibCore LibCore: Remove Core::LocalSocket :^) 2022-02-06 10:28:19 +01:00
LibCpp
LibCrypto LibCrypto: Do not allow signed big integers to be negative zero 2022-02-06 15:49:54 +00:00
LibEDID LibEDID: Fix handling extension maps 2022-01-24 19:29:06 +00:00
LibELF
LibGfx Everywhere: Fully qualify font names by including their slope 2022-02-01 10:06:26 +01:00
LibGL Tests: Add a simple LibGL render-test 2021-11-29 23:17:05 +03:30
LibIMAP Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibJS LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr 2022-01-31 16:19:23 +01:00
LibM Tests: Add floor and ceil tests to test-math 2022-01-02 12:44:31 +03:30
LibMarkdown
LibPDF Tests: Add test cases for #10702 and #10717 2022-01-08 18:57:55 +01:00
LibPthread
LibRegex LibRegex: Support non-ASCII whitespace characters when matching \s or \S 2022-02-05 22:30:10 +03:30
LibSQL LibSQL: Implement DESCRIBE TABLE tests 2022-02-05 00:35:03 +01:00
LibTest LibTest: Add EXPECT_NO_CRASH 2021-12-19 14:22:06 -08:00
LibThreading
LibTimeZone Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
LibTLS Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 2022-02-06 13:10:10 +01:00
LibUnicode Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
LibWasm test-wasm: Convert WebAssemblyModule::create() to ThrowCompletionOr 2021-12-31 15:01:16 +01:00
LibWeb Everywhere: Convert VM::call() to JS::call() 2022-01-23 15:24:45 +00:00
UserspaceEmulator
CMakeLists.txt LibEDID: Add a library to parse EDID blobs 2022-01-23 22:45:21 +00:00