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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 }, | 191 }, |
192 "test": "ui_touch_selection_unittests" | 192 "test": "ui_touch_selection_unittests" |
193 }, | 193 }, |
194 { | 194 { |
195 "swarming": { | 195 "swarming": { |
196 "can_use_on_swarming_builders": true | 196 "can_use_on_swarming_builders": true |
197 }, | 197 }, |
198 "test": "unit_tests" | 198 "test": "unit_tests" |
199 }, | 199 }, |
200 { | 200 { |
| 201 "swarming": { |
| 202 "can_use_on_swarming_builders": true |
| 203 }, |
201 "test": "url_unittests" | 204 "test": "url_unittests" |
202 }, | 205 }, |
203 { | 206 { |
204 "test": "views_unittests" | 207 "test": "views_unittests" |
205 }, | 208 }, |
206 { | 209 { |
207 "test": "wm_unittests" | 210 "test": "wm_unittests" |
208 } | 211 } |
209 ] | 212 ] |
210 }, | 213 }, |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 }, | 405 }, |
403 "test": "ui_touch_selection_unittests" | 406 "test": "ui_touch_selection_unittests" |
404 }, | 407 }, |
405 { | 408 { |
406 "swarming": { | 409 "swarming": { |
407 "can_use_on_swarming_builders": true | 410 "can_use_on_swarming_builders": true |
408 }, | 411 }, |
409 "test": "unit_tests" | 412 "test": "unit_tests" |
410 }, | 413 }, |
411 { | 414 { |
| 415 "swarming": { |
| 416 "can_use_on_swarming_builders": true |
| 417 }, |
412 "test": "url_unittests" | 418 "test": "url_unittests" |
413 }, | 419 }, |
414 { | 420 { |
415 "test": "views_unittests" | 421 "test": "views_unittests" |
416 }, | 422 }, |
417 { | 423 { |
418 "test": "wm_unittests" | 424 "test": "wm_unittests" |
419 } | 425 } |
420 ] | 426 ] |
421 }, | 427 }, |
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 "name": "webkit_lint", | 1118 "name": "webkit_lint", |
1113 "script": "webkit_lint.py" | 1119 "script": "webkit_lint.py" |
1114 }, | 1120 }, |
1115 { | 1121 { |
1116 "name": "webkit_python_tests", | 1122 "name": "webkit_python_tests", |
1117 "script": "webkit_python_tests.py" | 1123 "script": "webkit_python_tests.py" |
1118 } | 1124 } |
1119 ] | 1125 ] |
1120 } | 1126 } |
1121 } | 1127 } |
OLD | NEW |