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
  • Loading branch information
kfarnung committed Apr 20, 2018
1 parent 8c6ebb3 commit a161c23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,13 @@ 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-typeerror : SKIP
test-child-process-stdio-inherit : SKIP
test-handle-wrap-isrefed : SKIP
test-http-chunk-problem : SKIP
test-stdio-closed : SKIP

0 comments on commit a161c23

Please sign in to comment.