Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: test/mjsunit/mjsunit.status

Issue 6264: Adapt the test expectations on ARM to make ARMu pass (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
===================================================================
--- test/mjsunit/mjsunit.status (revision 434)
+++ test/mjsunit/mjsunit.status (working copy)
@@ -30,18 +30,20 @@
# All tests in the bug directory are expected to fail.
bugs: FAIL
-# This one uses a built-in that's only present in debug mode.
-fuzz-natives: PASS, SKIP IF $MODE==RELEASE
+# This one uses a built-in that's only present in debug mode. It takes
+# too long to run in debug mode on ARM.
+fuzz-natives: PASS, SKIP IF ($mode == release || $arch == arm)
[ $arch == arm ]
-# 1020483: Debug tests fail on arm
+# Slow test: Times out in debug mode.
+try: PASS, SKIP if $mode == debug
+
+# Bug number 1020483: Debug tests fail on ARM.
debug-constructor: FAIL
debug-continue: FAIL
debug-backtrace-text: FAIL
debug-backtrace: FAIL
-# Passes on ARM simulator, fails on ARM hardware.
-debug-breakpoints: PASS || FAIL
debug-evaluate-recursive: FAIL
debug-changebreakpoint: FAIL
debug-clearbreakpoint: FAIL
@@ -51,13 +53,15 @@
debug-event-listener: FAIL
debug-ignore-breakpoints: FAIL
debug-multiple-breakpoints: FAIL
-# 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
debug-step: FAIL
regress/regress-998565: FAIL
+
+# Bug number 1308895: These tests pass on the ARM simulator, but
+# fail on the ARM Linux machine.
+debug-script-breakpoints: PASS || FAIL
+debug-scripts-request: PASS || FAIL
+debug-breakpoints: PASS || FAIL
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698