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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json

Issue 2469553002: Use a custom exception to signal failure to reproduce (Low confidence). (Closed)
Patch Set: Created 4 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
Index: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json
index 6711ee7f372f7bc63d653813a5c28eaf18758ca4..488df09a11f6f464541155e4fbb798c31fec36fe 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_reference_range.json
@@ -1475,6 +1475,27 @@
"stdout": "/path/to/tmp/"
},
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Resolving hashes"
+ },
+ {
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Debug Info",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@a6298e4afe, mean_value=None, std_dev=None)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@dcdcdc0ff1, mean_value=None, std_dev=None)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@@@@",
+ "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[] @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[] @@@",
+ "@@@STEP_LOG_LINE@Debug Info@LKGR values: []@@@",
+ "@@@STEP_LOG_LINE@Debug Info@FKBR values: []@@@",
+ "@@@STEP_LOG_END@Debug Info@@@"
+ ]
+ },
+ {
"cmd": [
"python",
"-u",
@@ -1493,7 +1514,7 @@
},
{
"name": "$result",
- "reason": "Bisect cannot identify a culprit",
+ "reason": "Bisect cannot identify a culprit: Testing the \"bad\" revision failed",
"recipe_result": null,
"status_code": 1
}

Powered by Google App Engine
This is Rietveld 408576698