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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json

Issue 412143008: Changes filter list to exclusion list (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: better comment 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium", 8 "tryserver.chromium",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel", 10 "linux_chromium_rel",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json", 73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json",
74 "/path/to/tmp/json" 74 "/path/to/tmp/json"
75 ], 75 ],
76 "name": "read test spec", 76 "name": "read test spec",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@",
79 "@@@STEP_LOG_LINE@json.output@{@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"filter_builders\": [@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_rel\"@@@",
82 "@@@STEP_LOG_LINE@json.output@ ], @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests_filter_exclusions\": [@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests_filter_exclusions\": [@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ ]@@@", 82 "@@@STEP_LOG_LINE@json.output@ ]@@@",
86 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
87 "@@@STEP_LOG_END@json.output@@@" 84 "@@@STEP_LOG_END@json.output@@@"
88 ] 85 ]
89 }, 86 },
90 { 87 {
91 "cmd": [ 88 "cmd": [
92 "git", 89 "git",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "cmd": [ 277 "cmd": [
281 "python", 278 "python",
282 "-u", 279 "-u",
283 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 280 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
284 "--write-full-results-to", 281 "--write-full-results-to",
285 "/path/to/tmp/json" 282 "/path/to/tmp/json"
286 ], 283 ],
287 "name": "mojo_python_tests (with patch)" 284 "name": "mojo_python_tests (with patch)"
288 } 285 }
289 ] 286 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698