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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
189 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 189 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
190 }, | 190 }, |
191 { | 191 { |
192 "test": "display_unittests", | 192 "test": "display_unittests", |
193 "platforms": ["linux"] | 193 "platforms": ["linux"] |
194 } | 194 } |
195 ], | 195 ], |
196 | 196 |
197 "gtest_tests_filter_exclusions": [ | 197 "gtest_tests_filter_exclusions": [ |
198 ".*gyp[i]?", | 198 ".*gyp[i]?", |
199 "build/linux/sysroot_ld_path.sh", | |
Nico
2014/07/28 21:34:46
build/compiler_version.py too i think
| |
199 "chrome/test/data/.*", | 200 "chrome/test/data/.*", |
200 "content/test/data/.*", | 201 "content/test/data/.*", |
201 "DEPS", | 202 "DEPS", |
202 "testing/buildbot/.*", | 203 "testing/buildbot/.*", |
204 "tools/clang/scripts/plugin_flags.sh", | |
205 "tools/clang/scripts/update.sh", | |
Nico
2014/07/28 21:34:46
tools/clang/scripts/update.py too
| |
203 "tools/perf/.*", | 206 "tools/perf/.*", |
204 "tools/telemetry/.*", | 207 "tools/telemetry/.*", |
205 "tools/whitespace.txt" | 208 "tools/whitespace.txt" |
206 ], | 209 ], |
207 | 210 |
208 "filter_builders": [ | 211 "filter_builders": [ |
209 "linux_chromium_clang_dbg", | 212 "linux_chromium_clang_dbg", |
210 "mac_chromium_rel" | 213 "mac_chromium_rel" |
211 ] | 214 ] |
212 } | 215 } |
OLD | NEW |