ladybird/Userland/Libraries/LibTest
Linus Groh 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context()
It makes no sense to require passing a global object and doing a stack
space check in some cases where running out of stack is highly unlikely,
we can't recover from errors, and currently ignore the result anyway.

This is most commonly in constructors and when setting things up, rather
than regular function calls.
2022-03-18 01:12:12 +01:00
..
CMakeLists.txt Meta/LibTest: Build object libraries for test main files 2021-07-29 21:46:25 +01:00
CrashTest.cpp LibTest: Add EXPECT_NO_CRASH 2021-12-19 14:22:06 -08:00
CrashTest.h LibTest: Add EXPECT_CRASH_WITH_SIGNAL 2021-12-19 14:22:06 -08:00
JavaScriptTestRunner.h LibJS: Add infallible variant of VM::push_execution_context() 2022-03-18 01:12:12 +01:00
JavaScriptTestRunnerMain.cpp LibTest: Provide detailed per-file JSON output with --per-file 2022-03-16 15:44:52 +00:00
Macros.h LibTest: Add EXPECT_NO_CRASH 2021-12-19 14:22:06 -08:00
Results.h LibTest: Provide detailed per-file JSON output with --per-file 2022-03-16 15:44:52 +00:00
TestCase.h LibTest: Add TEST_SETUP macro that runs before all test cases 2021-08-31 16:53:51 +02: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: Provide detailed per-file JSON output with --per-file 2022-03-16 15:44:52 +00:00
TestSuite.cpp LibTest: Add TEST_SETUP macro that runs before all test cases 2021-08-31 16:53:51 +02:00
TestSuite.h LibTest: Add TEST_SETUP macro that runs before all test cases 2021-08-31 16:53:51 +02:00