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