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

Unified Diff: scripts/master/factory/v8_commands.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 | « masters/master.client.v8/slaves.cfg ('k') | scripts/master/factory/v8_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/v8_commands.py
diff --git a/scripts/master/factory/v8_commands.py b/scripts/master/factory/v8_commands.py
index 9251d64363c3e1641135a9b7069bf5a5b05c6d4e..e65fda275d7cd779968a75715f34a63a263088ef 100644
--- a/scripts/master/factory/v8_commands.py
+++ b/scripts/master/factory/v8_commands.py
@@ -153,14 +153,6 @@ class V8Commands(commands.FactoryCommands):
self.AddTestStep(shell.ShellCommand, 'Mozilla', cmd,
timeout=3600, workdir='build/v8/')
- def AddV8Intl(self, properties=None):
- if self._target_platform == 'win32':
- self.AddTaskkillStep()
- cmd = self.GetV8TestingCommand()
- cmd += ['--testname', 'intl']
- self.AddTestStep(shell.ShellCommand, 'Intl', cmd,
- timeout=3600, workdir='build/v8/')
-
def AddPresubmitTest(self, properties=None):
cmd = [self._python, self._v8testing_tool,
'--testname', 'presubmit']
« no previous file with comments | « masters/master.client.v8/slaves.cfg ('k') | scripts/master/factory/v8_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698