From 8fb96bc7131fb07c3a433e9093a74fb9f4ad6914 Mon Sep 17 00:00:00 2001 From: Jianchun Xu Date: Tue, 12 Apr 2016 14:44:17 -0700 Subject: [PATCH] test: update 5 node-chakracore message test baselines PR-URL: https://github.com/nodejs/node-chakracore/pull/54 Reviewed-By: Sandeep Agarwal --- test/message/error_exit.chakracore.out | 1 + test/message/eval_messages.chakracore.out | 16 ++++++++-------- test/message/nexttick_throw.chakracore.out | 4 ++-- test/message/stdin_messages.chakracore.out | 16 ++++++++-------- test/message/timeout_throw.chakracore.out | 1 + 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/test/message/error_exit.chakracore.out b/test/message/error_exit.chakracore.out index 3b18119128..a326e2b0eb 100644 --- a/test/message/error_exit.chakracore.out +++ b/test/message/error_exit.chakracore.out @@ -6,3 +6,4 @@ AssertionError: 1 == 2 at Module.prototype.load (module.js:*:*) at Module._load (module.js:*:*) at Module.runMain (module.js:*:*) + at startup (node.js:*:*) diff --git a/test/message/eval_messages.chakracore.out b/test/message/eval_messages.chakracore.out index 80e16588bb..7bbcc53ff4 100644 --- a/test/message/eval_messages.chakracore.out +++ b/test/message/eval_messages.chakracore.out @@ -4,8 +4,8 @@ SyntaxError: 'with' statements are not allowed in strict mode at Anonymous function ([eval]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) 42 42 Error: hello @@ -14,16 +14,16 @@ Error: hello at Anonymous function ([eval]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) Error: hello at Global code ([eval]:1:15) at exports.runInThisContext (vm.js:*) at Anonymous function ([eval]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) 100 ReferenceError: Variable undefined in strict mode at Global code ([eval]:1:28) @@ -31,8 +31,8 @@ ReferenceError: Variable undefined in strict mode at Anonymous function ([eval]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) 10 10 done diff --git a/test/message/nexttick_throw.chakracore.out b/test/message/nexttick_throw.chakracore.out index a424b471c5..14409d8fff 100644 --- a/test/message/nexttick_throw.chakracore.out +++ b/test/message/nexttick_throw.chakracore.out @@ -1,7 +1,7 @@ ReferenceError: 'undefined_reference_error_maker' is undefined at Anonymous function (*test*message*nexttick_throw.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) at Module.runMain (module.js:*:*) at startup (node.js:*:*) at Anonymous function (node.js:*:*) diff --git a/test/message/stdin_messages.chakracore.out b/test/message/stdin_messages.chakracore.out index 235c4186fe..0190c35be3 100644 --- a/test/message/stdin_messages.chakracore.out +++ b/test/message/stdin_messages.chakracore.out @@ -4,8 +4,8 @@ SyntaxError: 'with' statements are not allowed in strict mode at Anonymous function ([stdin]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) 42 42 Error: hello @@ -14,16 +14,16 @@ Error: hello at Anonymous function ([stdin]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) Error: hello at Global code ([stdin]:*) at exports.runInThisContext (vm.js:*) at Anonymous function ([stdin]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) 100 ReferenceError: Variable undefined in strict mode at Global code ([stdin]:*) @@ -31,8 +31,8 @@ ReferenceError: Variable undefined in strict mode at Anonymous function ([stdin]-wrapper:*:*) at Module.prototype._compile (module.js:*:*) at Anonymous function (node.js:*:*) - at nextTickCallbackWith0Args (node.js:*:*) - at _tickCallback (node.js:*:*) + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at _tickCallback (internal/process/next_tick.js:*:*) 10 10 done diff --git a/test/message/timeout_throw.chakracore.out b/test/message/timeout_throw.chakracore.out index 3b46ea34aa..c55922c356 100644 --- a/test/message/timeout_throw.chakracore.out +++ b/test/message/timeout_throw.chakracore.out @@ -1,3 +1,4 @@ ReferenceError: 'undefined_reference_error_maker' is undefined at Anonymous function (*test*message*timeout_throw.js:*:*) + at tryOnTimeout (timers.js:*:*) at listOnTimeout (timers.js:*:*)