test: fix tests after V8 update · nodejs/node@38ad285 (original) (raw)
`@@ -10,8 +10,8 @@ SyntaxError: Strict mode code may not include a with statement
`
10
10
` at Object. ([stdin]-wrapper::)
`
11
11
` at Module._compile (internal/modules/cjs/loader.js::)
`
12
12
` at evalScript (internal/process/execution.js::)
`
13
``
`-
at readStdin (internal/main/eval_stdin.js::)
`
14
``
`-
at Socket.process.stdin.on (internal/process/execution.js::)
`
``
13
`+
at internal/main/eval_stdin.js::
`
``
14
`+
at Socket. (internal/process/execution.js::)
`
15
15
` at Socket.emit (events.js::)
`
16
16
` at endReadableNT (_stream_readable.js::)
`
17
17
`42
`
`@@ -27,8 +27,8 @@ Error: hello
`
27
27
` at Object. ([stdin]-wrapper::)
`
28
28
` at Module._compile (internal/modules/cjs/loader.js::)
`
29
29
` at evalScript (internal/process/execution.js::)
`
30
``
`-
at readStdin (internal/main/eval_stdin.js::)
`
31
``
`-
at Socket.process.stdin.on (internal/process/execution.js::)
`
``
30
`+
at internal/main/eval_stdin.js::
`
``
31
`+
at Socket. (internal/process/execution.js::)
`
32
32
` at Socket.emit (events.js::)
`
33
33
` at endReadableNT (_stream_readable.js::)
`
34
34
`[stdin]:1
`
`@@ -42,8 +42,8 @@ Error: hello
`
42
42
` at Object. ([stdin]-wrapper::)
`
43
43
` at Module._compile (internal/modules/cjs/loader.js::)
`
44
44
` at evalScript (internal/process/execution.js::)
`
45
``
`-
at readStdin (internal/main/eval_stdin.js::)
`
46
``
`-
at Socket.process.stdin.on (internal/process/execution.js::)
`
``
45
`+
at internal/main/eval_stdin.js::
`
``
46
`+
at Socket. (internal/process/execution.js::)
`
47
47
` at Socket.emit (events.js::)
`
48
48
` at endReadableNT (_stream_readable.js::)
`
49
49
`100
`
`@@ -58,8 +58,8 @@ ReferenceError: y is not defined
`
58
58
` at Object. ([stdin]-wrapper::)
`
59
59
` at Module._compile (internal/modules/cjs/loader.js::)
`
60
60
` at evalScript (internal/process/execution.js::)
`
61
``
`-
at readStdin (internal/main/eval_stdin.js::)
`
62
``
`-
at Socket.process.stdin.on (internal/process/execution.js::)
`
``
61
`+
at internal/main/eval_stdin.js::
`
``
62
`+
at Socket. (internal/process/execution.js::)
`
63
63
` at Socket.emit (events.js::)
`
64
64
` at endReadableNT (_stream_readable.js::)
`
65
65
``