From cd51fa8f5a97fcdf251aaccb954d324c13a3561b Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 14 Dec 2012 17:43:02 -0800 Subject: [PATCH] test: Update message tests for streams2 --- test/message/max_tick_depth_trace.out | 16 ++++++++-------- test/message/stdin_messages.out | 16 ++++++++++------ 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/test/message/max_tick_depth_trace.out b/test/message/max_tick_depth_trace.out index 17cb7a7..0fab6cd 100644 --- a/test/message/max_tick_depth_trace.out +++ b/test/message/max_tick_depth_trace.out @@ -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 diff --git a/test/message/stdin_messages.out b/test/message/stdin_messages.out index e1a3790..b0ad45b 100644 --- a/test/message/stdin_messages.out +++ b/test/message/stdin_messages.out @@ -9,7 +9,8 @@ SyntaxError: Strict mode code may not include a with statement at evalScript (node.js:*:*) at Socket. (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. ([stdin]-wrapper:*:*) at Module._compile (module.js:*:*) at evalScript (node.js:*:*) at Socket. (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. ([stdin]-wrapper:*:*) at Module._compile (module.js:*:*) at evalScript (node.js:*:*) at Socket. (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. (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 -- 2.7.4