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

Commit

Permalink
test: marking non-implemented tests as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed Nov 21, 2017
1 parent 2ea9f30 commit f5757eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ test-vm-indexed-properties : PASS,FLAKY
test-vm-proxies : PASS,FLAKY
test-vm-strict-assign : PASS,FLAKY

# https://github.com/nodejs/node-chakracore/issues/395
test-zlib-empty-buffer : PASS,FLAKY

[$jsEngine==chakracore && $arch==x64]
test-buffer-includes : PASS,FLAKY
Expand All @@ -129,6 +131,11 @@ test-http-client-get-url : PASS,FLAKY
[$jsEngine==chakracore && $system==linux]
test-repl-sigint-nested-eval : PASS,FLAKY

# https://github.com/Microsoft/ChakraCore/issues/3561
test-wasm-simple : PASS,FLAKY

[$jsEngine==chakracore && $system==macos]
test-repl-sigint-nested-eval : PASS,FLAKY
test-vm-sigint : PASS,FLAKY
# https://github.com/Microsoft/ChakraCore/issues/3561
test-wasm-simple : PASS,FLAKY

0 comments on commit f5757eb

Please sign in to comment.