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

Unified Diff: scripts/master/factory/v8_factory.py

Issue 23691069: V8 Buildbot: Make testing i18n the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Deactivate i18n for nacl. 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
« no previous file with comments | « scripts/master/factory/v8_commands.py ('k') | scripts/slave/v8/v8testing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/v8_factory.py
diff --git a/scripts/master/factory/v8_factory.py b/scripts/master/factory/v8_factory.py
index 954024067607958a88bb66b98e5872c10902727a..0e03293a96d75bdcffba1d9354de0eba8518fb03 100644
--- a/scripts/master/factory/v8_factory.py
+++ b/scripts/master/factory/v8_factory.py
@@ -73,7 +73,6 @@ class V8Factory(gclient_factory.GClientFactory):
if R('webkit'): f.AddV8Webkit()
if R('test262'): f.AddV8Test262()
if R('mozilla'): f.AddV8Mozilla()
- if R('intl'): f.AddV8Intl()
if R('gcmole'): f.AddV8GCMole()
if R('simpleleak'): f.AddSimpleLeakTest()
« no previous file with comments | « scripts/master/factory/v8_commands.py ('k') | scripts/slave/v8/v8testing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698