|
2 | 2 | "engine": "V8", |
3 | 3 | "timeout": 30, |
4 | 4 | "engine_path": "/path/to/v8", |
5 | | - "argv": [], |
| 5 | + "argv": ["--expose-gc", "--allow-natives-syntax"], |
6 | 6 | "env": { }, |
7 | 7 | "seed_path": "/path/to/seed", |
8 | 8 | "preproc_dir": "/path/to/pre", |
|
21 | 21 | "unescape", "eval", "isFinite", "isNaN", "print", "printErr", "write", |
22 | 22 | "read", "readbuffer", "readline", "load", "setTimeout", "quit", |
23 | 23 | "testRunner", "version", "Realm", "performance", "Worker", |
24 | | - "SharedArrayBuffer", "Atomics", "BigInt", "WebAssembly" |
| 24 | + "SharedArrayBuffer", "Atomics", "BigInt", "WebAssembly", "gc" |
25 | 25 | ], |
26 | 26 | "filters": [ |
27 | 27 | "load", "assert", "eval", "shouldBeFalse", "shouldNotThrow", "shouldBe", |
28 | 28 | "shouldBeNull", "shouldBeUndefined", "shouldThrow", "shouldBeTrue", |
29 | 29 | "shouldBeEqualToString", "crash" , "$ERROR", "Test", "tryItOut", "WScript", |
30 | | - "Function", "read", "readbuffer", "readline", "console" |
| 30 | + "Function", "read", "readbuffer", "readline", "console", "%AbortJS" |
31 | 31 | ], |
32 | 32 | "jobs": 56 |
33 | 33 | } |
0 commit comments