Skip to content

Commit

Permalink
test: update 5 node-chakracore message test baselines
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-chakracore#54
Reviewed-By: Sandeep Agarwal <Agarwal.Sandeep@microsoft.com>
  • Loading branch information
Jianchun Xu committed Apr 13, 2016
1 parent 40b5f7c commit 8fb96bc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
1 change: 1 addition & 0 deletions test/message/error_exit.chakracore.out
Expand Up @@ -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:*:*)
16 changes: 8 additions & 8 deletions test/message/eval_messages.chakracore.out
Expand Up @@ -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
Expand All @@ -14,25 +14,25 @@ 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)
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:*:*)
10
10
done
4 changes: 2 additions & 2 deletions 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:*:*)
16 changes: 8 additions & 8 deletions test/message/stdin_messages.chakracore.out
Expand Up @@ -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
Expand All @@ -14,25 +14,25 @@ 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]:*)
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:*:*)
10
10
done
1 change: 1 addition & 0 deletions 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:*:*)

0 comments on commit 8fb96bc

Please sign in to comment.