Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index e65beeafb0fc729444c00a1fa8dc7934ad36d3e3..9eadde023014ffdeed07f00a2b960cfe484b3b8b 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -68,10 +68,6 @@ |
'd8-performance-now': [PASS, NO_VARIANTS], |
############################################################################## |
- # These use a built-in that's only present in debug mode. They take |
- # too long to run in debug mode on ARM and MIPS. |
- 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips', SKIP]], |
- |
'big-object-literal': [PASS, ['arch == arm or arch == android_arm or arch == android_arm64', SKIP]], |
# Issue 488: this test sometimes times out. |
@@ -359,11 +355,6 @@ |
'debug-liveedit-restart-frame': [SKIP], |
'debug-liveedit-double-call': [SKIP], |
- # This test dumps core for arm.debug, so no reason to expect it to work |
- # for NaCl. The other three fuzz-natives tests seem to run fine. |
- # As noted above none of them are run in the arm.debug case. |
- 'fuzz-natives-part4': [SKIP], |
- |
# NaCl builds have problems with this test since Pepper_28. |
# V8 Issue 2786 |
'math-exp-precision': [SKIP], |