ladybird/Tests
Brian Gianforcaro c54ae3afd6 Tests: Fix AK/TestJSON.cpp by not relying on disk resources
The following commit broke Tests/AK/TestJSON.cpp as it removed the
file that the test loaded from disk to validate JSON parsing.

    commit ad141a2286
    Author: Andreas Kling <kling@serenityos.org>
    Date:   Sat Jul 31 15:26:14 2021 +0200

        Base: Remove "test.frm" from HackStudio test project

Instead of restoring the file, lets just embed a bit of JSON in the
test case to avoid using external resources, as they obviously are
surprising and make the test less portable across environments.
2021-07-31 23:56:40 +02:00
..
AK Tests: Fix AK/TestJSON.cpp by not relying on disk resources 2021-07-31 23:56:40 +02:00
Kernel Kernel: Unmapping a non-mapped region with munmap() should be a no-op 2021-07-30 13:16:55 +02:00
LibC Tests: Fix compile errors on Clang 2021-07-14 13:12:25 +02:00
LibCompress Tests: Use ByteBuffer::create_zeroed in TestDeflate instead of memset 2021-05-27 15:18:03 +02:00
LibCore LibCore: Add unit test for File::read_line 2021-06-22 18:54:40 +04:30
LibCpp LibCpp: Add regression tests for the parser 2021-05-19 23:19:07 +02:00
LibCrypto LibCrypto: Add tests for SignedBigInteger bitwise operations 2021-07-01 11:37:16 +02:00
LibELF Tests: Add LibELF tests 2021-05-15 11:02:04 +01:00
LibGfx LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
LibIMAP Tests: Add tests for the quoted printable decoder 2021-07-24 20:11:28 +04:30
LibJS Userland+Tests: Split out generic test runner from JS TestRunner 2021-06-30 08:18:28 +04:30
LibM LibM: Turn off builtins, fix tests & implementation 2021-07-17 17:37:20 +02:00
LibPthread LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
LibRegex LibRegex+LibUnicode: Begin implementing Unicode property escapes 2021-07-30 21:26:31 +01:00
LibSQL Tests: Fix compile errors on Clang 2021-07-14 13:12:25 +02:00
LibThreading Tests+LibThreading: Add new tests for LibThreading for detach() 2021-07-02 17:52:45 +02:00
LibTLS LibCrypto+LibTLS: Split and move test suite into Tests directory 2021-06-19 19:05:36 +04:30
LibUnicode LibUnicode: Handle code points that are both cased and case-ignorable 2021-07-28 23:42:29 +02:00
LibWasm LibWasm+Everywhere: Make the instruction count limit configurable 2021-07-17 01:13:39 +04:30
LibWeb LibWeb: Avoid assertion failure on parsing numeric character references 2021-07-28 18:32:22 +02:00
UserspaceEmulator Tests: Rename write-oob 2021-07-14 11:26:34 +04:30
CMakeLists.txt LibUnicode: Introduce a Unicode library for interacting with UCD files 2021-07-26 17:03:55 +01:00