| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index ba00e9a17f4e29a439b6ffe84131e37f4059b414..d0bb753b729af4fe64f6f0f4f1a1ebbfa70abd30 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -488,6 +488,9 @@
|
| ##############################################################################
|
| ['arch == mipsel or arch == mips', {
|
|
|
| + # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47
|
| + 'asm/embenchen/zlib': [SKIP],
|
| +
|
| # Slow tests which times out in debug mode.
|
| 'try': [PASS, ['mode == debug', SKIP]],
|
| 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
|
| @@ -527,6 +530,9 @@
|
| ##############################################################################
|
| ['arch == mips64el', {
|
|
|
| + # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47
|
| + 'asm/embenchen/zlib': [SKIP],
|
| +
|
| # Slow tests which times out in debug mode.
|
| 'try': [PASS, ['mode == debug', SKIP]],
|
| 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
|
|
|