| Index: scripts/master/factory/v8_commands.py
|
| ===================================================================
|
| --- scripts/master/factory/v8_commands.py (revision 125382)
|
| +++ scripts/master/factory/v8_commands.py (working copy)
|
| @@ -77,6 +77,12 @@
|
| timeout=3600,
|
| workdir='build/v8/')
|
|
|
| + def AddV8Initializers(self):
|
| + cmd = ['bash', './tools/check-static-initializers.sh']
|
| + self.AddTestStep(shell.ShellCommand,
|
| + 'Static-Initializers', cmd,
|
| + workdir='build/v8/')
|
| +
|
| def AddV8Testing(self, properties=None):
|
| if self._target_platform == 'win32':
|
| self.AddTaskkillStep()
|
|
|