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

Commit

Permalink
test: update tests for ChakraCore
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarnung committed Apr 18, 2018
1 parent fad93d0 commit 296a1e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/message/assert_throws_stack.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ assert.js:*
compareExceptionKey(actual, expected, key, msg, keys);
^

AssertionError [ERR_ASSERTION]: Input A expected to deepStrictEqual input B:
AssertionError [ERR_ASSERTION]: Input A expected to strictly deep-equal input B:
+ expected - actual

- Comparison {}
Expand Down
6 changes: 5 additions & 1 deletion test/message/error_exit.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ assert.js:*
throw new AssertionError(obj);
^

AssertionError [ERR_ASSERTION]: 1 strictEqual 2
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual

- 1
+ 2
at Anonymous function (*test*message*error_exit.js:*:*)
at Module.prototype._compile (internal/modules/cjs/loader.js:*:*)
at Module._extensions[.js] (internal/modules/cjs/loader.js:*:*)
Expand Down
6 changes: 5 additions & 1 deletion test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ test-string-decoder : SKIP

# ChakraCore does not support the chrome tracing framework
test-trace-events-all : SKIP
test-trace-events-api : 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-fs-sync : SKIP
test-trace-events-none : SKIP
test-trace-events-perf : SKIP
test-trace-events-process-exit : SKIP
Expand Down Expand Up @@ -155,15 +157,17 @@ test-vm-module-errors : SKIP
test-vm-module-import-meta : SKIP
test-vm-module-link : SKIP
test-vm-module-reevaluate : SKIP
test-util-types : SKIP

# This test requires support for bigints
test-util-inspect-bigint : SKIP

# One of the benchmarks uses object spread syntax, which chakra does not support
test-benchmark-es : SKIP

# This test exercises Promise.prototype.finally which isn't currently supported
# These tests exercises Promise.prototype.finally which isn't currently supported
# https://github.com/Microsoft/ChakraCore/pull/4668
test-fs-promises-readfile : SKIP
test-fs-promises-writefile : SKIP

# This test expects stack overflow to behave in a specific way, which doesn't happen with chakracore
Expand Down

0 comments on commit 296a1e1

Please sign in to comment.