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

Unified Diff: test/mozilla/mozilla.status

Issue 2400463003: Skip some mozilla tests on turbofan_opt as they consistently timeout (Closed)
Patch Set: Add turbofan_opt section Created 4 years, 2 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/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index 26503bfa6e1073b0f78dab874fbacec5b0dac25c..d5b967408be230c5f991465b40bdf997da2da6e6 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -870,6 +870,18 @@
}], # ALWAYS
+['variant == turbofan_opt', {
+ # These timeout flakily under CFI/turbofan_opt
+ 'js1_5/Regress/regress-360969-05': [SKIP],
+ 'js1_5/Regress/regress-360969-06': [SKIP],
+
+ # These timeout under CFI/turbofan_opt
+ 'ecma/FunctionObjects/15.3.1.1-3': [SKIP],
+ 'ecma/FunctionObjects/15.3.2.1-3': [SKIP],
+ 'ecma/FunctionObjects/15.3.5-1': [SKIP],
+}], # variant == turbofan_opt
+
+
['no_i18n == True and mode == debug', {
# Tests too slow for no18n debug.
'ecma_3/Statements/regress-302439': [PASS, FAST_VARIANTS],
« 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