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

Commit

Permalink
test: skip win32 arm tests for chakracore
Browse files Browse the repository at this point in the history
PR-URL: #517
Reviewed-By: Seth Brenith <[email protected]>
  • Loading branch information
kfarnung committed Apr 22, 2018
1 parent d8c89ce commit d81f175
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,25 @@ test-repl-sigint-nested-eval : SKIP
# These tests are failing for Node-Chakracore and should eventually be fixed
test-repl-sigint-nested-eval : SKIP
test-vm-sigint : SKIP

[$jsEngine==chakracore && $system==win32 && $arch==arm]
# These tests depend on Git/Linux tools that don't exist on WoA
test-child-process-double-pipe : SKIP
test-child-process-set-blocking : SKIP
test-child-process-spawn-shell : SKIP
test-child-process-spawn-typeerror : SKIP
test-child-process-spawnsync-input : SKIP
test-child-process-spawnsync-shell : SKIP
test-child-process-stdin : SKIP
test-child-process-stdio-inherit : SKIP
test-handle-wrap-isrefed : SKIP
test-http-chunk-problem : SKIP
test-pipe-head : SKIP
test-process-kill-null : SKIP
test-stdio-closed : SKIP

# These tests try to spawn a detached window, there's not shell on Windows IoT
test-cluster-fork-windowsHide : SKIP

# ChakraCore doesn't support WASM on WoA
test-wasm-simple : SKIP
4 changes: 4 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ test-inspector-port-cluster : PASS, FLAKY
[$jsEngine==chakracore && $system==linux]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-child-process-pass-fd : SKIP

[$jsEngine==chakracore && $system==win32 && $arch==arm]
# Inspector isn't currently supported on WoA
test-inspector-port-zero-cluster : SKIP

0 comments on commit d81f175

Please sign in to comment.