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

Commit

Permalink
test: updating baselines and expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed Feb 14, 2018
1 parent 4604c8f commit 5ac557c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/message/timeout_throw.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ ReferenceError: 'undefined_reference_error_maker' is not defined
at ontimeout (timers.js:*:*)
at tryOnTimeout (timers.js:*:*)
at listOnTimeout (timers.js:*:*)
at processTimers (timers.js:*:*)
8 changes: 8 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ test-common-must-not-call : SKIP

# This test does a deep recursion which occasionally fails in Node-ChakraCore
test-async-hooks-recursive-stack : SKIP
test-async-hooks-recursive-stack-runInAsyncScope : SKIP

# This test requires for...await support which is not in Node-ChakraCore
test-stream-readable-async-iterators : SKIP
Expand All @@ -173,6 +174,13 @@ test-benchmark-es : SKIP
# https://github.com/Microsoft/ChakraCore/pull/4668
test-fs-promises-writefile : SKIP

# This test expects stack overflow to behave in a specific way, which doesn't happen with chakracore
test-fs-readdir-stack-overflow : SKIP

# This test assumes that converting a utf8 string with invalid sequences generates replacement characters
# in a particular way which is true for v8 but not true for charkacore
test-string-decoder-end : SKIP

[$jsEngine==chakracore && $arch==x64]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-buffer-includes : SKIP
Expand Down

0 comments on commit 5ac557c

Please sign in to comment.