Comment #10 on issue 1639 by [email protected]: Debugger breaks on
internal code when attempting to step next
http://code.google.com/p/v8/issues/detail?id=1639
Here's the complete output:
$ svn log -l 1
------------------------------------------------------------------------
r9265 | [email protected] | 2011-09-13 09:08:36 -0600 (Tue, 13 Sep 2011)
| 4 lines
Adding test case for issue 1639, fixed by r9264.
BUG=v8:1639
Review URL: http://codereview.chromium.org/7889006
------------------------------------------------------------------------
$ scons d8
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: `d8' is up to date.
scons: done building targets.
$ tools/test.py --report mjsunit/bugs/bug-1639
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: `d8' is up to date.
scons: done building targets.
Total: 3 tests
* 0 tests will be skipped
* 0 tests are expected to timeout sometimes
* 0 tests are expected to be flaky but not crash
* 0 tests are expected to pass
* 0 tests are expected to fail that we won't fix
* 3 tests are expected to fail that we should fix
=== release bug-1639 ===
Path: mjsunit/bugs/bug-1639
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
Command: /Users/sctb/Documents/opt/v8/d8 --expose-debug-as debug
/Users/sctb/Documents/opt/v8/test/mjsunit/mjsunit.js
/Users/sctb/Documents/opt/v8/test/mjsunit/bugs/bug-1639.js --test
=== release bug-1639 ===
Path: mjsunit/bugs/bug-1639
============ Stress 1/5 ============
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
============ Stress 2/5 ============
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
============ Stress 3/5 ============
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
============ Stress 4/5 ============
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
============ Stress 5/5 ============
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
======== Full Deoptimization =======
Command: /Users/sctb/Documents/opt/v8/d8 --stress-opt --always-opt
--expose-debug-as debug
/Users/sctb/Documents/opt/v8/test/mjsunit/mjsunit.js
/Users/sctb/Documents/opt/v8/test/mjsunit/bugs/bug-1639.js --test
=== release bug-1639 ===
Path: mjsunit/bugs/bug-1639
break: c(); // BREAK 0
break: } // BREAK 1
break: } // BREAK 2
break: // BREAK 3
Command: /Users/sctb/Documents/opt/v8/d8 --nocrankshaft --expose-debug-as
debug /Users/sctb/Documents/opt/v8/test/mjsunit/mjsunit.js
/Users/sctb/Documents/opt/v8/test/mjsunit/bugs/bug-1639.js --test
[00:00|% 100|+ 0|- 3]: Done
$
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev