summaryrefslogtreecommitdiff
path: root/deps/v8/test/wasm-spec-tests/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/wasm-spec-tests/testcfg.py')
-rw-r--r--deps/v8/test/wasm-spec-tests/testcfg.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/deps/v8/test/wasm-spec-tests/testcfg.py b/deps/v8/test/wasm-spec-tests/testcfg.py
index e0bd19f268..65131327b0 100644
--- a/deps/v8/test/wasm-spec-tests/testcfg.py
+++ b/deps/v8/test/wasm-spec-tests/testcfg.py
@@ -20,7 +20,12 @@ proposal_flags = [{
'name': 'js-types',
'flags': ['--experimental-wasm-type-reflection',
'--no-experimental-wasm-bulk-memory']
- }]
+ },
+ {
+ 'name': 'JS-BigInt-integration',
+ 'flags': ['--experimental-wasm-bigint']
+ },
+ ]
class TestLoader(testsuite.JSTestLoader):
pass