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

Commit

Permalink
Disable tests failing on chakracore
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Dec 7, 2017
1 parent ec78bf4 commit c2da215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/message/message.status
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix message

# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms

Expand All @@ -19,4 +19,6 @@ prefix message
[$jsEngine==chakracore]
# These tests are failing for Node-Chakracore and should eventually be fixed
console_low_stack_space : SKIP
esm_display_syntax_error : SKIP
esm_display_syntax_error_module : SKIP
unhandled_promise_trace_warnings : SKIP
2 changes: 2 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ test-zlib-empty-buffer : SKIP
# on v8-option --abort-on-uncaught-exception
test-domain-throw-error-then-throw-from-uncaught-exception-handler : SKIP
test-domain-with-abort-on-uncaught-exception : SKIP
test-process-exception-capture : SKIP
test-process-exception-capture-should-abort-on-uncaught : SKIP

# These tests are disabled for chakra engine because they depend
# on v8 flag --allow_natives_syntax
Expand Down

0 comments on commit c2da215

Please sign in to comment.