| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 { | 5 { |
| 6 "test": "base_unittests", | 6 "test": "base_unittests", |
| 7 "swarming": { | 7 "swarming": { |
| 8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "can_use_on_swarming_builders": true | 54 "can_use_on_swarming_builders": true |
| 55 } | 55 } |
| 56 }, | 56 }, |
| 57 "ppapi_unittests", | 57 "ppapi_unittests", |
| 58 "printing_unittests", | 58 "printing_unittests", |
| 59 "remoting_unittests", | 59 "remoting_unittests", |
| 60 { | 60 { |
| 61 "test": "sandbox_linux_unittests", | 61 "test": "sandbox_linux_unittests", |
| 62 "args": ["--test-launcher-print-test-stdio=always"] | 62 "args": ["--test-launcher-print-test-stdio=always"] |
| 63 }, | 63 }, |
| 64 "ui_unittests", | 64 "ui_base_unittests", |
| 65 "views_unittests", | 65 "views_unittests", |
| 66 "wm_unittests", | 66 "wm_unittests", |
| 67 "aura_unittests", | 67 "aura_unittests", |
| 68 { | 68 { |
| 69 "test": "ash_unittests", | 69 "test": "ash_unittests", |
| 70 "swarming": { | 70 "swarming": { |
| 71 "can_use_on_swarming_builders": true | 71 "can_use_on_swarming_builders": true |
| 72 } | 72 } |
| 73 }, | 73 }, |
| 74 "app_list_unittests", | 74 "app_list_unittests", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "ozone_unittests", | 126 "ozone_unittests", |
| 127 "ppapi_unittests", | 127 "ppapi_unittests", |
| 128 "printing_unittests", | 128 "printing_unittests", |
| 129 "remoting_unittests", | 129 "remoting_unittests", |
| 130 { | 130 { |
| 131 "test": "sandbox_linux_unittests", | 131 "test": "sandbox_linux_unittests", |
| 132 "args": ["--test-launcher-print-test-stdio=always"] | 132 "args": ["--test-launcher-print-test-stdio=always"] |
| 133 }, | 133 }, |
| 134 "sql_unittests", | 134 "sql_unittests", |
| 135 "sync_unit_tests", | 135 "sync_unit_tests", |
| 136 "ui_unittests", | 136 "ui_base_unittests", |
| 137 "unit_tests", | 137 "unit_tests", |
| 138 "url_unittests", | 138 "url_unittests", |
| 139 "views_unittests", | 139 "views_unittests", |
| 140 "wm_unittests" | 140 "wm_unittests" |
| 141 ] | 141 ] |
| 142 }, | 142 }, |
| 143 "Linux ChromiumOS Ozone Tests (2)": { | 143 "Linux ChromiumOS Ozone Tests (2)": { |
| 144 "gtest_tests": [ | 144 "gtest_tests": [ |
| 145 "browser_tests" | 145 "browser_tests" |
| 146 ] | 146 ] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 173 "device_unittests", | 173 "device_unittests", |
| 174 "display_unittests", | 174 "display_unittests", |
| 175 "media_unittests", | 175 "media_unittests", |
| 176 "ppapi_unittests", | 176 "ppapi_unittests", |
| 177 "printing_unittests", | 177 "printing_unittests", |
| 178 "remoting_unittests", | 178 "remoting_unittests", |
| 179 { | 179 { |
| 180 "test": "sandbox_linux_unittests", | 180 "test": "sandbox_linux_unittests", |
| 181 "args": ["--test-launcher-print-test-stdio=always"] | 181 "args": ["--test-launcher-print-test-stdio=always"] |
| 182 }, | 182 }, |
| 183 "ui_unittests", | 183 "ui_base_unittests", |
| 184 "views_unittests", | 184 "views_unittests", |
| 185 "wm_unittests", | 185 "wm_unittests", |
| 186 "aura_unittests", | 186 "aura_unittests", |
| 187 { | 187 { |
| 188 "test": "ash_unittests", | 188 "test": "ash_unittests", |
| 189 "swarming": { | 189 "swarming": { |
| 190 "can_use_on_swarming_builders": true | 190 "can_use_on_swarming_builders": true |
| 191 } | 191 } |
| 192 }, | 192 }, |
| 193 "app_list_unittests", | 193 "app_list_unittests", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 { | 231 { |
| 232 "test": "interactive_ui_tests", | 232 "test": "interactive_ui_tests", |
| 233 "swarming": { | 233 "swarming": { |
| 234 "can_use_on_swarming_builders": true, | 234 "can_use_on_swarming_builders": true, |
| 235 "shards": 3 | 235 "shards": 3 |
| 236 } | 236 } |
| 237 } | 237 } |
| 238 ] | 238 ] |
| 239 } | 239 } |
| 240 } | 240 } |
| OLD | NEW |