Index: test/mozilla/mozilla.status |
=================================================================== |
--- test/mozilla/mozilla.status (revision 6006) |
+++ test/mozilla/mozilla.status (working copy) |
@@ -813,7 +813,7 @@ |
js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes |
-[ $ARCH == arm ] |
+[ $arch == arm ] |
# Times out and print so much output that we need to skip it to not |
# hang the builder. |
@@ -836,8 +836,15 @@ |
js1_5/extensions/regress-371636: SKIP |
-[ $FAST == yes && $ARCH == arm ] |
+[ $arch == arm && $crankshaft ] |
+# Test that only fail with crankshaft. |
+js1_5/Regress/regress-416628: CRASH |
+js1_5/Regress/regress-96128-n: PASS || CRASH |
+ |
+ |
+[ $fast == yes && $arch == arm ] |
+ |
# In fast mode on arm we try to skip all tests that would time out, |
# since running the tests takes so long in the first place. |