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.
Review URL: http://codereview.chromium.org/13622 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@940 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
0bc3f21c20
commit
6a8fdf0429
@ -46,7 +46,7 @@ debug-scripts-request: PASS, SKIP if $mode == debug
|
||||
|
||||
# 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-evaluate: CRASH, FAIL if $mode == debug
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user