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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/without_patch_success.json

Issue 1929553002: analyze: implement mechanism to ignore some file changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 4 years, 7 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 | « scripts/slave/recipes/ios/try.expected/without_patch_failure.json ('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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ] 236 ]
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "import sys; sys.exit(0)" 242 "import sys; sys.exit(0)"
243 ], 243 ],
244 "name": "analyze", 244 "name": "analyze",
245 "~followup_annotations": [ 245 "~followup_annotations": [
246 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
246 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 247 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
247 "@@@STEP_LOG_END@excluded_files@@@", 248 "@@@STEP_LOG_END@excluded_files@@@",
248 "@@@STEP_LOG_LINE@analyze_details@{@@@", 249 "@@@STEP_LOG_LINE@analyze_details@{@@@",
249 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 250 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
250 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 251 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
251 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 252 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
252 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 253 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
253 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 254 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
254 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 255 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
255 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 256 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "~followup_annotations": [ 401 "~followup_annotations": [
401 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 402 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
402 ] 403 ]
403 }, 404 },
404 { 405 {
405 "name": "$result", 406 "name": "$result",
406 "reason": "Step('compile (with patch)') failed with return_code 1", 407 "reason": "Step('compile (with patch)') failed with return_code 1",
407 "status_code": 1 408 "status_code": 1
408 } 409 }
409 ] 410 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/without_patch_failure.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698