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

Commit 3045bb0

Browse files
committed
Fix unit test failures
1 parent a5c675d commit 3045bb0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/es-module/es-module.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ test-esm-preserve-symlinks-not-found : SKIP
2525
test-esm-preserve-symlinks-not-found-plain : SKIP
2626
test-esm-require-cache : SKIP
2727
test-esm-resolve-hook : SKIP
28+
test-esm-shared-loader-dep : SKIP
2829
test-esm-shebang : SKIP
2930
test-esm-snapshot : SKIP
3031
test-esm-symlink : SKIP

test/message/nexttick_throw.chakracore.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*^
55
ReferenceError: *undefined_reference_error_maker*
66
*at *test*message*nexttick_throw.js:*:*
7-
*at _combinedTickCallback (internal/process/next_tick.js:*:*)
87
*at *_tickCallback (internal/process/next_tick.js:*:*)
98
*at Module.runMain (module.js:*:*)
109
*at startup (bootstrap_node.js:*:*)

test/message/stdin_messages.chakracore.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SyntaxError: 'with' statements are not allowed in strict mode
1212
at Anonymous function (bootstrap_node.js:*:*)
1313
at emit (events.js:*:*)
1414
at endReadableNT (_stream_readable.js:*:*)
15-
at _combinedTickCallback (internal/process/next_tick.js:*:*)
15+
at Reflect.apply (native code)
1616
at _tickCallback (internal/process/next_tick.js:*:*)
1717
42
1818
42
@@ -30,7 +30,7 @@ Error: hello
3030
at Anonymous function (bootstrap_node.js:*:*)
3131
at emit (events.js:*:*)
3232
at endReadableNT (_stream_readable.js:*:*)
33-
at _combinedTickCallback (internal/process/next_tick.js:*:*)
33+
at Reflect.apply (native code)
3434
[stdin]:1
3535
'use strict'; throw new Error("hello")
3636
^
@@ -45,7 +45,7 @@ Error: hello
4545
at Anonymous function (bootstrap_node.js:*:*)
4646
at emit (events.js:*:*)
4747
at endReadableNT (_stream_readable.js:*:*)
48-
at _combinedTickCallback (internal/process/next_tick.js:*:*)
48+
at Reflect.apply (native code)
4949
100
5050
[stdin]:1
5151
'use strict'; var x = 100; y = x;
@@ -61,7 +61,7 @@ ReferenceError: Variable undefined in strict mode
6161
at Anonymous function (bootstrap_node.js:*:*)
6262
at emit (events.js:*:*)
6363
at endReadableNT (_stream_readable.js:*:*)
64-
at _combinedTickCallback (internal/process/next_tick.js:*:*)
64+
at Reflect.apply (native code)
6565

6666
vm.js:*
6767
return realRunInThisContext.call(this, options);

0 commit comments

Comments
 (0)