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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 { | 89 { |
90 "test": "dbus_unittests" | 90 "test": "dbus_unittests" |
91 }, | 91 }, |
92 { | 92 { |
93 "swarming": { | 93 "swarming": { |
94 "can_use_on_swarming_builders": true | 94 "can_use_on_swarming_builders": true |
95 }, | 95 }, |
96 "test": "device_unittests" | 96 "test": "device_unittests" |
97 }, | 97 }, |
98 { | 98 { |
| 99 "swarming": { |
| 100 "can_use_on_swarming_builders": true |
| 101 }, |
99 "test": "display_unittests" | 102 "test": "display_unittests" |
100 }, | 103 }, |
101 { | 104 { |
102 "swarming": { | 105 "swarming": { |
103 "can_use_on_swarming_builders": true | 106 "can_use_on_swarming_builders": true |
104 }, | 107 }, |
105 "test": "events_unittests" | 108 "test": "events_unittests" |
106 }, | 109 }, |
107 { | 110 { |
108 "swarming": { | 111 "swarming": { |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 { | 350 { |
348 "test": "dbus_unittests" | 351 "test": "dbus_unittests" |
349 }, | 352 }, |
350 { | 353 { |
351 "swarming": { | 354 "swarming": { |
352 "can_use_on_swarming_builders": true | 355 "can_use_on_swarming_builders": true |
353 }, | 356 }, |
354 "test": "device_unittests" | 357 "test": "device_unittests" |
355 }, | 358 }, |
356 { | 359 { |
| 360 "swarming": { |
| 361 "can_use_on_swarming_builders": true |
| 362 }, |
357 "test": "display_unittests" | 363 "test": "display_unittests" |
358 }, | 364 }, |
359 { | 365 { |
360 "swarming": { | 366 "swarming": { |
361 "can_use_on_swarming_builders": true | 367 "can_use_on_swarming_builders": true |
362 }, | 368 }, |
363 "test": "events_unittests" | 369 "test": "events_unittests" |
364 }, | 370 }, |
365 { | 371 { |
366 "swarming": { | 372 "swarming": { |
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1208 "name": "webkit_lint", | 1214 "name": "webkit_lint", |
1209 "script": "webkit_lint.py" | 1215 "script": "webkit_lint.py" |
1210 }, | 1216 }, |
1211 { | 1217 { |
1212 "name": "webkit_python_tests", | 1218 "name": "webkit_python_tests", |
1213 "script": "webkit_python_tests.py" | 1219 "script": "webkit_python_tests.py" |
1214 } | 1220 } |
1215 ] | 1221 ] |
1216 } | 1222 } |
1217 } | 1223 } |
OLD | NEW |