| Index: test/mozilla/mozilla.status
|
| ===================================================================
|
| --- test/mozilla/mozilla.status (revision 6904)
|
| +++ test/mozilla/mozilla.status (working copy)
|
| @@ -292,10 +292,6 @@
|
| js1_2/regexp/beginLine: FAIL_OK
|
| js1_2/regexp/endLine: FAIL_OK
|
|
|
| -# To be compatible with JSC, we no longer accept [\d-x], [x-\d] or
|
| -# [\d-\d] as valid ranges.
|
| -ecma_3/RegExp/regress-375715-02: FAIL
|
| -js1_5/extensions/regress-351463-01: FAIL
|
|
|
| # To be compatible with safari typeof a regexp yields 'function';
|
| # in firefox it yields 'object'.
|
| @@ -817,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.
|
| @@ -840,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.
|
|
|
|
|