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

Commit

Permalink
test: skip new tests for ChakraCore
Browse files Browse the repository at this point in the history
* New worker and ES modules tests
* New zlib test that depends on `process.memoryUsage()`

Refs: #563
  • Loading branch information
kfarnung committed Jul 8, 2018
1 parent dbc30f9 commit b7cc51e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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 @@ -24,6 +24,7 @@ test-esm-live-binding : SKIP
test-esm-loader-dependency : SKIP
test-esm-loader-invalid-format : SKIP
test-esm-loader-invalid-url : SKIP
test-esm-loader-missing-dynamic-instantiate-hook : SKIP
test-esm-loader-modulemap : SKIP
test-esm-main-lookup : SKIP
test-esm-named-exports : SKIP
Expand Down
15 changes: 11 additions & 4 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ test-worker-message-channel-sharedarraybuffer : SKIP
test-worker-message-port : SKIP
test-worker-message-port-arraybuffer : SKIP
test-worker-message-port-message-port-transferring : SKIP
test-worker-message-port-transfer-closed : SKIP
test-worker-message-port-transfer-self : SKIP
test-worker-message-port-transfer-target : SKIP
test-worker-nexttick-terminate : SKIP
test-worker-onmessage : SKIP
test-worker-relative-path : SKIP
Expand All @@ -245,6 +248,14 @@ test-worker-uncaught-exception : SKIP
test-worker-uncaught-exception-async : SKIP
test-worker-unsupported-things : SKIP

# Chakra doesn't yet support createCachedData.
# See bug https://github.com/nodejs/node-chakracore/issues/560
test-vm-createcacheddata : SKIP

# ChakraCore doesn't support `process.memoryUsage()`
# Issue: https://github.com/nodejs/node-chakracore/issues/563
test-zlib-unused-weak : SKIP

[$jsEngine==chakracore && $arch==x64]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-buffer-includes : SKIP
Expand Down Expand Up @@ -286,7 +297,3 @@ test-cluster-fork-windowsHide : SKIP

# ChakraCore doesn't support WASM on WoA
test-wasm-simple : SKIP

# Chakra doesn't yet support createCachedData.
# See bug https://github.com/nodejs/node-chakracore/issues/560
test-vm-createcacheddata : SKIP

0 comments on commit b7cc51e

Please sign in to comment.