OLD | NEW |
1 { | 1 { |
2 "WebKit Linux Trusty": { | 2 "WebKit Linux Trusty": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "swarming": { | 5 "swarming": { |
6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
7 }, | 7 }, |
8 "test": "blink_heap_unittests" | 8 "test": "blink_heap_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 }, | 213 }, |
214 { | 214 { |
215 "name": "webkit_python_tests", | 215 "name": "webkit_python_tests", |
216 "script": "webkit_python_tests.py" | 216 "script": "webkit_python_tests.py" |
217 } | 217 } |
218 ] | 218 ] |
219 }, | 219 }, |
220 "WebKit Mac10.12": { | 220 "WebKit Mac10.12": { |
221 "gtest_tests": [ | 221 "gtest_tests": [ |
222 { | 222 { |
223 "swarming": { | |
224 "can_use_on_swarming_builders": true | |
225 }, | |
226 "test": "blink_heap_unittests" | 223 "test": "blink_heap_unittests" |
227 }, | 224 }, |
228 { | 225 { |
229 "swarming": { | |
230 "can_use_on_swarming_builders": true | |
231 }, | |
232 "test": "blink_platform_unittests" | 226 "test": "blink_platform_unittests" |
233 }, | 227 }, |
234 { | 228 { |
235 "swarming": { | |
236 "can_use_on_swarming_builders": true | |
237 }, | |
238 "test": "webkit_unit_tests" | 229 "test": "webkit_unit_tests" |
239 }, | 230 }, |
240 { | 231 { |
241 "swarming": { | |
242 "can_use_on_swarming_builders": true | |
243 }, | |
244 "test": "wtf_unittests" | 232 "test": "wtf_unittests" |
245 } | 233 } |
246 ], | 234 ], |
247 "scripts": [ | 235 "scripts": [ |
248 { | 236 { |
249 "name": "webkit_lint", | 237 "name": "webkit_lint", |
250 "script": "webkit_lint.py" | 238 "script": "webkit_lint.py" |
251 }, | 239 }, |
252 { | 240 { |
253 "name": "webkit_python_tests", | 241 "name": "webkit_python_tests", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 "name": "webkit_lint", | 445 "name": "webkit_lint", |
458 "script": "webkit_lint.py" | 446 "script": "webkit_lint.py" |
459 }, | 447 }, |
460 { | 448 { |
461 "name": "webkit_python_tests", | 449 "name": "webkit_python_tests", |
462 "script": "webkit_python_tests.py" | 450 "script": "webkit_python_tests.py" |
463 } | 451 } |
464 ] | 452 ] |
465 } | 453 } |
466 } | 454 } |
OLD | NEW |