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

Commit 296a1e1

Browse files
committed
test: update tests for ChakraCore
1 parent fad93d0 commit 296a1e1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: test/message/assert_throws_stack.chakracore.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ assert.js:*
22
compareExceptionKey(actual, expected, key, msg, keys);
33
^
44

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

88
- Comparison {}

Diff for: test/message/error_exit.chakracore.out

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ assert.js:*
33
throw new AssertionError(obj);
44
^
55

6-
AssertionError [ERR_ASSERTION]: 1 strictEqual 2
6+
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
7+
+ expected - actual
8+
9+
- 1
10+
+ 2
711
at Anonymous function (*test*message*error_exit.js:*:*)
812
at Module.prototype._compile (internal/modules/cjs/loader.js:*:*)
913
at Module._extensions[.js] (internal/modules/cjs/loader.js:*:*)

Diff for: test/parallel/parallel.status

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ test-string-decoder : SKIP
7171

7272
# ChakraCore does not support the chrome tracing framework
7373
test-trace-events-all : SKIP
74+
test-trace-events-api : SKIP
7475
test-trace-events-async-hooks : SKIP
7576
test-trace-events-binding : SKIP
7677
test-trace-events-bootstrap : SKIP
7778
test-trace-events-category-used : SKIP
7879
test-trace-events-file-pattern : SKIP
80+
test-trace-events-fs-sync : SKIP
7981
test-trace-events-none : SKIP
8082
test-trace-events-perf : SKIP
8183
test-trace-events-process-exit : SKIP
@@ -155,15 +157,17 @@ test-vm-module-errors : SKIP
155157
test-vm-module-import-meta : SKIP
156158
test-vm-module-link : SKIP
157159
test-vm-module-reevaluate : SKIP
160+
test-util-types : SKIP
158161

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

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

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

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

0 commit comments

Comments
 (0)