OLD | NEW |
---|---|
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "all" | 3 "all" |
4 ], | 4 ], |
5 "gtest_tests": [ | 5 "gtest_tests": [ |
6 "accessibility_unittests", | 6 "accessibility_unittests", |
7 "app_list_unittests", | 7 "app_list_unittests", |
8 { | 8 { |
9 "test": "base_unittests", | 9 "test": "base_unittests", |
10 "swarming": { | 10 "swarming": { |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
186 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 186 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
187 }, | 187 }, |
188 { | 188 { |
189 "test": "athena_unittests", | 189 "test": "athena_unittests", |
190 "platforms": ["linux"], | 190 "platforms": ["linux"], |
191 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 191 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
192 }, | 192 }, |
193 { | 193 { |
194 "test": "display_unittests", | 194 "test": "display_unittests", |
195 "platforms": ["linux"] | 195 "platforms": ["linux"] |
196 }, | |
197 { | |
198 "test": "ozone_unittests", | |
199 "platforms": ["linux"], | |
200 "chromium_configs": ["chromium_chromeos_ozone"] | |
spang
2014/08/15 18:28:49
How do I find out what chromium_configs means?
I
Paweł Hajdan Jr.
2014/08/18 14:55:00
Please look for should_use_test in chromium_trybot
spang
2014/08/20 16:39:22
This should work now, right?
Paweł Hajdan Jr.
2014/08/20 16:57:11
It should. Could you upload a new patchset (to mak
| |
196 } | 201 } |
197 ], | 202 ], |
198 | 203 |
199 "non_filter_builders": [ | 204 "non_filter_builders": [ |
200 ], | 205 ], |
201 | 206 |
202 "filter_tests_builders": [ | 207 "filter_tests_builders": [ |
203 "linux_chromium_rel_swarming", | 208 "linux_chromium_rel_swarming", |
204 "win_chromium_rel", | 209 "win_chromium_rel", |
205 "win_chromium_rel_swarming", | 210 "win_chromium_rel_swarming", |
206 "win_chromium_x64_rel" | 211 "win_chromium_x64_rel" |
207 ] | 212 ] |
208 } | 213 } |
OLD | NEW |