ladybird/Userland/Libraries/LibTest
Daniel Bertalan 4ff30a7302 LibTest: Use the 16 standard ANSI colors in status output
Neither Azure Pipelines' log viewer, nor macOS Terminal.app support full
24-bit RGB color codes, causing the text output to be displayed
incorrectly. Fix this by using one of the 16 standard colors.

Most terminal emulators use a relatively dark shade for red by default,
as seen in the "ANSI escape code" Wikipedia article, so change the
foreground color to white to preserve contrast.
2023-05-28 06:31:59 -07:00
..
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
CrashTest.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CrashTest.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
JavaScriptTestRunner.h LibTest: Use the 16 standard ANSI colors in status output 2023-05-28 06:31:59 -07:00
JavaScriptTestRunnerMain.cpp Libraries: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
Macros.h LibTest: Add a EXPECT_APPROXIMATE_WITH_ERROR macro with custom error 2023-04-30 00:46:11 +02:00
Results.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestCase.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestMain.cpp Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
TestRunner.h LibTest: Use the 16 standard ANSI colors in status output 2023-05-28 06:31:59 -07:00
TestRunnerUtil.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestSuite.cpp LibTest: Don't output information on tests if none exist 2023-04-03 20:58:49 +01:00
TestSuite.h LibTest: Add option to run each benchmark several times 2023-03-09 21:20:44 +01:00