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

Commit

Permalink
test: update chakracore baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Jan 17, 2018
1 parent 0f6eee1 commit 300c5b8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions test/message/eval_messages.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
^^^^^

SyntaxError: 'with' statements are not allowed in strict mode
at Script (vm.js:*:*)
at createScript (vm.js:*:*)
at runInThisContext (vm.js:*:*)
at Anonymous function ([eval]-wrapper:*:*)
Expand Down
2 changes: 1 addition & 1 deletion test/message/stdin_messages.chakracore.out
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
^^^^^

SyntaxError: 'with' statements are not allowed in strict mode
at Script (vm.js:*:*)
at createScript (vm.js:*:*)
at runInThisContext (vm.js:*:*)
at Anonymous function ([stdin]-wrapper:*:*)
Expand All @@ -13,7 +14,6 @@ SyntaxError: 'with' statements are not allowed in strict mode
at emit (events.js:*:*)
at endReadableNT (_stream_readable.js:*:*)
at Reflect.apply (native code)
at _tickCallback (internal/process/next_tick.js:*:*)
42
42
[stdin]:1
Expand Down
4 changes: 2 additions & 2 deletions test/message/vm_display_syntax_error.chakracore.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
beginning
SyntaxError: Expected identifier
at Script (vm.js:*)
at createScript (vm.js:*)
at runInThisContext (vm.js:*)
at Anonymous function (*test*message*vm_display_syntax_error.js:*)
Expand All @@ -9,12 +10,12 @@ SyntaxError: Expected identifier
at tryModuleLoad (module.js:*)
at Module._load (module.js:*)
at Module.runMain (module.js:*)
at startup (bootstrap_node.js:*)
test.vm:*
var 5;
^^

SyntaxError: Expected identifier
at Script (vm.js:*)
at createScript (vm.js:*)
at runInThisContext (vm.js:*)
at Anonymous function (*test*message*vm_display_syntax_error.js:*)
Expand All @@ -24,4 +25,3 @@ SyntaxError: Expected identifier
at tryModuleLoad (module.js:*)
at Module._load (module.js:*)
at Module.runMain (module.js:*)
at startup (bootstrap_node.js:*)
9 changes: 4 additions & 5 deletions test/message/vm_dont_display_syntax_error.chakracore.out
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
beginning
middle
vm.js:*
return new Script(code, options);
^

test.vm:1
var 5;
^^
SyntaxError: Expected identifier
at Script (vm.js:*)
at createScript (vm.js:*)
at runInThisContext (vm.js:*)
at Anonymous function (*test*message*vm_dont_display_syntax_error.js:*)
Expand All @@ -14,4 +14,3 @@ SyntaxError: Expected identifier
at tryModuleLoad (module.js:*)
at Module._load (module.js:*)
at Module.runMain (module.js:*)
at startup (bootstrap_node.js:*)
1 change: 1 addition & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ test-domain-throw-error-then-throw-from-uncaught-exception-handler : SKIP
test-domain-with-abort-on-uncaught-exception : SKIP
test-process-exception-capture : SKIP
test-process-exception-capture-should-abort-on-uncaught : SKIP
test-vm-parse-abort-on-uncaught-exception : SKIP

# These tests are disabled for chakra engine because they depend
# on v8 flag --allow_natives_syntax
Expand Down

0 comments on commit 300c5b8

Please sign in to comment.