Chromium Code Reviews| Index: tools/bots/compiler.py |
| =================================================================== |
| --- tools/bots/compiler.py (revision 26446) |
| +++ tools/bots/compiler.py (working copy) |
| @@ -119,13 +119,13 @@ |
| supported_platforms = { |
| 'linux': ['ff', 'chromeOnAndroid', 'chrome'], |
| 'mac': ['safari'], |
| - 'windows': [] |
| + 'windows': ['ie9'] |
|
kustermann
2013/08/22 09:14:21
You must be kidding, I thought you changed that be
|
| } |
| # Platforms that we run on the fyi waterfall only. |
| fyi_supported_platforms = { |
| 'linux': [], |
| 'mac': [], |
| - 'windows': ['ie9'] |
| + 'windows': [] |
|
kustermann
2013/08/22 09:14:21
So we don't use the new controller for ie10?
ricow1
2013/08/22 09:39:37
No, not yet
|
| } |
| if (runtime in supported_platforms[system]): |