ladybird/Userland/Libraries/LibTest
Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Instead of making it a void function, checking for an exception, and
then receiving the relevant result via VM::last_value(), we can
consolidate all of this by using completions.

This allows us to remove more uses of VM::exception(), and all uses of
VM::last_value().
2022-01-08 23:43:03 +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: Convert Interpreter::run() to ThrowCompletionOr<Value> 2022-01-08 23:43:03 +01:00
JavaScriptTestRunnerMain.cpp Everywhere: Remove unused ArgsParser header 2021-11-01 21:12:58 +01:00
Macros.h LibTest: Add EXPECT_NO_CRASH 2021-12-19 14:22:06 -08:00
Results.h Base+Utilities: Add run-tests program to run system tests with LibTest 2021-06-30 08:18:28 +04:30
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: Decorate cleanup_and_exit() with [[noreturn]] 2021-09-14 21:41:51 +02: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