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
/
test-js.cpp
Age
Commit message (
Expand
)
Author
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-07-07
test-js: Show progress in taskbar
Linus Groh
2020-07-06
test-js: Use Core::File::is_directory(path) instead of opening file
Andreas Kling
2020-07-06
test-js: Remove tests_to_run in favor of a DirIterator
Matthew Olsson
2020-07-06
LibJS: Convert Array tests to new testing framework
Linus Groh
2020-07-06
LibJS: Convert all remaining non-Array tests to the new system :)
Matthew Olsson
2020-07-06
LibJS: Convert remaining top-level tests to new system
Matthew Olsson
2020-07-06
test-js: Only print files with failed or skipped tests
Matthew Olsson
2020-07-06
test-js: Display messages from console.log in test output
Matthew Olsson
2020-07-06
test-js: Only parse test-common.js once
Matthew Olsson
2020-07-06
test-js: Print duration of each test when given '-t' flag
Matthew Olsson
2020-07-06
test-js: Allow skipping tests with "test.skip(name, callback)"
Matthew Olsson
2020-07-06
test-js: Remove run-tests.sh
Matthew Olsson
2020-07-06
LibJS/test-js: Clean up test-js code
Matthew Olsson
2020-07-06
LibJS: Convert most builtin tests to new system
Matthew Olsson
2020-07-06
LibJS: Convert Reflect object tests to new testing framework
Linus Groh
2020-07-06
LibJS: Convert Proxy tests
Matthew Olsson
2020-07-06
LibJS: Add test-common.js tests, remove unused matchers
Matthew Olsson
2020-07-06
LibJS: Convert some top-level tests to the new system
Matthew Olsson
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson