summaryrefslogtreecommitdiff
path: root/run-test262.c
Commit message (Collapse)AuthorAge
* avoid relying on 'FILE *' in JS_PrintValue() APIFabrice Bellard2025-05-05
|
* added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)Fabrice Bellard2025-04-30
|
* run-test262: added $262.gc()Fabrice Bellard2025-04-22
|
* - removed the 'use strip' extensionFabrice Bellard2025-04-12
| | | | | | - removed the JS_EVAL_FLAG_STRIP eval flag and replaced it with JS_SetStripInfo() which has simpler semantics. - qjs: added the '-s' and '--strip-source' options - qjsc: added the '-s' and '--keep-source' options
* Improve run-test262Charlie Gordon2024-02-18
| | | | | | | | | | - add -t to show timings - add -C to select compact progress meter - default to compact progress meter if not attached to console - set agent stack size to 2MB - compute module filename relative to current path - ignore `testdir` for -d and -f options - return non zero status on errors changes
* Strip trailing spacesCharlie Gordon2024-02-10
|
* fixed uninitialized harnessbufFabrice Bellard2024-01-11
|
* fixed run_test262_harness_test() with modulesFabrice Bellard2024-01-06
|
* top-level-await support - follow the spec in the implementation of the ↵Fabrice Bellard2023-12-27
| | | | module linking and evaluation to avoid errors with cycling module dependencies
* 2021-03-27 releasebellard2021-03-27
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-04-12 releasebellard2020-09-06
|
* 2020-03-16 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06