ladybird/Libraries/LibTest
Tim Ledbetter 275e141823 LibJS: Rename Value::as_array() to Value::as_array_exotic_object()`
This better describes what the method returns and avoids the possible
confusion caused by the mismatch in behavior between
`Value::is_array()` and `Value::as_array()`.
2026-03-29 13:45:38 +02:00
..
Randomized Everywhere: Remove sv suffix from format string literals 2025-04-08 20:00:18 -04:00
AssertionHandler.cpp LibTest: Prevent -dead_strip from removing assertion handler 2026-03-19 18:36:27 +01:00
AssertionHandler.h LibTest: Fix custom assertion handler on FreeBSD and OpenBSD 2026-01-12 20:58:21 +01:00
CMakeLists.txt LibTest: Move declaration of JS main target around to avoid CMake bug 2025-07-09 16:26:49 -06:00
JavaScriptTestRunner.h LibJS: Rename Value::as_array() to Value::as_array_exotic_object()` 2026-03-29 13:45:38 +02:00
JavaScriptTestRunnerMain.cpp LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
Macros.h LibTest: Support death tests without child process cloning 2025-05-16 13:23:32 -06:00
Results.h AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
TestCase.h LibTest: Support death tests without child process cloning 2025-05-16 13:23:32 -06:00
TestMain.cpp AK: Expose helpers to invoke Windows runtime config directly in main() 2025-10-29 21:07:52 -06:00
TestResult.h LibTest: Explicitly export symbols 2025-05-16 13:23:32 -06:00
TestRunner.h LibWasm: Take call arguments and results on registers if possible 2026-02-02 14:11:49 +01:00
TestRunnerUtil.h LibTest/Tests: Build and run test-js on windows 2025-06-05 22:00:55 -06:00
TestSuite.cpp Tests: Fix calculation of elapsed time in tests 2025-07-12 14:05:32 +02:00
TestSuite.h LibTest: Explicitly export symbols 2025-05-16 13:23:32 -06:00