From 6da5a68bbf185d9f9004a718f7ef2178482419dd Mon Sep 17 00:00:00 2001 From: Jimmy Thomson Date: Fri, 9 Feb 2018 14:51:39 -0800 Subject: [PATCH] test: disabling tests which require features chakra doesn't support yet --- test/es-module/es-module.status | 1 + test/parallel/parallel.status | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/test/es-module/es-module.status b/test/es-module/es-module.status index 0e66bfde669..3275f8b7b55 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -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 \ No newline at end of file diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7b02c0c8d2d..be7fd7c3cdc 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -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