| Index: scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GN__dbg_.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GN__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GN__dbg_.json
|
| index 8a84cc4423a6bae047cc5146460be187fd21f2b0..fac3bd653f0872e073d7a2e994c714a031d8ea21 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GN__dbg_.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GN__dbg_.json
|
| @@ -260,7 +260,8 @@
|
| "[BUILD]\\goma",
|
| "--",
|
| "browser_tests",
|
| - "browser_tests_run"
|
| + "browser_tests_run",
|
| + "crash_service"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "compile",
|
| @@ -330,6 +331,17 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py",
|
| + "--target",
|
| + "Debug"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "start_crash_service"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv[1]\nsys.exit(1)\n",
|
| "browser_tests"
|
| ],
|
|
|