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

Commit

Permalink
test: disabling tests which require features chakra doesn't support yet
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed Feb 9, 2018
1 parent 973cee7 commit 6da5a68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/es-module/es-module.status
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ test-esm-shared-loader-dep : SKIP
test-esm-shebang : SKIP
test-esm-snapshot : SKIP
test-esm-symlink : SKIP
test-esm-import-meta: SKIP
6 changes: 6 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ test-vm-module-errors : SKIP
test-vm-module-link : SKIP
test-vm-module-reevaluate : SKIP

# This test requires support for bigints
test-util-inspect-bigint : SKIP

# One of the benchmarks uses object spread syntax, which chakra does not support
test-benchmark-es : SKIP

[$jsEngine==chakracore && $arch==x64]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-buffer-includes : SKIP
Expand Down

0 comments on commit 6da5a68

Please sign in to comment.