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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json

Issue 1092053002: Prevent analyze from filtering out crash_service target. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address nit. Created 5 years, 8 months 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/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
index 0d99076179e99d114c12001288eb318f319096bf..3cd86667e9db2932adc6e80690a19bc35a393a5e 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
@@ -202,7 +202,8 @@
"@@@STEP_LOG_END@json.output@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
@@ -271,7 +272,8 @@
"[BUILD]\\goma",
"--ninja-ensure-up-to-date",
"--",
- "angle_unittests_run"
+ "angle_unittests_run",
+ "crash_service"
],
"name": "compile (with patch)"
},

Powered by Google App Engine
This is Rietveld 408576698