mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 20:28:01 +00:00
Run test262 tests for Linux, macOS and Cosmopolitan Add a Makefile `test2-bootstrap` helper to clone and patch test262 tests at a particular commit. Running with the latest commit noticed a few tests were failing and added them to the errors list. The CI environment, especially for macOS, was a bit more unpredictable and was failing in atomics tests due to lower timeouts in the `atomicsHelper` so double the timeouts. The time didn't worsen too much. It still takes about 2-3 min. |
||
|---|---|---|
| .. | ||
| assert.js | ||
| bjson.c | ||
| fixture_cyclic_import.js | ||
| microbench.js | ||
| test_bigint.js | ||
| test_bjson.js | ||
| test_builtin.js | ||
| test_closure.js | ||
| test_cyclic_import.js | ||
| test_language.js | ||
| test_loop.js | ||
| test_std.js | ||
| test_worker_module.js | ||
| test_worker.js | ||
| test262.patch | ||