mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 10:12:14 +03:00
Run test262 tests in CI
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.
This commit is contained in:
@@ -14,9 +14,9 @@ index 9828b15..4a5919d 100644
|
||||
+// small: 200,
|
||||
+// long: 1000,
|
||||
+// huge: 10000,
|
||||
+ yield: 20,
|
||||
+ small: 20,
|
||||
+ long: 100,
|
||||
+ yield: 40,
|
||||
+ small: 40,
|
||||
+ long: 200,
|
||||
+ huge: 1000,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user