Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 9bb41d0bcd7d5698787776fae0cf3574eeacdf01..dcbbee7b5e15e84fb48f88d5bdfa1d16580089a7 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -138,6 +138,7 @@ |
# Very slow on ARM and MIPS, contains no architecture dependent code. |
'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips', TIMEOUT]], |
+ 'regress/regress-3976': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips', TIMEOUT]], |
Jakob Kummerow
2015/03/21 13:38:55
Consider s/TIMEOUT/SKIP/ to save time on the bots.
Erik Corry Chromium.org
2015/03/24 12:44:22
Done
|
############################################################################## |
# This test expects to reach a certain recursion depth, which may not work |