projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b95d88
)
Revert "test: stack overflow output"
author
isaacs
<i@izs.me>
Wed, 16 May 2012 21:44:15 +0000
(14:44 -0700)
committer
isaacs
<i@izs.me>
Wed, 16 May 2012 21:44:15 +0000
(14:44 -0700)
This reverts commit
f8519e10b823f576ddd0efa76ab425f0598b1223
.
Recent update to V8 fixes the problem where it incorrectly reports the
line number as 0 for thrown RangeErrors.
test/message/stack_overflow.out
patch
|
blob
|
history
diff --git
a/test/message/stack_overflow.out
b/test/message/stack_overflow.out
index 8b47d8f2846b3c3e90ca52380517675d26042b3e..72dc019ff1acc3d40981ce25dd48263f095b9174 100644
(file)
--- a/
test/message/stack_overflow.out
+++ b/
test/message/stack_overflow.out
@@
-1,6
+1,6
@@
before
-*test*message*stack_overflow.js:
0
-(function (exports, require, module, __filename, __dirname) { // Copyright Joy
-^
+*test*message*stack_overflow.js:
31
+function stackOverflow() {
+
^
RangeError: Maximum call stack size exceeded