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

Unified Diff: test/cctest/cctest.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
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | test/mjsunit/mjsunit.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 2ffa390913aa6af6d1b6d6e347cf1dba49254fba..81f8f21752614bd5c2bb84d06caad5185c2d06e5 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -59,6 +59,24 @@ test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug
test-api/Bug618: PASS
+[ $arch == a64 && $simulator_run == True ]
+
+# Pass but take too long with the simulator.
+test-api/ExternalArrays: SKIP
ulan 2014/01/28 12:13:23 Maybe 'PASS || TIMEOUT' instead of 'SKIP'? That co
Alexandre Rames 2014/01/28 13:53:23 Done.
+test-api/Threading1: SKIP
+
+[ $arch == a64 && $mode == debug && $simulator_run == True ]
+
+# Pass but take too long with the simulator in debug mode.
+test-api/ExternalDoubleArray: SKIP
ulan 2014/01/28 12:13:23 Did *Array tests finish on your machine?
ulan 2014/01/28 12:25:38 I ran test-api/ExternalArrays and it finishes in ~
Alexandre Rames 2014/01/28 13:53:23 Yes I tested all of these, and they take ~17 minut
+test-api/ExternalFloat32Array: SKIP
+test-api/ExternalFloat64Array: SKIP
+test-api/ExternalFloatArray: SKIP
+test-api/Fload32Array: SKIP
Jakob Kummerow 2014/01/28 12:28:46 s/Fload/Float/ or this won't do what you want ;-)
Alexandre Rames 2014/01/28 13:53:23 Done.
+test-api/Fload64Array: SKIP
+test-debug/DebugBreakLoop: SKIP
+
+
##############################################################################
[ $arch == arm ]
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | test/mjsunit/mjsunit.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698