From 3045bb0190b18a38e0239f1700fc5bb1aaf7ffcf Mon Sep 17 00:00:00 2001 From: Taylor Woll Date: Wed, 6 Dec 2017 13:22:53 -0800 Subject: [PATCH] Fix unit test failures --- test/es-module/es-module.status | 1 + test/message/nexttick_throw.chakracore.out | 1 - test/message/stdin_messages.chakracore.out | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/es-module/es-module.status b/test/es-module/es-module.status index 14558c37f3a..932ec13644d 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -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 diff --git a/test/message/nexttick_throw.chakracore.out b/test/message/nexttick_throw.chakracore.out index 0cf9c37555c..282ff8ef28d 100644 --- a/test/message/nexttick_throw.chakracore.out +++ b/test/message/nexttick_throw.chakracore.out @@ -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:*:*) diff --git a/test/message/stdin_messages.chakracore.out b/test/message/stdin_messages.chakracore.out index ec4be45d1b8..89caab02190 100755 --- a/test/message/stdin_messages.chakracore.out +++ b/test/message/stdin_messages.chakracore.out @@ -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 @@ -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") ^ @@ -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; @@ -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);