test: Update message tests for streams2
This commit is contained in:
parent
abbd47e4a3
commit
cd51fa8f5a
@ -8,10 +8,10 @@ tick 14
|
||||
tick 13
|
||||
tick 12
|
||||
Trace: (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
|
||||
at maxTickWarn (node.js:289:17)
|
||||
at process.nextTick (node.js:362:9)
|
||||
at f (*test*message*max_tick_depth_trace.js:30:13)
|
||||
at process._tickCallback (node.js:335:13)
|
||||
at maxTickWarn (node.js:*:*)
|
||||
at process.nextTick (node.js:*:*
|
||||
at f (*test*message*max_tick_depth_trace.js:*:*)
|
||||
at process._tickCallback (node.js:*:*)
|
||||
tick 11
|
||||
tick 10
|
||||
tick 9
|
||||
@ -23,9 +23,9 @@ tick 4
|
||||
tick 3
|
||||
tick 2
|
||||
Trace: (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
|
||||
at maxTickWarn (node.js:289:17)
|
||||
at process.nextTick (node.js:362:9)
|
||||
at f (*test*message*max_tick_depth_trace.js:30:13)
|
||||
at process._tickCallback (node.js:335:13)
|
||||
at maxTickWarn (node.js:*:*)
|
||||
at process.nextTick (node.js:*:*
|
||||
at f (*test*message*max_tick_depth_trace.js:*:*)
|
||||
at process._tickCallback (node.js:*:*)
|
||||
tick 1
|
||||
tick 0
|
||||
|
@ -9,7 +9,8 @@ SyntaxError: Strict mode code may not include a with statement
|
||||
at evalScript (node.js:*:*)
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at _stream_readable.js:*:*
|
||||
at process._tickCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
42
|
||||
42
|
||||
@ -18,26 +19,28 @@ SyntaxError: Strict mode code may not include a with statement
|
||||
throw new Error("hello")
|
||||
^
|
||||
Error: hello
|
||||
at [stdin]:1:7
|
||||
at [stdin]:1:*
|
||||
at Object.<anonymous> ([stdin]-wrapper:*:*)
|
||||
at Module._compile (module.js:*:*)
|
||||
at evalScript (node.js:*:*)
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at _stream_readable.js:*:*
|
||||
at process._tickCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
|
||||
[stdin]:1
|
||||
throw new Error("hello")
|
||||
^
|
||||
Error: hello
|
||||
at [stdin]:1:7
|
||||
at [stdin]:1:*
|
||||
at Object.<anonymous> ([stdin]-wrapper:*:*)
|
||||
at Module._compile (module.js:*:*)
|
||||
at evalScript (node.js:*:*)
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at _stream_readable.js:*:*
|
||||
at process._tickCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
100
|
||||
|
||||
@ -51,7 +54,8 @@ ReferenceError: y is not defined
|
||||
at evalScript (node.js:*:*)
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at _stream_readable.js:*:*
|
||||
at process._tickCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
|
||||
[stdin]:1
|
||||
|
Loading…
x
Reference in New Issue
Block a user