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

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

Issue 1455283003: Fix incorrect expectation files. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add chromium_trybot.blink_compile_without_patch_fails Created 5 years, 1 month 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
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac32_debug__xcode_7_.json » ('j') | 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 "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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "--ninja-ensure-up-to-date", 450 "--ninja-ensure-up-to-date",
451 "--", 451 "--",
452 "blink_tests" 452 "blink_tests"
453 ], 453 ],
454 "cwd": "[SLAVE_BUILD]", 454 "cwd": "[SLAVE_BUILD]",
455 "name": "compile (without patch)", 455 "name": "compile (without patch)",
456 "~followup_annotations": [ 456 "~followup_annotations": [
457 "step returned non-zero exit code: 1", 457 "step returned non-zero exit code: 1",
458 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 458 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
459 "@@@STEP_LOG_END@json.output (invalid)@@@", 459 "@@@STEP_LOG_END@json.output (invalid)@@@",
460 "@@@STEP_FAILURE@@@" 460 "@@@STEP_FAILURE@@@",
461 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@"
461 ] 462 ]
462 }, 463 },
463 { 464 {
464 "cmd": [ 465 "cmd": [
465 "python", 466 "python",
466 "-u", 467 "-u",
467 "import sys; sys.exit(0)" 468 "import sys; sys.exit(1)"
468 ], 469 ],
469 "cwd": "[SLAVE_BUILD]", 470 "cwd": "[SLAVE_BUILD]",
470 "name": "webkit_tests", 471 "name": "webkit_tests",
471 "~followup_annotations": [ 472 "~followup_annotations": [
472 "@@@STEP_TEXT@<br/>ignored:<br/>bad/totally-bad-probably.html<br/>tricky/t otally-maybe-not-awesome.html<br/>@@@", 473 "step returned non-zero exit code: 1",
473 "@@@STEP_WARNINGS@@@", 474 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
474 "@@@SET_BUILD_PROPERTY@failure_hash@\"3942af3920a5fbd1f779d169935562484e97 d112\"@@@" 475 "@@@STEP_FAILURE@@@",
476 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
475 ] 477 ]
476 }, 478 },
477 { 479 {
478 "name": "$result", 480 "name": "$result",
479 "reason": "Step('compile (without patch)') failed with return_code 1", 481 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
480 "status_code": 1 482 "status_code": 1
481 } 483 }
482 ] 484 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac32_debug__xcode_7_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698