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/android/pylib", | |
199 "build/compiler_version.py", | 200 "build/compiler_version.py", |
201 "build/get_landmines.py", | |
200 "build/gyp_chromium", | 202 "build/gyp_chromium", |
201 "build/linux/sysroot_ld_path.sh", | 203 "build/linux/sysroot_ld_path.sh", |
202 "chrome/test/data/.*", | 204 "chrome/test/data/.*", |
203 "content/test/data/.*", | 205 "content/test/data/.*", |
204 "DEPS", | 206 "DEPS", |
205 "testing/buildbot/.*", | 207 "testing/buildbot/.*", |
206 "tools/clang/scripts/plugin_flags.sh", | 208 "tools/clang/scripts/plugin_flags.sh", |
207 "tools/clang/scripts/update.py", | 209 "tools/clang/scripts/update.py", |
208 "tools/clang/scripts/update.sh", | 210 "tools/clang/scripts/update.sh", |
209 "tools/perf/.*", | 211 "tools/perf/.*", |
210 "tools/telemetry/.*", | 212 "tools/telemetry/.*", |
211 "tools/whitespace.txt" | 213 "tools/whitespace.txt" |
212 ], | 214 ], |
213 | 215 |
214 "filter_builders": [ | 216 "non_filter_builders": [ |
sky
2014/08/06 18:28:02
filter_builders has been replaced by non_filter_bu
| |
215 "linux_chromium_clang_dbg", | |
216 "mac_chromium_rel" | |
217 ] | 217 ] |
218 } | 218 } |
OLD | NEW |