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
/
Libraries
/
LibTest
Age
Commit message (
Expand
)
Author
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-09-30
LibJS + test-js: Get results from the global object directly
davidot
2021-09-14
LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js
Andreas Kling
2021-09-14
LibTest: Decorate cleanup_and_exit() with [[noreturn]]
Andreas Kling
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-08-31
LibTest: Add TEST_SETUP macro that runs before all test cases
Peter Elliott
2021-08-19
LibTest+Utilities: Print a start message before each test in run-tests
Andrew Kaster
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-08-12
LibELF+LibTest: Fix incorrect #ifdef
Gunnar Beutner
2021-08-12
LibTest: Emit a profile signpost at the start of each test
Andreas Kling
2021-07-29
Meta/LibTest: Build object libraries for test main files
Andrew Kaster
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-19
LibTest/Utilities: Add method for TestRunner to print failed test names
Andrew Kaster
2021-07-06
LibTest: Clear core dump flag for CrashTest child processes
Andrew Kaster
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster
2021-06-30
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-12
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
Idan Horowitz
2021-06-12
LibJS: Add support for running test-js with the bytecode interpreter
Gunnar Beutner
2021-06-11
LibTest: Don't try to pass stderr to warnln
Hendiadyoin1
2021-06-09
LibJS: Notify WeakSets when heap cells are sweeped
Idan Horowitz
2021-06-04
LibTest: Add --json flag to JS test runner
Linus Groh
2021-05-30
LibTest+test-js: Add back the lost test262 parser test option
Ali Mohammad Pur
2021-05-27
LibTest: Do not cleanly exit when abort() is called
Ali Mohammad Pur
2021-05-25
LibTest: Use fstatat() to speed up iterate_directory_recursively()
Andreas Kling
2021-05-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur
2021-05-08
LibTest: Convert Crash test runner to outln(..)
Brian Gianforcaro
2021-05-08
LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertions
Brian Gianforcaro
2021-05-08
LibTest: Move Crash testing facility from crash.cpp to LibTest
Brian Gianforcaro
2021-04-29
LibTest: Add EXPECT_NE(..) test assertion.
Brian Gianforcaro
2021-04-27
LibTest: Add FAIL() macro allow tests to force failure with message.
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-24
LibTest: Add Test::Counts
Linus Groh
2021-03-15
LibELF+LibTest: Fix serenity_install_sources() paths
Linus Groh
2021-03-01
LibTest + test-js: Add initial skelaton of LibTest and migrate code there.
Brian Gianforcaro