Reviewers: Yury Semikhatsky, Description: Another attempt at correctly marking a debug test that fails in debug mode on arm.
Let's see if we can make the builder green. [email protected] Please review this at http://codereview.chromium.org/149282 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 2382) +++ test/mjsunit/mjsunit.status (working copy) @@ -51,6 +51,7 @@ debug-evaluate-recursive: CRASH || FAIL debug-changebreakpoint: CRASH || FAIL debug-clearbreakpoint: CRASH || FAIL +debug-clearbreakpointgroup: PASS, FAIL if $mode == debug debug-conditional-breakpoints: FAIL debug-evaluate: CRASH || FAIL debug-ignore-breakpoints: CRASH || FAIL --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
