Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 9f5d73efdf025e242e07804af410a1a587c93468..a442f9641801d230d56bec5caa32d97c614496e9 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', { |
| + # 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' |
|
Michael Achenbach
2017/01/24 14:01:19
Is this also happening on mipsel in the simulator?
|
| + |
| +############################################################################## |
| ['arch == mipsel or arch == mips', { |
| # Slow tests which times out in debug mode. |