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

Commit 597adc1

Browse files
committed
test: disable unsupported tests in Node-ChakraCore
1 parent df18390 commit 597adc1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: test/message/message.status

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ esm_display_syntax_error : SKIP
2323
esm_display_syntax_error_import : SKIP
2424
esm_display_syntax_error_import_module : SKIP
2525
esm_display_syntax_error_module : SKIP
26+
27+
# These tests fail because of https://github.com/nodejs/node/pull/19003,
28+
# which uses Error.captureStackTrace internally
29+
events_unhandled_error_common_trace : SKIP
30+
events_unhandled_error_nexttick : SKIP
31+
events_unhandled_error_sameline : SKIP

Diff for: test/parallel/parallel.status

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ test-trace-events-all : PASS,SKIP
7575
test-trace-events-async-hooks : PASS,SKIP
7676
test-trace-events-binding : PASS,SKIP
7777
test-trace-events-category-used : PASS,SKIP
78+
test-trace-events-file-pattern : PASS,SKIP
7879
test-trace-events-none : PASS,SKIP
7980
test-trace-events-perf : PASS,SKIP
8081
test-trace-events-process-exit : PASS,SKIP

0 commit comments

Comments
 (0)