| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 745b5fab9cb16ecf28937307a311908c2bf3765b..0bf378b4762b4833bffcbd441838ccb3479296a3 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -66,6 +66,10 @@ unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == androi
|
| json-recursive: PASS, (PASS || FAIL) if $mode == debug
|
|
|
| ##############################################################################
|
| +# Skip long running test that times out in debug mode.
|
| +regress/regress-crbug-160010: PASS, SKIP if $mode == debug
|
| +
|
| +##############################################################################
|
| # This test sets the umask on a per-process basis and hence cannot be
|
| # used in multi-threaded runs.
|
| # On android there is no /tmp directory.
|
| @@ -139,7 +143,6 @@ math-floor-of-div-minus-zero: SKIP
|
| try: PASS, SKIP if $mode == debug
|
| debug-scripts-request: PASS, SKIP if $mode == debug
|
| array-constructor: PASS, SKIP if $mode == debug
|
| -regress-crbug-160010: PASS, SKIP if $mode == debug
|
|
|
| # Times out often in release mode on MIPS.
|
| compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
|
|
|