Commit 6a8fdf04 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Skip some debugger related tests on ARM for nowas they have different...

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
parent 0bc3f21c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment