Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 426783002: Adds --analyzer2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to master Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/gyp_chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/compiler_version.py", 199 "build/compiler_version.py",
200 "build/gyp_chromium",
200 "build/linux/sysroot_ld_path.sh", 201 "build/linux/sysroot_ld_path.sh",
201 "chrome/test/data/.*", 202 "chrome/test/data/.*",
202 "content/test/data/.*", 203 "content/test/data/.*",
203 "DEPS", 204 "DEPS",
204 "testing/buildbot/.*", 205 "testing/buildbot/.*",
205 "tools/clang/scripts/plugin_flags.sh", 206 "tools/clang/scripts/plugin_flags.sh",
206 "tools/clang/scripts/update.py", 207 "tools/clang/scripts/update.py",
207 "tools/clang/scripts/update.sh", 208 "tools/clang/scripts/update.sh",
208 "tools/perf/.*", 209 "tools/perf/.*",
209 "tools/telemetry/.*", 210 "tools/telemetry/.*",
210 "tools/whitespace.txt" 211 "tools/whitespace.txt"
211 ], 212 ],
212 213
213 "filter_builders": [ 214 "filter_builders": [
214 "linux_chromium_clang_dbg", 215 "linux_chromium_clang_dbg",
215 "mac_chromium_rel" 216 "mac_chromium_rel"
216 ] 217 ]
217 } 218 }
OLDNEW
« no previous file with comments | « build/gyp_chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698