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

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: Addressed review comments. 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') | no next file with comments »
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..de10e8bdc2d0ca33c98f21f835f5380c75deb04b 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: PASS || TIMEOUT
+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
+test-api/ExternalFloat32Array: SKIP
+test-api/ExternalFloat64Array: SKIP
+test-api/ExternalFloatArray: SKIP
+test-api/Float32Array: SKIP
+test-api/Float64Array: SKIP
+test-debug/DebugBreakLoop: SKIP
+
+
##############################################################################
[ $arch == arm ]
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698