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

Unified Diff: tools/run-tests.py

Issue 23708055: Skip tests failing on the no-i18n bot (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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
« test/intl/intl.status ('K') | « test/test262/test262.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index d023cf1fbaaacab83806a0bdf2b8177e48fe9ef1..e5d397e5f1bf284068ed7af0d2baf2a700eda875 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -316,6 +316,7 @@ def Execute(arch, mode, args, options, suites, workspace):
"system": utils.GuessOS(),
"isolates": options.isolates,
"deopt_fuzzer": False,
+ "no_i18n": options.no_i18n,
Michael Achenbach 2013/09/20 08:44:56 Please add this variable also to run-deoptfuzzer.p
}
all_tests = []
num_tests = 0
« test/intl/intl.status ('K') | « test/test262/test262.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698