Skip to content

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: nodejs#563
  • Loading branch information
kfarnung committed Jul 25, 2018
1 parent 22f03cf commit 2123f01
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -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
11 changes: 11 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,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 Down Expand Up @@ -256,6 +259,14 @@ test-heapdump-tls : SKIP
test-heapdump-worker : SKIP
test-heapdump-zlib : 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

0 comments on commit 2123f01

Please sign in to comment.