| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 7fd22a587623876167150b271b3dc66ba927333c..357b33bf08c783e836c39762b98c2bd9399bcabb 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -47,9 +47,9 @@ compiler/regress-funcaller: PASS, SKIP if $mode == debug
|
| regress/regress-create-exception: PASS, SKIP if $mode == debug
|
|
|
| ##############################################################################
|
| -# These use a built-in that's only present in debug mode. They take
|
| +# This one uses a built-in that's only present in debug mode. It takes
|
| # too long to run in debug mode on ARM and MIPS.
|
| -fuzz-natives-part*: PASS, SKIP if ($mode == release || $arch == arm || $arch == android_arm || $arch == mipsel)
|
| +fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == android_arm || $arch == mipsel)
|
|
|
| big-object-literal: PASS, SKIP if ($arch == arm || $arch == android_arm)
|
|
|
| @@ -59,6 +59,9 @@ array-constructor: PASS || TIMEOUT
|
| # Very slow on ARM and MIPS, contains no architecture dependent code.
|
| unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == android_arm || $arch == mipsel)
|
|
|
| +# Test Crankshaft compilation time. Expected to take too long in debug mode.
|
| +regress/regress-1969: PASS, SKIP if ($mode == debug || $arch == android_arm)
|
| +
|
| ##############################################################################
|
| # This test sets the umask on a per-process basis and hence cannot be
|
| # used in multi-threaded runs.
|
| @@ -100,9 +103,11 @@ compiler/property-calls: SKIP
|
| compiler/recursive-deopt: SKIP
|
| compiler/regress-4: SKIP
|
| compiler/regress-funcaller: SKIP
|
| +compiler/regress-gvn: SKIP
|
| compiler/regress-rep-change: SKIP
|
| compiler/regress-arguments: SKIP
|
| compiler/regress-funarguments: SKIP
|
| +compiler/regress-or: SKIP
|
| compiler/regress-3249650: SKIP
|
| compiler/simple-deopt: SKIP
|
| regress/regress-490: SKIP
|
| @@ -156,9 +161,11 @@ compiler/property-calls: SKIP
|
| compiler/recursive-deopt: SKIP
|
| compiler/regress-4: SKIP
|
| compiler/regress-funcaller: SKIP
|
| +compiler/regress-gvn: SKIP
|
| compiler/regress-rep-change: SKIP
|
| compiler/regress-arguments: SKIP
|
| compiler/regress-funarguments: SKIP
|
| +compiler/regress-or: SKIP
|
| compiler/regress-3249650: SKIP
|
| compiler/simple-deopt: SKIP
|
| regress/regress-490: SKIP
|
|
|