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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 { | 170 { |
171 "test": "ppapi_unittests" | 171 "test": "ppapi_unittests" |
172 }, | 172 }, |
173 { | 173 { |
174 "swarming": { | 174 "swarming": { |
175 "can_use_on_swarming_builders": true | 175 "can_use_on_swarming_builders": true |
176 }, | 176 }, |
177 "test": "printing_unittests" | 177 "test": "printing_unittests" |
178 }, | 178 }, |
179 { | 179 { |
| 180 "swarming": { |
| 181 "can_use_on_swarming_builders": true |
| 182 }, |
180 "test": "remoting_unittests" | 183 "test": "remoting_unittests" |
181 }, | 184 }, |
182 { | 185 { |
183 "swarming": { | 186 "swarming": { |
184 "can_use_on_swarming_builders": true | 187 "can_use_on_swarming_builders": true |
185 }, | 188 }, |
186 "test": "sandbox_linux_unittests" | 189 "test": "sandbox_linux_unittests" |
187 }, | 190 }, |
188 { | 191 { |
189 "swarming": { | 192 "swarming": { |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 { | 414 { |
412 "test": "ppapi_unittests" | 415 "test": "ppapi_unittests" |
413 }, | 416 }, |
414 { | 417 { |
415 "swarming": { | 418 "swarming": { |
416 "can_use_on_swarming_builders": true | 419 "can_use_on_swarming_builders": true |
417 }, | 420 }, |
418 "test": "printing_unittests" | 421 "test": "printing_unittests" |
419 }, | 422 }, |
420 { | 423 { |
| 424 "swarming": { |
| 425 "can_use_on_swarming_builders": true |
| 426 }, |
421 "test": "remoting_unittests" | 427 "test": "remoting_unittests" |
422 }, | 428 }, |
423 { | 429 { |
424 "swarming": { | 430 "swarming": { |
425 "can_use_on_swarming_builders": true | 431 "can_use_on_swarming_builders": true |
426 }, | 432 }, |
427 "test": "sandbox_linux_unittests" | 433 "test": "sandbox_linux_unittests" |
428 }, | 434 }, |
429 { | 435 { |
430 "swarming": { | 436 "swarming": { |
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1172 "name": "webkit_lint", | 1178 "name": "webkit_lint", |
1173 "script": "webkit_lint.py" | 1179 "script": "webkit_lint.py" |
1174 }, | 1180 }, |
1175 { | 1181 { |
1176 "name": "webkit_python_tests", | 1182 "name": "webkit_python_tests", |
1177 "script": "webkit_python_tests.py" | 1183 "script": "webkit_python_tests.py" |
1178 } | 1184 } |
1179 ] | 1185 ] |
1180 } | 1186 } |
1181 } | 1187 } |
OLD | NEW |