index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
run-tests.cpp
Age
Commit message (
Expand
)
Author
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
run-tests: Port to LibMain
Kenneth Myhra
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-05
Utilities/run-tests: Add command-line switch to also run "skipped" tests
Sam Atkins
2022-01-28
run-tests: Dump a backtrace for crashed tests
Ali Mohammad Pur
2022-01-07
run-tests: Make reproducing test failures behave closer to selftest mode
Brian Gianforcaro
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-19
LibTest+Utilities: Print a start message before each test in run-tests
Andrew Kaster
2021-07-19
LibTest/Utilities: Add method for TestRunner to print failed test names
Andrew Kaster
2021-07-14
Tests: Change test-filtering mechanism
Hendiadyoin1
2021-07-08
Utilities/run-tests: Don't use `using enum`
Daniel Bertalan
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-06-30
run-tests: Update for LexicalPath API changes
Andreas Kling
2021-06-30
Userland: Unlink file after waiting for child in run-tests
Andrew Kaster
2021-06-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster