1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Userland/Libraries/LibTest
davidot 2e24ee49aa LibTest: Fail if the top-level result of running a JS file is an error
Before putting `throw 1;` in a test file did not fail the file, and it
ignored the rest of the file. Now we check the resulting completion from
run and fail if that is an error.
2022-11-17 16:05:20 +00:00
..
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
CrashTest.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CrashTest.h LibTest: Add EXPECT_CRASH_WITH_SIGNAL 2021-12-19 14:22:06 -08:00
JavaScriptTestRunner.h LibTest: Fail if the top-level result of running a JS file is an error 2022-11-17 16:05:20 +00:00
JavaScriptTestRunnerMain.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
Macros.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Results.h LibTest: Provide detailed per-file JSON output with --per-file 2022-03-16 15:44:52 +00:00
TestCase.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestMain.cpp AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
TestRunner.h LibTest: Extract some useful functions from TestRunner.h 2022-09-11 20:25:51 +01:00
TestRunnerUtil.h LibTest: Extract some useful functions from TestRunner.h 2022-09-11 20:25:51 +01:00
TestSuite.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestSuite.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00