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

Commit

Permalink
test: skip new trace events test
Browse files Browse the repository at this point in the history
ChakraCore doesn't support the Chrome trace APIs.
  • Loading branch information
kfarnung committed Mar 20, 2018
1 parent 5bcc9e0 commit 5a55cfb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,16 @@ test-repl-tab-complete : SKIP
test-string-decoder : SKIP

# ChakraCore does not support the chrome tracing framework
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
test-trace-events-v8 : PASS,SKIP
test-trace-events-all : SKIP
test-trace-events-async-hooks : SKIP
test-trace-events-binding : SKIP
test-trace-events-bootstrap : SKIP
test-trace-events-category-used : SKIP
test-trace-events-file-pattern : SKIP
test-trace-events-none : SKIP
test-trace-events-perf : SKIP
test-trace-events-process-exit : SKIP
test-trace-events-v8 : SKIP

test-url-domain-ascii-unicode : SKIP
test-util : SKIP
Expand Down

0 comments on commit 5a55cfb

Please sign in to comment.