ladybird/Userland/Libraries/LibTest
Matthew Olsson ff00d21d58 Everywhere: Mark a bunch of function parameters as NOESCAPE
This fixes the relevant warnings when running LibJSGCVerifier. Note that
the analysis is only performed over LibJS-adjacent code, but could be
performed over the entire codebase. That will have to wait for a future
commit.
2024-04-09 09:10:44 +02:00
..
Randomized Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
CMakeLists.txt Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
CrashTest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CrashTest.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
JavaScriptTestRunner.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
JavaScriptTestRunnerMain.cpp LibFileSystem+Userland: Return ByteString from real_path() 2024-01-16 08:42:34 +00:00
Macros.h LibTest: Change #define-d constants into constexpr and a runtime flag 2023-10-27 12:26:06 -06:00
Results.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestCase.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestMain.cpp LibTest: Return 0 if all test cases pass and 1 otherwise from TEST_MAIN 2024-02-21 22:45:51 +01:00
TestResult.h LibTest: Add the REJECT and ASSUME macros 2023-10-26 17:26:52 -06:00
TestRunner.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestRunnerUtil.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSuite.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSuite.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30