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 ...@@ -41,26 +41,26 @@ try: PASS, SKIP if $mode == debug
debug-scripts-request: PASS, SKIP if $mode == debug debug-scripts-request: PASS, SKIP if $mode == debug
# Bug number 1020483: Debug tests fail on ARM. # Bug number 1020483: Debug tests fail on ARM.
debug-constructor: FAIL debug-constructor: CRASH
debug-continue: FAIL debug-continue: CRASH
debug-backtrace-text: FAIL debug-backtrace-text: FAIL
debug-backtrace: FAIL debug-backtrace: CRASH
debug-evaluate-recursive: FAIL debug-evaluate-recursive: CRASH
debug-changebreakpoint: FAIL debug-changebreakpoint: CRASH
debug-clearbreakpoint: FAIL debug-clearbreakpoint: CRASH
debug-conditional-breakpoints: FAIL debug-conditional-breakpoints: CRASH
debug-enable-disable-breakpoints: FAIL debug-enable-disable-breakpoints: CRASH
debug-evaluate: FAIL debug-evaluate: CRASH
debug-event-listener: FAIL debug-event-listener: CRASH
debug-ignore-breakpoints: FAIL debug-ignore-breakpoints: CRASH
debug-multiple-breakpoints: FAIL debug-multiple-breakpoints: CRASH
debug-setbreakpoint: FAIL debug-setbreakpoint: CRASH
debug-step-stub-callfunction: FAIL debug-step-stub-callfunction: CRASH
debug-stepin-constructor: FAIL debug-stepin-constructor: CRASH
debug-step: FAIL debug-step: CRASH
debug-breakpoints: PASS || FAIL 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 # Bug number 130 http://code.google.com/p/v8/issues/detail?id=130
# Fails on real ARM hardware but not on the simulator. # 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