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

Unified Diff: test/cctest/cctest.status

Issue 1264443002: [test] Skip slow test in novfp3 mode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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 | no next file » | 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 68c570edcc56071af2c2714ac74426befd9afb01..68bdac9c5d6f1112ee2164aa1694d90c2fe791ed 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -130,6 +130,12 @@
}], # ALWAYS
##############################################################################
+['novfp3 == True', {
+ # TODO(yangguo): Got very slow after 3069c43.
+ 'test-debug/DebugBreakLoop': [SKIP],
+}], # novfp3 == True
+
+##############################################################################
['arch == arm64', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698