index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibJS
/
test262-runner.cpp
Age
Commit message (
Expand
)
Author
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2022-12-20
Meta+test262-runner: Check for signature of __assert_fail in CMake
Andrew Kaster
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
test262-runner: Add option to enable bytecode optimizations
Idan Horowitz
2022-11-26
Tests: Replace {'if' => 'ifdef'} AK_OS_EMSCRIPTEN
Ali Mohammad Pur
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-10-12
test262-runner: Use names for the different exit codes
davidot
2022-10-12
test262-runner: Port to Core::Stream
davidot
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-13
LibJS: Mark test262's __assert_fail as `extern "C"` and use
Hendiadyoin1
2022-09-11
test262-runner: Don't create a VM and Interpreter if just parsing
davidot
2022-09-11
test262-runner: Convert dbgln to warnln
davidot
2022-09-11
test262-runner: Add option to disable core dumping
davidot
2022-09-11
test262-runner: Attempt to resolve harness for test262 automatically
davidot
2022-09-11
test262-runner: Overwrite __assertion_failed when compiling for Serenity
davidot
2022-09-11
test262-runner: Rename variable stdin to standard_input
davidot
2022-09-11
test262-runner: Use alarm instead of setitimer
davidot
2022-09-11
LibJS: Import the libjs-test262-runner from linusg/libjs-test262
davidot