| 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']
|
|
|