Mark a test as flaky on ARM. Fails on hardware but passes in simulator.Z

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@427 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
sgjesse@chromium.org 2008-10-03 12:15:32 +00:00
parent d2a8454d2f
commit 43783fa236

View File

@ -51,9 +51,11 @@ debug-evaluate: FAIL
debug-event-listener: FAIL
debug-ignore-breakpoints: FAIL
debug-multiple-breakpoints: FAIL
# Bug number 1308895. This passes on the ARM simulator,
# fails on the ARM Linux machine.
# Bug number 1308895. The tests debug-script-breakpoints and
# debug-scripts-request passes on the ARM simulator, but fails on the ARM Linux
# machine.
debug-script-breakpoints: PASS || FAIL
debug-scripts-request: PASS || FAIL
debug-setbreakpoint: FAIL
debug-step-stub-callfunction: FAIL
debug-stepin-constructor: FAIL