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
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-03
test-js: Use new format functions
Linus Groh
2020-12-03
test-js: Set test root correctly when specified as positional arg
Linus Groh
2020-11-26
test-js: Don't keep a pointer to a temporary String's characters
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-12
test-js: Add canParseSource() native function
Linus Groh
2020-10-19
test-js: Support test262 parser tests
Linus Groh
2020-10-19
test-js: Exit with 1 if any test failed
Linus Groh
2020-10-19
test-js: Include skipped tests in total test count
Linus Groh
2020-10-19
test-js: Add argument for explicit test root directory
Linus Groh
2020-10-13
LibJS: Cache commonly used FlyStrings in the VM
Andreas Kling
2020-10-04
LibJS: Move "strict mode" state to the call stack
Andreas Kling
2020-09-27
LibJS: Remove use of Interpreter& in JSONObject code
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-09
test-js: Catch SIGINFO and dump the current test name + pass/fail/skip
Andreas Kling
2020-09-09
test-js: Add -g option to run a garbage collection on each allocation
Andreas Kling
2020-08-30
Tests: Optionally switch off 858081 lines of dbg() in test-js
Ben Wiederhake
2020-08-28
Userland: Stop passing ignored timezones to gettimeofday
Nico Weber
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-23
test-js+test-web: Clear taskbar progress on error/assertion failure
Luke
2020-08-22
test-js: Sometimes include more details for failures
Nico Weber
2020-08-22
test-js: Print parse error if test-common.js fails to parse
Nico Weber
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