Reviewers: iposva, Description: Buildbot still is not happy. Looks like CRASH keyword is needed.
TBR = iposva Please review this at http://codereview.chromium.org/11417 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mjsunit/mjsunit.status Index: test/mjsunit/mjsunit.status =================================================================== --- test/mjsunit/mjsunit.status (revision 777) +++ test/mjsunit/mjsunit.status (working copy) @@ -41,8 +41,8 @@ debug-scripts-request: PASS, SKIP if $mode == debug # Bug number 1020483: Debug tests fail on ARM. -debug-constructor: FAIL -debug-continue: FAIL +debug-constructor: CRASH, FAIL +debug-continue: CRASH, FAIL debug-backtrace: FAIL debug-evaluate-recursive: CRASH, FAIL if $mode == debug debug-changebreakpoint: CRASH, FAIL if $mode == debug @@ -53,7 +53,7 @@ debug-multiple-breakpoints: CRASH, FAIL if $mode == debug debug-setbreakpoint: CRASH, FAIL if $mode == debug debug-step-stub-callfunction: CRASH -debug-stepin-constructor: FAIL +debug-stepin-constructor: CRASH, FAIL debug-step: CRASH, FAIL if $mode == debug debug-breakpoints: PASS || FAIL --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
