OLD | NEW |
1 { | 1 { |
| 2 "WebKit XP": { |
| 3 "gtest_tests": [ |
| 4 "blink_heap_unittests", |
| 5 "blink_platform_unittests", |
| 6 "webkit_unit_tests", |
| 7 "wtf_unittests" |
| 8 ], |
| 9 "scripts": [ |
| 10 { |
| 11 "name": "webkit_lint", |
| 12 "script": "webkit_lint.py" |
| 13 }, |
| 14 { |
| 15 "name": "webkit_python_tests", |
| 16 "script": "webkit_python_tests.py" |
| 17 } |
| 18 ] |
| 19 }, |
| 20 "WebKit Win7": { |
| 21 "gtest_tests": [ |
| 22 "blink_heap_unittests", |
| 23 "blink_platform_unittests", |
| 24 "webkit_unit_tests", |
| 25 "wtf_unittests" |
| 26 ], |
| 27 "scripts": [ |
| 28 { |
| 29 "name": "webkit_lint", |
| 30 "script": "webkit_lint.py" |
| 31 }, |
| 32 { |
| 33 "name": "webkit_python_tests", |
| 34 "script": "webkit_python_tests.py" |
| 35 } |
| 36 ] |
| 37 }, |
| 38 "WebKit Win7 (dbg)": { |
| 39 "gtest_tests": [ |
| 40 "blink_heap_unittests", |
| 41 "blink_platform_unittests", |
| 42 "webkit_unit_tests", |
| 43 "wtf_unittests" |
| 44 ], |
| 45 "scripts": [ |
| 46 { |
| 47 "name": "webkit_lint", |
| 48 "script": "webkit_lint.py" |
| 49 }, |
| 50 { |
| 51 "name": "webkit_python_tests", |
| 52 "script": "webkit_python_tests.py" |
| 53 } |
| 54 ] |
| 55 }, |
| 56 "WebKit Mac10.6": { |
| 57 "gtest_tests": [ |
| 58 "blink_heap_unittests", |
| 59 "blink_platform_unittests", |
| 60 "webkit_unit_tests", |
| 61 "wtf_unittests" |
| 62 ], |
| 63 "scripts": [ |
| 64 { |
| 65 "name": "webkit_lint", |
| 66 "script": "webkit_lint.py" |
| 67 }, |
| 68 { |
| 69 "name": "webkit_python_tests", |
| 70 "script": "webkit_python_tests.py" |
| 71 } |
| 72 ] |
| 73 }, |
| 74 "WebKit Mac10.7": { |
| 75 "gtest_tests": [ |
| 76 "blink_heap_unittests", |
| 77 "blink_platform_unittests", |
| 78 "webkit_unit_tests", |
| 79 "wtf_unittests" |
| 80 ], |
| 81 "scripts": [ |
| 82 { |
| 83 "name": "webkit_lint", |
| 84 "script": "webkit_lint.py" |
| 85 }, |
| 86 { |
| 87 "name": "webkit_python_tests", |
| 88 "script": "webkit_python_tests.py" |
| 89 } |
| 90 ] |
| 91 }, |
| 92 "WebKit Mac10.8": { |
| 93 "gtest_tests": [ |
| 94 "blink_heap_unittests", |
| 95 "blink_platform_unittests", |
| 96 "webkit_unit_tests", |
| 97 "wtf_unittests" |
| 98 ], |
| 99 "scripts": [ |
| 100 { |
| 101 "name": "webkit_lint", |
| 102 "script": "webkit_lint.py" |
| 103 }, |
| 104 { |
| 105 "name": "webkit_python_tests", |
| 106 "script": "webkit_python_tests.py" |
| 107 } |
| 108 ] |
| 109 }, |
| 110 "WebKit Mac10.8 (retina)": { |
| 111 "gtest_tests": [ |
| 112 "blink_heap_unittests", |
| 113 "blink_platform_unittests", |
| 114 "webkit_unit_tests", |
| 115 "wtf_unittests" |
| 116 ], |
| 117 "scripts": [ |
| 118 { |
| 119 "name": "webkit_lint", |
| 120 "script": "webkit_lint.py" |
| 121 }, |
| 122 { |
| 123 "name": "webkit_python_tests", |
| 124 "script": "webkit_python_tests.py" |
| 125 } |
| 126 ] |
| 127 }, |
| 128 "WebKit Mac10.9": { |
| 129 "gtest_tests": [ |
| 130 "blink_heap_unittests", |
| 131 "blink_platform_unittests", |
| 132 "webkit_unit_tests", |
| 133 "wtf_unittests" |
| 134 ], |
| 135 "scripts": [ |
| 136 { |
| 137 "name": "webkit_lint", |
| 138 "script": "webkit_lint.py" |
| 139 }, |
| 140 { |
| 141 "name": "webkit_python_tests", |
| 142 "script": "webkit_python_tests.py" |
| 143 } |
| 144 ] |
| 145 }, |
| 146 "WebKit Mac10.6 (dbg)": { |
| 147 "gtest_tests": [ |
| 148 "blink_heap_unittests", |
| 149 "blink_platform_unittests", |
| 150 "webkit_unit_tests", |
| 151 "wtf_unittests" |
| 152 ], |
| 153 "scripts": [ |
| 154 { |
| 155 "name": "webkit_lint", |
| 156 "script": "webkit_lint.py" |
| 157 }, |
| 158 { |
| 159 "name": "webkit_python_tests", |
| 160 "script": "webkit_python_tests.py" |
| 161 } |
| 162 ] |
| 163 }, |
| 164 "WebKit Mac10.7 (dbg)": { |
| 165 "gtest_tests": [ |
| 166 "blink_heap_unittests", |
| 167 "blink_platform_unittests", |
| 168 "webkit_unit_tests", |
| 169 "wtf_unittests" |
| 170 ], |
| 171 "scripts": [ |
| 172 { |
| 173 "name": "webkit_lint", |
| 174 "script": "webkit_lint.py" |
| 175 }, |
| 176 { |
| 177 "name": "webkit_python_tests", |
| 178 "script": "webkit_python_tests.py" |
| 179 } |
| 180 ] |
| 181 }, |
| 182 "WebKit Linux": { |
| 183 "gtest_tests": [ |
| 184 "blink_heap_unittests", |
| 185 "blink_platform_unittests", |
| 186 "webkit_unit_tests", |
| 187 "wtf_unittests" |
| 188 ], |
| 189 "scripts": [ |
| 190 { |
| 191 "name": "webkit_lint", |
| 192 "script": "webkit_lint.py" |
| 193 }, |
| 194 { |
| 195 "name": "webkit_python_tests", |
| 196 "script": "webkit_python_tests.py" |
| 197 } |
| 198 ] |
| 199 }, |
| 200 "WebKit Linux 32": { |
| 201 "gtest_tests": [ |
| 202 "blink_heap_unittests", |
| 203 "blink_platform_unittests", |
| 204 "webkit_unit_tests", |
| 205 "wtf_unittests" |
| 206 ], |
| 207 "scripts": [ |
| 208 { |
| 209 "name": "webkit_lint", |
| 210 "script": "webkit_lint.py" |
| 211 }, |
| 212 { |
| 213 "name": "webkit_python_tests", |
| 214 "script": "webkit_python_tests.py" |
| 215 } |
| 216 ] |
| 217 }, |
| 218 "WebKit Linux (dbg)": { |
| 219 "gtest_tests": [ |
| 220 "blink_heap_unittests", |
| 221 "blink_platform_unittests", |
| 222 "webkit_unit_tests", |
| 223 "wtf_unittests" |
| 224 ], |
| 225 "scripts": [ |
| 226 { |
| 227 "name": "webkit_lint", |
| 228 "script": "webkit_lint.py" |
| 229 }, |
| 230 { |
| 231 "name": "webkit_python_tests", |
| 232 "script": "webkit_python_tests.py" |
| 233 } |
| 234 ] |
| 235 }, |
2 "Linux ChromiumOS Tests (1)": { | 236 "Linux ChromiumOS Tests (1)": { |
3 "gtest_tests": [ | 237 "gtest_tests": [ |
4 "accessibility_unittests", | 238 "accessibility_unittests", |
5 { | 239 { |
6 "test": "base_unittests", | 240 "test": "base_unittests", |
7 "swarming": { | 241 "swarming": { |
8 "can_use_on_swarming_builders": true | 242 "can_use_on_swarming_builders": true |
9 } | 243 } |
10 }, | 244 }, |
11 { | 245 { |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 }, | 439 }, |
206 "Linux ChromiumOS Tests (dbg)(2)": { | 440 "Linux ChromiumOS Tests (dbg)(2)": { |
207 "gtest_tests": [ | 441 "gtest_tests": [ |
208 ] | 442 ] |
209 }, | 443 }, |
210 "Linux ChromiumOS Tests (dbg)(3)": { | 444 "Linux ChromiumOS Tests (dbg)(3)": { |
211 "gtest_tests": [ | 445 "gtest_tests": [ |
212 ] | 446 ] |
213 } | 447 } |
214 } | 448 } |
OLD | NEW |