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

Commit 300c5b8

Browse files
committed
test: update chakracore baselines
1 parent 0f6eee1 commit 300c5b8

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

test/message/eval_messages.chakracore.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
^^^^^
55

66
SyntaxError: 'with' statements are not allowed in strict mode
7+
at Script (vm.js:*:*)
78
at createScript (vm.js:*:*)
89
at runInThisContext (vm.js:*:*)
910
at Anonymous function ([eval]-wrapper:*:*)

test/message/stdin_messages.chakracore.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
^^^^^
55

66
SyntaxError: 'with' statements are not allowed in strict mode
7+
at Script (vm.js:*:*)
78
at createScript (vm.js:*:*)
89
at runInThisContext (vm.js:*:*)
910
at Anonymous function ([stdin]-wrapper:*:*)
@@ -13,7 +14,6 @@ SyntaxError: 'with' statements are not allowed in strict mode
1314
at emit (events.js:*:*)
1415
at endReadableNT (_stream_readable.js:*:*)
1516
at Reflect.apply (native code)
16-
at _tickCallback (internal/process/next_tick.js:*:*)
1717
42
1818
42
1919
[stdin]:1

test/message/vm_display_syntax_error.chakracore.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
beginning
22
SyntaxError: Expected identifier
3+
at Script (vm.js:*)
34
at createScript (vm.js:*)
45
at runInThisContext (vm.js:*)
56
at Anonymous function (*test*message*vm_display_syntax_error.js:*)
@@ -9,12 +10,12 @@ SyntaxError: Expected identifier
910
at tryModuleLoad (module.js:*)
1011
at Module._load (module.js:*)
1112
at Module.runMain (module.js:*)
12-
at startup (bootstrap_node.js:*)
1313
test.vm:*
1414
var 5;
1515
^^
1616

1717
SyntaxError: Expected identifier
18+
at Script (vm.js:*)
1819
at createScript (vm.js:*)
1920
at runInThisContext (vm.js:*)
2021
at Anonymous function (*test*message*vm_display_syntax_error.js:*)
@@ -24,4 +25,3 @@ SyntaxError: Expected identifier
2425
at tryModuleLoad (module.js:*)
2526
at Module._load (module.js:*)
2627
at Module.runMain (module.js:*)
27-
at startup (bootstrap_node.js:*)
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
beginning
22
middle
3-
vm.js:*
4-
return new Script(code, options);
5-
^
6-
3+
test.vm:1
4+
var 5;
5+
^^
76
SyntaxError: Expected identifier
7+
at Script (vm.js:*)
88
at createScript (vm.js:*)
99
at runInThisContext (vm.js:*)
1010
at Anonymous function (*test*message*vm_dont_display_syntax_error.js:*)
@@ -14,4 +14,3 @@ SyntaxError: Expected identifier
1414
at tryModuleLoad (module.js:*)
1515
at Module._load (module.js:*)
1616
at Module.runMain (module.js:*)
17-
at startup (bootstrap_node.js:*)

test/parallel/parallel.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ test-domain-throw-error-then-throw-from-uncaught-exception-handler : SKIP
121121
test-domain-with-abort-on-uncaught-exception : SKIP
122122
test-process-exception-capture : SKIP
123123
test-process-exception-capture-should-abort-on-uncaught : SKIP
124+
test-vm-parse-abort-on-uncaught-exception : SKIP
124125

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

0 commit comments

Comments
 (0)