| Index: scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
 | 
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json b/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
 | 
| index 30c70169bfb6d9b1c4cceeb8e810490de8f95960..39e48e84cdb9f11e56268d710dffcec3a7c1739b 100644
 | 
| --- a/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
 | 
| +++ b/scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json
 | 
| @@ -425,34 +425,21 @@
 | 
|      "cmd": [
 | 
|        "python",
 | 
|        "-u",
 | 
| -      "\nimport sys, json\nfailures = json.load(open(sys.argv[1], 'rb'))\n\nsuccess = True\n\nif failures['new']:\n  success = False\n  print 'New failures:'\n  for f in failures['new']:\n    print f\n\nif failures['ignored']:\n  print 'Ignored failures:'\n  for f in failures['ignored']:\n    print f\n\nsys.exit(0 if success else 1)\n",
 | 
| -      "{\"ignored\": [], \"new\": [\"bad/totally-bad-probably.html\", \"tricky/totally-maybe-not-awesome.html\"]}"
 | 
| +      "import sys; sys.exit(1)"
 | 
|      ],
 | 
|      "cwd": "[SLAVE_BUILD]",
 | 
|      "name": "webkit_tests",
 | 
|      "~followup_annotations": [
 | 
| +      "step returned non-zero exit code: 1",
 | 
|        "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/>@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@import sys, json@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@failures = json.load(open(sys.argv[1], 'rb'))@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@success = True@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@if failures['new']:@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@  success = False@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@  print 'New failures:'@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@  for f in failures['new']:@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@    print f@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@  print 'Ignored failures:'@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@  for f in failures['ignored']:@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@    print f@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@@@@",
 | 
| -      "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
 | 
| -      "@@@STEP_LOG_END@python.inline@@@",
 | 
|        "@@@STEP_FAILURE@@@",
 | 
| -      "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@"
 | 
| +      "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
 | 
| +      "@@@SET_BUILD_PROPERTY@failure_hash@\"37e83d2b25b93551efc3a64c06c7c9c349ae06c9\"@@@"
 | 
|      ]
 | 
| +  },
 | 
| +  {
 | 
| +    "name": "$final_result",
 | 
| +    "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests') failed with return_code 1",
 | 
| +    "status_code": 1
 | 
|    }
 | 
|  ]
 | 
| 
 |