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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 8 "name": "taskkill"
10 }, 9 },
11 { 10 {
12 "cmd": [ 11 "cmd": [
13 "python", 12 "python",
14 "-u", 13 "-u",
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
16 "--master", 15 "--master",
17 "tryserver.v8", 16 "tryserver.v8",
18 "--builder", 17 "--builder",
(...skipping 14 matching lines...) Expand all
33 "1", 32 "1",
34 "--rietveld_server", 33 "--rietveld_server",
35 "https://codereview.chromium.org", 34 "https://codereview.chromium.org",
36 "--output_json", 35 "--output_json",
37 "/path/to/tmp/json", 36 "/path/to/tmp/json",
38 "--revision", 37 "--revision",
39 "v8@12345", 38 "v8@12345",
40 "--no_shallow", 39 "--no_shallow",
41 "--output_manifest" 40 "--output_manifest"
42 ], 41 ],
43 "cwd": "[SLAVE_BUILD]",
44 "env": { 42 "env": {
45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
46 }, 44 },
47 "name": "bot_update", 45 "name": "bot_update",
48 "~followup_annotations": [ 46 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 47 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 48 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@",
(...skipping 26 matching lines...) Expand all
80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@" 78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@"
81 ] 79 ]
82 }, 80 },
83 { 81 {
84 "cmd": [ 82 "cmd": [
85 "python", 83 "python",
86 "-u", 84 "-u",
87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 85 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
88 "--version" 86 "--version"
89 ], 87 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "swarming.py --version", 88 "name": "swarming.py --version",
92 "stdout": "/path/to/tmp/", 89 "stdout": "/path/to/tmp/",
93 "~followup_annotations": [ 90 "~followup_annotations": [
94 "@@@STEP_TEXT@0.4.10@@@" 91 "@@@STEP_TEXT@0.4.10@@@"
95 ] 92 ]
96 }, 93 },
97 { 94 {
98 "cmd": [ 95 "cmd": [
99 "python", 96 "python",
100 "-u", 97 "-u",
101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
102 "runhooks" 99 "runhooks"
103 ], 100 ],
104 "cwd": "[SLAVE_BUILD]",
105 "env": { 101 "env": {
106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
107 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir= '[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enabl e_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", 103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir= '[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enabl e_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32",
108 "GYP_GENERATORS": "ninja", 104 "GYP_GENERATORS": "ninja",
109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
110 }, 106 },
111 "name": "gclient runhooks" 107 "name": "gclient runhooks"
112 }, 108 },
113 { 109 {
114 "cmd": [ 110 "cmd": [
115 "python", 111 "python",
116 "-u", 112 "-u",
117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
118 "--show-path", 114 "--show-path",
119 "python", 115 "python",
120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
121 ], 117 ],
122 "cwd": "[SLAVE_BUILD]",
123 "name": "cleanup_temp" 118 "name": "cleanup_temp"
124 }, 119 },
125 { 120 {
126 "cmd": [ 121 "cmd": [
127 "python", 122 "python",
128 "-u", 123 "-u",
129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
130 "--show-path", 125 "--show-path",
131 "python", 126 "python",
132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
(...skipping 14 matching lines...) Expand all
147 "--goma-jsonstatus", 142 "--goma-jsonstatus",
148 "/path/to/tmp/json", 143 "/path/to/tmp/json",
149 "--goma-service-account-json-file", 144 "--goma-service-account-json-file",
150 "C:\\creds\\service_accounts\\service-account-goma-client.json", 145 "C:\\creds\\service_accounts\\service-account-goma-client.json",
151 "--goma-dir", 146 "--goma-dir",
152 "[BUILD]\\goma", 147 "[BUILD]\\goma",
153 "--goma-fail-fast", 148 "--goma-fail-fast",
154 "--goma-disable-local-fallback", 149 "--goma-disable-local-fallback",
155 "--" 150 "--"
156 ], 151 ],
157 "cwd": "[SLAVE_BUILD]",
158 "env": { 152 "env": {
159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
160 }, 154 },
161 "name": "compile", 155 "name": "compile",
162 "~followup_annotations": [ 156 "~followup_annotations": [
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
164 "@@@STEP_LOG_END@json.output (invalid)@@@" 158 "@@@STEP_LOG_END@json.output (invalid)@@@"
165 ] 159 ]
166 }, 160 },
167 { 161 {
168 "cmd": [ 162 "cmd": [
169 "python", 163 "python",
170 "-u", 164 "-u",
171 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 165 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
172 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 166 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
173 "batcharchive", 167 "batcharchive",
174 "--dump-json", 168 "--dump-json",
175 "/path/to/tmp/json", 169 "/path/to/tmp/json",
176 "--isolate-server", 170 "--isolate-server",
177 "https://isolateserver.appspot.com", 171 "https://isolateserver.appspot.com",
178 "--verbose", 172 "--verbose",
179 "[SLAVE_BUILD]\\v8\\out\\Debug\\bot_default.isolated.gen.json", 173 "[SLAVE_BUILD]\\v8\\out\\Debug\\bot_default.isolated.gen.json",
180 "[SLAVE_BUILD]\\v8\\out\\Debug\\ignition.isolated.gen.json", 174 "[SLAVE_BUILD]\\v8\\out\\Debug\\ignition.isolated.gen.json",
181 "[SLAVE_BUILD]\\v8\\out\\Debug\\mozilla.isolated.gen.json" 175 "[SLAVE_BUILD]\\v8\\out\\Debug\\mozilla.isolated.gen.json"
182 ], 176 ],
183 "cwd": "[SLAVE_BUILD]",
184 "name": "isolate tests", 177 "name": "isolate tests",
185 "~followup_annotations": [ 178 "~followup_annotations": [
186 "@@@STEP_LOG_LINE@json.output@{@@@", 179 "@@@STEP_LOG_LINE@json.output@{@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 180 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@", 181 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\"@ @@", 182 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\"@ @@",
190 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
191 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
192 ] 185 ]
193 }, 186 },
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "--timeout=200", 262 "--timeout=200",
270 "--random-seed=-1504922035", 263 "--random-seed=-1504922035",
271 "bot_default", 264 "bot_default",
272 "--exhaustive-variants", 265 "--exhaustive-variants",
273 "--dcheck-always-on", 266 "--dcheck-always-on",
274 "--rerun-failures-count=2", 267 "--rerun-failures-count=2",
275 "--swarming", 268 "--swarming",
276 "--json-test-results", 269 "--json-test-results",
277 "${ISOLATED_OUTDIR}/output.json" 270 "${ISOLATED_OUTDIR}/output.json"
278 ], 271 ],
279 "cwd": "[SLAVE_BUILD]",
280 "name": "[trigger] Check on Windows-7-SP1", 272 "name": "[trigger] Check on Windows-7-SP1",
281 "~followup_annotations": [ 273 "~followup_annotations": [
282 "@@@STEP_LOG_LINE@json.output@{@@@", 274 "@@@STEP_LOG_LINE@json.output@{@@@",
283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/ [dummy has/v8_win_dbg/571\", @@@", 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/ [dummy has/v8_win_dbg/571\", @@@",
284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
285 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win_ dbg/571:2:0\": {@@@", 277 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win_ dbg/571:2:0\": {@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
289 "@@@STEP_LOG_LINE@json.output@ }, @@@", 281 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "--random-seed=-1504922035", 370 "--random-seed=-1504922035",
379 "ignition", 371 "ignition",
380 "--ignition-turbofan", 372 "--ignition-turbofan",
381 "--variants=ignition_turbofan", 373 "--variants=ignition_turbofan",
382 "--dcheck-always-on", 374 "--dcheck-always-on",
383 "--rerun-failures-count=2", 375 "--rerun-failures-count=2",
384 "--swarming", 376 "--swarming",
385 "--json-test-results", 377 "--json-test-results",
386 "${ISOLATED_OUTDIR}/output.json" 378 "${ISOLATED_OUTDIR}/output.json"
387 ], 379 ],
388 "cwd": "[SLAVE_BUILD]",
389 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", 380 "name": "[trigger] Ignition - turbofan on Windows-7-SP1",
390 "~followup_annotations": [ 381 "~followup_annotations": [
391 "@@@STEP_LOG_LINE@json.output@{@@@", 382 "@@@STEP_LOG_LINE@json.output@{@@@",
392 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Windows-7-SP1/[dummy has/v8_win_dbg/571\", @@@", 383 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Windows-7-SP1/[dummy has/v8_win_dbg/571\", @@@",
393 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 384 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
394 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum my has/v8_win_dbg/571\": {@@@", 385 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum my has/v8_win_dbg/571\": {@@@",
395 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 386 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
396 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 387 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
397 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 388 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
398 "@@@STEP_LOG_LINE@json.output@ }@@@", 389 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "--timeout=200", 471 "--timeout=200",
481 "--random-seed=-1504922035", 472 "--random-seed=-1504922035",
482 "mozilla", 473 "mozilla",
483 "--exhaustive-variants", 474 "--exhaustive-variants",
484 "--dcheck-always-on", 475 "--dcheck-always-on",
485 "--rerun-failures-count=2", 476 "--rerun-failures-count=2",
486 "--swarming", 477 "--swarming",
487 "--json-test-results", 478 "--json-test-results",
488 "${ISOLATED_OUTDIR}/output.json" 479 "${ISOLATED_OUTDIR}/output.json"
489 ], 480 ],
490 "cwd": "[SLAVE_BUILD]",
491 "name": "[trigger] Mozilla on Windows-7-SP1", 481 "name": "[trigger] Mozilla on Windows-7-SP1",
492 "~followup_annotations": [ 482 "~followup_annotations": [
493 "@@@STEP_LOG_LINE@json.output@{@@@", 483 "@@@STEP_LOG_LINE@json.output@{@@@",
494 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP 1/[dummy has/v8_win_dbg/571\", @@@", 484 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP 1/[dummy has/v8_win_dbg/571\", @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 485 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
496 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi n_dbg/571\": {@@@", 486 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi n_dbg/571\": {@@@",
497 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 487 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
498 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 488 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
499 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 489 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
500 "@@@STEP_LOG_LINE@json.output@ }@@@", 490 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 18 matching lines...) Expand all
519 "--", 509 "--",
520 "collect", 510 "collect",
521 "--swarming", 511 "--swarming",
522 "https://chromium-swarm.appspot.com", 512 "https://chromium-swarm.appspot.com",
523 "--decorate", 513 "--decorate",
524 "--print-status-updates", 514 "--print-status-updates",
525 "--shards", 515 "--shards",
526 "2", 516 "2",
527 "Check/Windows-7-SP1/[dummy has/v8_win_dbg/571" 517 "Check/Windows-7-SP1/[dummy has/v8_win_dbg/571"
528 ], 518 ],
529 "cwd": "[SLAVE_BUILD]",
530 "name": "Check", 519 "name": "Check",
531 "~followup_annotations": [ 520 "~followup_annotations": [
532 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 521 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
533 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 522 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
534 "@@@STEP_LOG_LINE@durations@@@@", 523 "@@@STEP_LOG_LINE@durations@@@@",
535 "@@@STEP_LOG_LINE@durations@Details:@@@", 524 "@@@STEP_LOG_LINE@durations@Details:@@@",
536 "@@@STEP_LOG_LINE@durations@@@@", 525 "@@@STEP_LOG_LINE@durations@@@@",
537 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 526 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
538 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 527 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
539 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 528 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
560 "--", 549 "--",
561 "collect", 550 "collect",
562 "--swarming", 551 "--swarming",
563 "https://chromium-swarm.appspot.com", 552 "https://chromium-swarm.appspot.com",
564 "--decorate", 553 "--decorate",
565 "--print-status-updates", 554 "--print-status-updates",
566 "--shards", 555 "--shards",
567 "1", 556 "1",
568 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win_dbg/571" 557 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win_dbg/571"
569 ], 558 ],
570 "cwd": "[SLAVE_BUILD]",
571 "name": "Ignition - turbofan", 559 "name": "Ignition - turbofan",
572 "~followup_annotations": [ 560 "~followup_annotations": [
573 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 561 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
574 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 562 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
575 "@@@STEP_LOG_LINE@durations@@@@", 563 "@@@STEP_LOG_LINE@durations@@@@",
576 "@@@STEP_LOG_LINE@durations@Details:@@@", 564 "@@@STEP_LOG_LINE@durations@Details:@@@",
577 "@@@STEP_LOG_LINE@durations@@@@", 565 "@@@STEP_LOG_LINE@durations@@@@",
578 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 566 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
579 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 567 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
580 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 568 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
601 "--", 589 "--",
602 "collect", 590 "collect",
603 "--swarming", 591 "--swarming",
604 "https://chromium-swarm.appspot.com", 592 "https://chromium-swarm.appspot.com",
605 "--decorate", 593 "--decorate",
606 "--print-status-updates", 594 "--print-status-updates",
607 "--shards", 595 "--shards",
608 "1", 596 "1",
609 "Mozilla/Windows-7-SP1/[dummy has/v8_win_dbg/571" 597 "Mozilla/Windows-7-SP1/[dummy has/v8_win_dbg/571"
610 ], 598 ],
611 "cwd": "[SLAVE_BUILD]",
612 "name": "Mozilla", 599 "name": "Mozilla",
613 "~followup_annotations": [ 600 "~followup_annotations": [
614 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 601 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
615 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 602 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
616 "@@@STEP_LOG_LINE@durations@@@@", 603 "@@@STEP_LOG_LINE@durations@@@@",
617 "@@@STEP_LOG_LINE@durations@Details:@@@", 604 "@@@STEP_LOG_LINE@durations@Details:@@@",
618 "@@@STEP_LOG_LINE@durations@@@@", 605 "@@@STEP_LOG_LINE@durations@@@@",
619 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 606 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
620 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 607 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
621 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 608 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
622 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 609 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
623 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 610 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
624 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 611 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
625 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 612 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
626 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 613 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
627 "@@@STEP_LOG_END@durations@@@" 614 "@@@STEP_LOG_END@durations@@@"
628 ] 615 ]
629 }, 616 },
630 { 617 {
631 "name": "$result", 618 "name": "$result",
632 "recipe_result": null, 619 "recipe_result": null,
633 "status_code": 0 620 "status_code": 0
634 } 621 }
635 ] 622 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698