summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTest/JavaScriptTestRunner.h
AgeCommit message (Expand)Author
2021-08-12LibELF+LibTest: Fix incorrect #ifdefGunnar Beutner
2021-08-12LibTest: Emit a profile signpost at the start of each testAndreas Kling
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-06-30Userland+Tests: Split out generic test runner from JS TestRunnerAndrew Kaster
2021-06-12LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)Idan Horowitz
2021-06-12LibJS: Add support for running test-js with the bytecode interpreterGunnar Beutner
2021-06-09LibJS: Notify WeakSets when heap cells are sweepedIdan Horowitz
2021-06-04LibTest: Add --json flag to JS test runnerLinus Groh
2021-05-30LibTest+test-js: Add back the lost test262 parser test optionAli Mohammad Pur
2021-05-27LibTest: Do not cleanly exit when abort() is calledAli Mohammad Pur
2021-05-25LibTest: Use fstatat() to speed up iterate_directory_recursively()Andreas Kling
2021-05-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur