Commit 10e38040 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Skip the tests which currently crash on the ARM simulator.

Review URL: http://codereview.chromium.org/8696

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@642 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 21228af2
......@@ -41,26 +41,26 @@ try: PASS, SKIP if $mode == debug
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
debug-continue: CRASH
debug-backtrace-text: FAIL
debug-backtrace: FAIL
debug-evaluate-recursive: FAIL
debug-changebreakpoint: FAIL
debug-clearbreakpoint: FAIL
debug-conditional-breakpoints: FAIL
debug-enable-disable-breakpoints: FAIL
debug-evaluate: FAIL
debug-event-listener: FAIL
debug-ignore-breakpoints: FAIL
debug-multiple-breakpoints: FAIL
debug-setbreakpoint: FAIL
debug-step-stub-callfunction: FAIL
debug-stepin-constructor: FAIL
debug-step: FAIL
debug-backtrace: CRASH
debug-evaluate-recursive: CRASH
debug-changebreakpoint: CRASH
debug-clearbreakpoint: CRASH
debug-conditional-breakpoints: CRASH
debug-enable-disable-breakpoints: CRASH
debug-evaluate: CRASH
debug-event-listener: CRASH
debug-ignore-breakpoints: CRASH
debug-multiple-breakpoints: CRASH
debug-setbreakpoint: CRASH
debug-step-stub-callfunction: CRASH
debug-stepin-constructor: CRASH
debug-step: CRASH
debug-breakpoints: PASS || FAIL
regress/regress-998565: FAIL
regress/regress-998565: CRASH
# Bug number 130 http://code.google.com/p/v8/issues/detail?id=130
# Fails on real ARM hardware but not on the simulator.
......
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