Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 6da5a68

Browse files
committed
test: disabling tests which require features chakra doesn't support yet
1 parent 973cee7 commit 6da5a68

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/es-module/es-module.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ test-esm-shared-loader-dep : SKIP
3030
test-esm-shebang : SKIP
3131
test-esm-snapshot : SKIP
3232
test-esm-symlink : SKIP
33+
test-esm-import-meta: SKIP

test/parallel/parallel.status

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ test-vm-module-errors : SKIP
162162
test-vm-module-link : SKIP
163163
test-vm-module-reevaluate : SKIP
164164

165+
# This test requires support for bigints
166+
test-util-inspect-bigint : SKIP
167+
168+
# One of the benchmarks uses object spread syntax, which chakra does not support
169+
test-benchmark-es : SKIP
170+
165171
[$jsEngine==chakracore && $arch==x64]
166172
# These tests are failing for Node-Chakracore and should eventually be fixed
167173
test-buffer-includes : SKIP

0 commit comments

Comments
 (0)