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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/no_tests_run.json

Issue 1419643002: Ignore compile_targets returned by analyze and rely completely on matching_exes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_chromium_gn_rel", 10 "v8_linux_chromium_gn_rel",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 224 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
225 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", 225 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@",
226 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@",
227 "@@@STEP_LOG_LINE@json.output@ ]@@@", 227 "@@@STEP_LOG_LINE@json.output@ ]@@@",
228 "@@@STEP_LOG_LINE@json.output@}@@@", 228 "@@@STEP_LOG_LINE@json.output@}@@@",
229 "@@@STEP_LOG_END@json.output@@@", 229 "@@@STEP_LOG_END@json.output@@@",
230 "@@@STEP_LOG_LINE@analyze_details@{@@@", 230 "@@@STEP_LOG_LINE@analyze_details@{@@@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 231 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
232 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 232 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
233 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 233 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
234 "@@@STEP_LOG_LINE@analyze_details@ \"matching_exes\": [@@@",
235 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
236 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
234 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 237 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
235 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 238 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
236 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 239 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
237 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@", 240 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@",
238 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 241 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
239 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 242 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
240 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 243 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
241 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@" , 244 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@" ,
242 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", 245 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@",
243 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 246 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 295 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
293 "@@@STEP_LOG_END@json.output (invalid)@@@" 296 "@@@STEP_LOG_END@json.output (invalid)@@@"
294 ] 297 ]
295 }, 298 },
296 { 299 {
297 "name": "$result", 300 "name": "$result",
298 "recipe_result": null, 301 "recipe_result": null,
299 "status_code": 0 302 "status_code": 0
300 } 303 }
301 ] 304 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698