| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 9f5d73efdf025e242e07804af410a1a587c93468..c3531843e067637a266c332801c510fd1cc5a3f0 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -406,6 +406,17 @@
|
| }], # 'arch == arm or arch == android_arm'
|
|
|
| ##############################################################################
|
| +['(arch == mipsel or arch == mips or arch == mips64el or arch == mips64) and simulator_run != True', {
|
| + # These tests fail occasionally on the buildbots because they consume
|
| + # a large amount of memory if executed in parallel. Therefore we
|
| + # run only a single instance of these tests
|
| + 'regress/regress-crbug-514081': [PASS, NO_VARIANTS],
|
| + 'regress/regress-599717': [PASS, NO_VARIANTS],
|
| + 'regress/regress-599414-array-concat-fast-path': [PASS, NO_VARIANTS],
|
| + 'array-functions-prototype-misc': [PASS, NO_VARIANTS],
|
| +}], # 'arch == mipsel or arch == mips or arch == mips64el or arch == mips64'
|
| +
|
| +##############################################################################
|
| ['arch == mipsel or arch == mips', {
|
|
|
| # Slow tests which times out in debug mode.
|
|
|