summaryrefslogtreecommitdiff
path: root/Userland/test-js.cpp
AgeCommit message (Expand)Author
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-03test-js: Use new format functionsLinus Groh
2020-12-03test-js: Set test root correctly when specified as positional argLinus Groh
2020-11-26test-js: Don't keep a pointer to a temporary String's charactersAndreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-12test-js: Add canParseSource() native functionLinus Groh
2020-10-19test-js: Support test262 parser testsLinus Groh
2020-10-19test-js: Exit with 1 if any test failedLinus Groh
2020-10-19test-js: Include skipped tests in total test countLinus Groh
2020-10-19test-js: Add argument for explicit test root directoryLinus Groh
2020-10-13LibJS: Cache commonly used FlyStrings in the VMAndreas Kling
2020-10-04LibJS: Move "strict mode" state to the call stackAndreas Kling
2020-09-27LibJS: Remove use of Interpreter& in JSONObject codeAndreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-21LibJS: Rename InterpreterScope => InterpreterExecutionScopeAndreas Kling
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-09test-js: Catch SIGINFO and dump the current test name + pass/fail/skipAndreas Kling
2020-09-09test-js: Add -g option to run a garbage collection on each allocationAndreas Kling
2020-08-30Tests: Optionally switch off 858081 lines of dbg() in test-jsBen Wiederhake
2020-08-28Userland: Stop passing ignored timezones to gettimeofdayNico Weber
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-23test-js+test-web: Clear taskbar progress on error/assertion failureLuke
2020-08-22test-js: Sometimes include more details for failuresNico Weber
2020-08-22test-js: Print parse error if test-common.js fails to parseNico Weber
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-07-07test-js: Show progress in taskbarLinus Groh
2020-07-06test-js: Use Core::File::is_directory(path) instead of opening fileAndreas Kling
2020-07-06test-js: Remove tests_to_run in favor of a DirIteratorMatthew Olsson
2020-07-06LibJS: Convert Array tests to new testing frameworkLinus Groh
2020-07-06LibJS: Convert all remaining non-Array tests to the new system :)Matthew Olsson
2020-07-06LibJS: Convert remaining top-level tests to new systemMatthew Olsson
2020-07-06test-js: Only print files with failed or skipped testsMatthew Olsson
2020-07-06test-js: Display messages from console.log in test outputMatthew Olsson
2020-07-06test-js: Only parse test-common.js onceMatthew Olsson
2020-07-06test-js: Print duration of each test when given '-t' flagMatthew Olsson
2020-07-06test-js: Allow skipping tests with "test.skip(name, callback)"Matthew Olsson
2020-07-06test-js: Remove run-tests.shMatthew Olsson
2020-07-06LibJS/test-js: Clean up test-js codeMatthew Olsson
2020-07-06LibJS: Convert most builtin tests to new systemMatthew Olsson
2020-07-06LibJS: Convert Reflect object tests to new testing frameworkLinus Groh
2020-07-06LibJS: Convert Proxy testsMatthew Olsson
2020-07-06LibJS: Add test-common.js tests, remove unused matchersMatthew Olsson
2020-07-06LibJS: Convert some top-level tests to the new systemMatthew Olsson
2020-07-06LibJS/test-js: Create test-js program, prepare for test suite refactorMatthew Olsson