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

Commit

Permalink
test: disable unsupported tests in Node-ChakraCore
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Mar 8, 2018
1 parent df18390 commit 597adc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/message/message.status
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ esm_display_syntax_error : SKIP
esm_display_syntax_error_import : SKIP
esm_display_syntax_error_import_module : SKIP
esm_display_syntax_error_module : SKIP

# These tests fail because of https://github.com/nodejs/node/pull/19003,
# which uses Error.captureStackTrace internally
events_unhandled_error_common_trace : SKIP
events_unhandled_error_nexttick : SKIP
events_unhandled_error_sameline : SKIP
1 change: 1 addition & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ test-trace-events-all : PASS,SKIP
test-trace-events-async-hooks : PASS,SKIP
test-trace-events-binding : PASS,SKIP
test-trace-events-category-used : PASS,SKIP
test-trace-events-file-pattern : PASS,SKIP
test-trace-events-none : PASS,SKIP
test-trace-events-perf : PASS,SKIP
test-trace-events-process-exit : PASS,SKIP
Expand Down

0 comments on commit 597adc1

Please sign in to comment.