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

Commit

Permalink
Fix unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Dec 6, 2017
1 parent a5c675d commit 3045bb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions test/es-module/es-module.status
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ test-esm-preserve-symlinks-not-found : SKIP
test-esm-preserve-symlinks-not-found-plain : SKIP
test-esm-require-cache : SKIP
test-esm-resolve-hook : SKIP
test-esm-shared-loader-dep : SKIP
test-esm-shebang : SKIP
test-esm-snapshot : SKIP
test-esm-symlink : SKIP
1 change: 0 additions & 1 deletion test/message/nexttick_throw.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*^
ReferenceError: *undefined_reference_error_maker*
*at *test*message*nexttick_throw.js:*:*
*at _combinedTickCallback (internal/process/next_tick.js:*:*)
*at *_tickCallback (internal/process/next_tick.js:*:*)
*at Module.runMain (module.js:*:*)
*at startup (bootstrap_node.js:*:*)
Expand Down
8 changes: 4 additions & 4 deletions test/message/stdin_messages.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SyntaxError: 'with' statements are not allowed in strict mode
at Anonymous function (bootstrap_node.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
at Reflect.apply (native code)
at _tickCallback (internal/process/next_tick.js:*:*)
42
42
Expand All @@ -30,7 +30,7 @@ Error: hello
at Anonymous function (bootstrap_node.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
at Reflect.apply (native code)
[stdin]:1
'use strict'; throw new Error("hello")
^
Expand All @@ -45,7 +45,7 @@ Error: hello
at Anonymous function (bootstrap_node.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
at Reflect.apply (native code)
100
[stdin]:1
'use strict'; var x = 100; y = x;
Expand All @@ -61,7 +61,7 @@ ReferenceError: Variable undefined in strict mode
at Anonymous function (bootstrap_node.js:*:*)
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
at Reflect.apply (native code)

vm.js:*
return realRunInThisContext.call(this, options);
Expand Down

0 comments on commit 3045bb0

Please sign in to comment.