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

Unified Diff: test/mjsunit/mjsunit.status

Issue 137543009: Introduce a parameter to skip slow tests when running with a simulator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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 0e4959155a31a902dd1dd655fd85773eb740bbd0..6155690a7542ea4332cc38889603653f13f26862 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -127,6 +127,15 @@ debug-liveedit-stack-padding: SKIP
debug-liveedit-restart-frame: SKIP
debug-liveedit-double-call: SKIP
+[ $arch == a64 && $mode == debug && $simulator_run == True ]
+
+# Pass but take too long with the simulator in debug mode.
+array-sort: SKIP
ulan 2014/01/28 12:13:23 Maybe 'PASS, (PASS || TIMEOUT) if $mode == debug'
Alexandre Rames 2014/01/28 13:53:23 Done.
+packed-elements: SKIP
+regexp-global: SKIP
+compiler/alloc-numbers: SKIP
+harmony/symbols: SKIP
+
##############################################################################
[ $arch == arm || $arch == android_arm ]
« test/cctest/cctest.status ('K') | « test/cctest/cctest.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698