Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: test/mjsunit/mjsunit.status

Issue 252143002: Refactor mjsunit/fuzz-natives-* into a separate test suite. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 80col Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 036fb483432ca2f5082daa4298a293b8360b1e69..117a0e6f71e21e5e47e051ab2ec14a0dc6e6a4d5 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.
@@ -351,11 +347,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],

Powered by Google App Engine
This is Rietveld 408576698