summaryrefslogtreecommitdiff
path: root/Tests/LibJS/test262-runner.cpp
AgeCommit message (Expand)Author
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2022-12-20Meta+test262-runner: Check for signature of __assert_fail in CMakeAndrew Kaster
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03test262-runner: Add option to enable bytecode optimizationsIdan Horowitz
2022-11-26Tests: Replace {'if' => 'ifdef'} AK_OS_EMSCRIPTENAli Mohammad Pur
2022-11-26Everywhere: Add support for compilation under emscriptenAli Mohammad Pur
2022-11-23LibJS+LibWeb: Make CyclicModule.h not include AST.hAndreas Kling
2022-10-12test262-runner: Use names for the different exit codesdavidot
2022-10-12test262-runner: Port to Core::Streamdavidot
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-13LibJS: Mark test262's __assert_fail as `extern "C"` and useHendiadyoin1
2022-09-11test262-runner: Don't create a VM and Interpreter if just parsingdavidot
2022-09-11test262-runner: Convert dbgln to warnlndavidot
2022-09-11test262-runner: Add option to disable core dumpingdavidot
2022-09-11test262-runner: Attempt to resolve harness for test262 automaticallydavidot
2022-09-11test262-runner: Overwrite __assertion_failed when compiling for Serenitydavidot
2022-09-11test262-runner: Rename variable stdin to standard_inputdavidot
2022-09-11test262-runner: Use alarm instead of setitimerdavidot
2022-09-11LibJS: Import the libjs-test262-runner from linusg/libjs-test262davidot