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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 { | 179 { |
180 "test": "sync_unit_tests" | 180 "test": "sync_unit_tests" |
181 }, | 181 }, |
182 { | 182 { |
183 "swarming": { | 183 "swarming": { |
184 "can_use_on_swarming_builders": true | 184 "can_use_on_swarming_builders": true |
185 }, | 185 }, |
186 "test": "ui_base_unittests" | 186 "test": "ui_base_unittests" |
187 }, | 187 }, |
188 { | 188 { |
| 189 "swarming": { |
| 190 "can_use_on_swarming_builders": true |
| 191 }, |
189 "test": "ui_touch_selection_unittests" | 192 "test": "ui_touch_selection_unittests" |
190 }, | 193 }, |
191 { | 194 { |
192 "swarming": { | 195 "swarming": { |
193 "can_use_on_swarming_builders": true | 196 "can_use_on_swarming_builders": true |
194 }, | 197 }, |
195 "test": "unit_tests" | 198 "test": "unit_tests" |
196 }, | 199 }, |
197 { | 200 { |
198 "test": "url_unittests" | 201 "test": "url_unittests" |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 { | 384 { |
382 "test": "sync_unit_tests" | 385 "test": "sync_unit_tests" |
383 }, | 386 }, |
384 { | 387 { |
385 "swarming": { | 388 "swarming": { |
386 "can_use_on_swarming_builders": true | 389 "can_use_on_swarming_builders": true |
387 }, | 390 }, |
388 "test": "ui_base_unittests" | 391 "test": "ui_base_unittests" |
389 }, | 392 }, |
390 { | 393 { |
| 394 "swarming": { |
| 395 "can_use_on_swarming_builders": true |
| 396 }, |
391 "test": "ui_touch_selection_unittests" | 397 "test": "ui_touch_selection_unittests" |
392 }, | 398 }, |
393 { | 399 { |
394 "swarming": { | 400 "swarming": { |
395 "can_use_on_swarming_builders": true | 401 "can_use_on_swarming_builders": true |
396 }, | 402 }, |
397 "test": "unit_tests" | 403 "test": "unit_tests" |
398 }, | 404 }, |
399 { | 405 { |
400 "test": "url_unittests" | 406 "test": "url_unittests" |
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1100 "name": "webkit_lint", | 1106 "name": "webkit_lint", |
1101 "script": "webkit_lint.py" | 1107 "script": "webkit_lint.py" |
1102 }, | 1108 }, |
1103 { | 1109 { |
1104 "name": "webkit_python_tests", | 1110 "name": "webkit_python_tests", |
1105 "script": "webkit_python_tests.py" | 1111 "script": "webkit_python_tests.py" |
1106 } | 1112 } |
1107 ] | 1113 ] |
1108 } | 1114 } |
1109 } | 1115 } |
OLD | NEW |