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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json b/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
index f2473a8a2cf48be02ebcd09457bd7495eea23965..9b9f1250a49eff24b341e26c1014f56e354ed29b 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.json
@@ -457,26 +457,28 @@
"step returned non-zero exit code: 1",
"@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_FAILURE@@@"
+ "@@@STEP_FAILURE@@@",
+ "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@"
]
},
{
"cmd": [
"python",
"-u",
- "import sys; sys.exit(0)"
+ "import sys; sys.exit(1)"
],
"cwd": "[SLAVE_BUILD]",
"name": "webkit_tests",
"~followup_annotations": [
- "@@@STEP_TEXT@<br/>ignored:<br/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/>@@@",
- "@@@STEP_WARNINGS@@@",
- "@@@SET_BUILD_PROPERTY@failure_hash@\"3942af3920a5fbd1f779d169935562484e97d112\"@@@"
+ "step returned non-zero exit code: 1",
+ "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
+ "@@@STEP_FAILURE@@@",
+ "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110eeb0\"@@@"
]
},
{
"name": "$result",
- "reason": "Step('compile (without patch)') failed with return_code 1",
+ "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests') failed with return_code 1",
"status_code": 1
}
]
« 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