| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 } | 81 } |
| 82 }, | 82 }, |
| 83 "sql_unittests", | 83 "sql_unittests", |
| 84 "nacl_loader_unittests", | 84 "nacl_loader_unittests", |
| 85 "athena_unittests", | 85 "athena_unittests", |
| 86 "app_shell_browsertests", | 86 "app_shell_browsertests", |
| 87 "app_shell_unittests", | 87 "app_shell_unittests", |
| 88 "chromevox_tests" | 88 "chromevox_tests" |
| 89 ] | 89 ] |
| 90 }, | 90 }, |
| 91 "Linux ChromiumOS Tests (2)": { | |
| 92 "gtest_tests": [ | |
| 93 ] | |
| 94 }, | |
| 95 "Linux ChromiumOS Ozone Tests (1)": { | 91 "Linux ChromiumOS Ozone Tests (1)": { |
| 96 "gtest_tests": [ | 92 "gtest_tests": [ |
| 97 "accessibility_unittests", | 93 "accessibility_unittests", |
| 98 "app_list_unittests", | 94 "app_list_unittests", |
| 99 "app_shell_browsertests", | 95 "app_shell_browsertests", |
| 100 "app_shell_unittests", | 96 "app_shell_unittests", |
| 101 "ash_unittests", | 97 "ash_unittests", |
| 102 "athena_unittests", | 98 "athena_unittests", |
| 103 "aura_unittests", | 99 "aura_unittests", |
| 104 "base_unittests", | 100 "base_unittests", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "athena_unittests", | 220 "athena_unittests", |
| 225 "gcm_unit_tests", | 221 "gcm_unit_tests", |
| 226 { | 222 { |
| 227 "test": "interactive_ui_tests", | 223 "test": "interactive_ui_tests", |
| 228 "swarming": { | 224 "swarming": { |
| 229 "can_use_on_swarming_builders": true, | 225 "can_use_on_swarming_builders": true, |
| 230 "shards": 3 | 226 "shards": 3 |
| 231 } | 227 } |
| 232 } | 228 } |
| 233 ] | 229 ] |
| 234 }, | |
| 235 "Linux ChromiumOS Tests (dbg)(2)": { | |
| 236 "gtest_tests": [ | |
| 237 ] | |
| 238 }, | |
| 239 "Linux ChromiumOS Tests (dbg)(3)": { | |
| 240 "gtest_tests": [ | |
| 241 ] | |
| 242 } | 230 } |
| 243 } | 231 } |
| OLD | NEW |