Reviewers: Mads Ager, Description: Skip some debugger related tests on ARM for nowas they have different behaviour based on platform and mode. The debugger infrastructure is currently not working on the ARM platform. This also fix the "syntax" error of the previous change to mjsunit.status.
Please review this at http://codereview.chromium.org/13622 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 939) +++ test/mjsunit/mjsunit.status (working copy) @@ -46,7 +46,7 @@ # Bug number 1020483: Debug tests fail on ARM. debug-constructor: CRASH, FAIL -debug-continue: CRASH if $mode == debug +debug-continue: SKIP debug-backtrace: FAIL debug-evaluate-recursive: CRASH, FAIL if $mode == debug debug-changebreakpoint: CRASH, FAIL if $mode == debug @@ -56,9 +56,9 @@ debug-ignore-breakpoints: CRASH, FAIL if $mode == debug debug-multiple-breakpoints: CRASH, FAIL if $mode == debug debug-setbreakpoint: CRASH, FAIL if $mode == debug -debug-step-stub-callfunction: FAIL +debug-step-stub-callfunction: SKIP debug-stepin-constructor: CRASH, FAIL -debug-step: CRASH if $mode == debug +debug-step: SKIP debug-breakpoints: PASS || FAIL # Bug number 130 http://code.google.com/p/v8/issues/detail?id=130 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
