Chromium Code Reviews| Index: tools/bots/compiler.py |
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py |
| index a995bccbfdccf7540350680d2e2329be8397e5ca..fbcaeb3e183dcf045b462b0d1833f02fe826a667 100644 |
| --- a/tools/bots/compiler.py |
| +++ b/tools/bots/compiler.py |
| @@ -162,12 +162,6 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, test_set): |
| - test_set: Specification of a non standard test set, default None |
| """ |
| - if system.startswith('win') and runtime.startswith('ie'): |
| - # There should not be more than one InternetExplorerDriver instance |
| - # running at a time. For details, see |
| - # http://code.google.com/p/selenium/wiki/InternetExplorerDriver. |
|
ricow1
2013/01/29 15:41:17
You could copy this comment to the test file
kustermann
2013/01/29 16:08:55
Done.
|
| - flags += ['-j1'] |
| - |
| def GetPath(runtime): |
| """ Helper to get the path to the Chrome or Firefox executable for a |
| particular platform on the buildbot. Throws a KeyError if runtime is not |