| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "test": "unit_tests", | 82 "test": "unit_tests", |
| 83 "swarming": { | 83 "swarming": { |
| 84 "can_use_on_swarming_builders": true | 84 "can_use_on_swarming_builders": true |
| 85 } | 85 } |
| 86 }, | 86 }, |
| 87 "sql_unittests", | 87 "sql_unittests", |
| 88 "nacl_loader_unittests", | 88 "nacl_loader_unittests", |
| 89 "athena_unittests", | 89 "athena_unittests", |
| 90 "app_shell_browsertests", | 90 "app_shell_browsertests", |
| 91 "app_shell_unittests", | 91 "app_shell_unittests", |
| 92 "chromevox_tests", | 92 "chromevox_tests" |
| 93 "skia_unittests" | |
| 94 ] | 93 ] |
| 95 }, | 94 }, |
| 96 "Linux ChromiumOS Ozone Tests (1)": { | 95 "Linux ChromiumOS Ozone Tests (1)": { |
| 97 "gtest_tests": [ | 96 "gtest_tests": [ |
| 98 "accessibility_unittests", | 97 "accessibility_unittests", |
| 99 "app_list_unittests", | 98 "app_list_unittests", |
| 100 "app_shell_browsertests", | 99 "app_shell_browsertests", |
| 101 "app_shell_unittests", | 100 "app_shell_unittests", |
| 102 "ash_unittests", | 101 "ash_unittests", |
| 103 "athena_unittests", | 102 "athena_unittests", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 } | 142 } |
| 144 }, | 143 }, |
| 145 "ozone_unittests", | 144 "ozone_unittests", |
| 146 "ppapi_unittests", | 145 "ppapi_unittests", |
| 147 "printing_unittests", | 146 "printing_unittests", |
| 148 "remoting_unittests", | 147 "remoting_unittests", |
| 149 { | 148 { |
| 150 "test": "sandbox_linux_unittests", | 149 "test": "sandbox_linux_unittests", |
| 151 "args": ["--test-launcher-print-test-stdio=always"] | 150 "args": ["--test-launcher-print-test-stdio=always"] |
| 152 }, | 151 }, |
| 153 "skia_unittests", | |
| 154 "sql_unittests", | 152 "sql_unittests", |
| 155 "sync_unit_tests", | 153 "sync_unit_tests", |
| 156 "ui_base_unittests", | 154 "ui_base_unittests", |
| 157 "ui_chromeos_unittests", | 155 "ui_chromeos_unittests", |
| 158 "ui_touch_selection_unittests", | 156 "ui_touch_selection_unittests", |
| 159 { | 157 { |
| 160 "test": "unit_tests", | 158 "test": "unit_tests", |
| 161 "swarming": { | 159 "swarming": { |
| 162 "can_use_on_swarming_builders": true | 160 "can_use_on_swarming_builders": true |
| 163 } | 161 } |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "app_shell_unittests", | 243 "app_shell_unittests", |
| 246 { | 244 { |
| 247 "test": "content_browsertests", | 245 "test": "content_browsertests", |
| 248 "swarming": { | 246 "swarming": { |
| 249 "can_use_on_swarming_builders": true, | 247 "can_use_on_swarming_builders": true, |
| 250 "shards": 2 | 248 "shards": 2 |
| 251 } | 249 } |
| 252 }, | 250 }, |
| 253 "athena_unittests", | 251 "athena_unittests", |
| 254 "gcm_unit_tests", | 252 "gcm_unit_tests", |
| 255 "skia_unittests", | |
| 256 { | 253 { |
| 257 "test": "interactive_ui_tests", | 254 "test": "interactive_ui_tests", |
| 258 "swarming": { | 255 "swarming": { |
| 259 "can_use_on_swarming_builders": true, | 256 "can_use_on_swarming_builders": true, |
| 260 "shards": 3 | 257 "shards": 3 |
| 261 } | 258 } |
| 262 } | 259 } |
| 263 ] | 260 ] |
| 264 } | 261 } |
| 265 } | 262 } |
| OLD | NEW |