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

Unified Diff: test/mozilla/mozilla.status

Issue 1307123003: [test] Skip slow tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 27827159ce9b4f038193c2e441af0dcd62a512c8..ce6ff393ac155e54170706382f8d823cb3c1c13d 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -851,6 +851,15 @@
}], # ALWAYS
+['no_i18n == True and mode == debug', {
+ # Tests too slow for no18n debug.
+ 'ecma_3/Statements/regress-302439': [FAST_VARIANTS],
+ 'js1_5/Regress/regress-98901': [FAST_VARIANTS],
+ 'ecma_3/RegExp/perlstress-001': [FAST_VARIANTS],
+ 'js1_5/extensions/regress-311161': [FAST_VARIANTS],
+}], # 'no_i18n == True and mode == debug'
+
+
['arch == arm or arch == arm64', {
# BUG(3251229): Times out when running new crankshaft test script.
« 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