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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 }, | 113 }, |
114 "test": "gpu_unittests" | 114 "test": "gpu_unittests" |
115 }, | 115 }, |
116 { | 116 { |
117 "swarming": { | 117 "swarming": { |
118 "can_use_on_swarming_builders": true | 118 "can_use_on_swarming_builders": true |
119 }, | 119 }, |
120 "test": "interactive_ui_tests" | 120 "test": "interactive_ui_tests" |
121 }, | 121 }, |
122 { | 122 { |
| 123 "swarming": { |
| 124 "can_use_on_swarming_builders": true |
| 125 }, |
123 "test": "ipc_tests" | 126 "test": "ipc_tests" |
124 }, | 127 }, |
125 { | 128 { |
126 "test": "jingle_unittests" | 129 "test": "jingle_unittests" |
127 }, | 130 }, |
128 { | 131 { |
129 "swarming": { | 132 "swarming": { |
130 "can_use_on_swarming_builders": true | 133 "can_use_on_swarming_builders": true |
131 }, | 134 }, |
132 "test": "media_unittests" | 135 "test": "media_unittests" |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 "test": "gpu_unittests" | 324 "test": "gpu_unittests" |
322 }, | 325 }, |
323 { | 326 { |
324 "swarming": { | 327 "swarming": { |
325 "can_use_on_swarming_builders": true, | 328 "can_use_on_swarming_builders": true, |
326 "shards": 3 | 329 "shards": 3 |
327 }, | 330 }, |
328 "test": "interactive_ui_tests" | 331 "test": "interactive_ui_tests" |
329 }, | 332 }, |
330 { | 333 { |
| 334 "swarming": { |
| 335 "can_use_on_swarming_builders": true |
| 336 }, |
331 "test": "ipc_tests" | 337 "test": "ipc_tests" |
332 }, | 338 }, |
333 { | 339 { |
334 "test": "jingle_unittests" | 340 "test": "jingle_unittests" |
335 }, | 341 }, |
336 { | 342 { |
337 "swarming": { | 343 "swarming": { |
338 "can_use_on_swarming_builders": true | 344 "can_use_on_swarming_builders": true |
339 }, | 345 }, |
340 "test": "media_unittests" | 346 "test": "media_unittests" |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 "name": "webkit_lint", | 1112 "name": "webkit_lint", |
1107 "script": "webkit_lint.py" | 1113 "script": "webkit_lint.py" |
1108 }, | 1114 }, |
1109 { | 1115 { |
1110 "name": "webkit_python_tests", | 1116 "name": "webkit_python_tests", |
1111 "script": "webkit_python_tests.py" | 1117 "script": "webkit_python_tests.py" |
1112 } | 1118 } |
1113 ] | 1119 ] |
1114 } | 1120 } |
1115 } | 1121 } |
OLD | NEW |