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
/
JavaScriptTestRunnerMain.cpp
Age
Commit message (
Expand
)
Author
2023-03-24
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
Everywhere: Move js/web/wasm tests under /home/anon/Tests
Brian Gianforcaro
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-01-22
LibJS: Implement ImportCall and HostImportModuleDynamically
davidot
2021-11-01
Everywhere: Remove unused ArgsParser header
Ben Wiederhake
2021-10-24
LibJS: Move global "should dump bytecode" flag into LibJS
Andreas Kling
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
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
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-12
LibJS: Add support for running test-js with the bytecode interpreter
Gunnar Beutner
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-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur