OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
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": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 }, | 122 }, |
123 "test": "extensions_unittests" | 123 "test": "extensions_unittests" |
124 }, | 124 }, |
125 { | 125 { |
126 "swarming": { | 126 "swarming": { |
127 "can_use_on_swarming_builders": true | 127 "can_use_on_swarming_builders": true |
128 }, | 128 }, |
129 "test": "gcm_unit_tests" | 129 "test": "gcm_unit_tests" |
130 }, | 130 }, |
131 { | 131 { |
| 132 "swarming": { |
| 133 "can_use_on_swarming_builders": true |
| 134 }, |
132 "test": "google_apis_unittests" | 135 "test": "google_apis_unittests" |
133 }, | 136 }, |
134 { | 137 { |
135 "swarming": { | 138 "swarming": { |
136 "can_use_on_swarming_builders": true | 139 "can_use_on_swarming_builders": true |
137 }, | 140 }, |
138 "test": "gpu_unittests" | 141 "test": "gpu_unittests" |
139 }, | 142 }, |
140 { | 143 { |
141 "swarming": { | 144 "swarming": { |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 }, | 389 }, |
387 "test": "extensions_unittests" | 390 "test": "extensions_unittests" |
388 }, | 391 }, |
389 { | 392 { |
390 "swarming": { | 393 "swarming": { |
391 "can_use_on_swarming_builders": true | 394 "can_use_on_swarming_builders": true |
392 }, | 395 }, |
393 "test": "gcm_unit_tests" | 396 "test": "gcm_unit_tests" |
394 }, | 397 }, |
395 { | 398 { |
| 399 "swarming": { |
| 400 "can_use_on_swarming_builders": true |
| 401 }, |
396 "test": "google_apis_unittests" | 402 "test": "google_apis_unittests" |
397 }, | 403 }, |
398 { | 404 { |
399 "swarming": { | 405 "swarming": { |
400 "can_use_on_swarming_builders": true | 406 "can_use_on_swarming_builders": true |
401 }, | 407 }, |
402 "test": "gpu_unittests" | 408 "test": "gpu_unittests" |
403 }, | 409 }, |
404 { | 410 { |
405 "swarming": { | 411 "swarming": { |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1246 "name": "webkit_lint", | 1252 "name": "webkit_lint", |
1247 "script": "webkit_lint.py" | 1253 "script": "webkit_lint.py" |
1248 }, | 1254 }, |
1249 { | 1255 { |
1250 "name": "webkit_python_tests", | 1256 "name": "webkit_python_tests", |
1251 "script": "webkit_python_tests.py" | 1257 "script": "webkit_python_tests.py" |
1252 } | 1258 } |
1253 ] | 1259 ] |
1254 } | 1260 } |
1255 } | 1261 } |
OLD | NEW |