| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index abcf32337a0989d800ab7327368382f0937606d4..26c8359b6185fe18e91cc7ad597f2aa28bada52c 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -69,8 +69,8 @@ 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
|
| +# Skip long running test that times out in debug mode or goes OOM on android.
|
| +regress/regress-crbug-160010: PASS, SKIP if ($mode == debug || $arch == android_arm)
|
| generated-transition-stub: PASS, SKIP if $mode == debug
|
|
|
| ##############################################################################
|
|
|