| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_arm_dbg", | 10 "v8_linux_arm_dbg", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 72 ] | 71 ] |
| 73 }, | 72 }, |
| 74 { | 73 { |
| 75 "cmd": [ | 74 "cmd": [ |
| 76 "python", | 75 "python", |
| 77 "-u", | 76 "-u", |
| 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 79 "--version" | 78 "--version" |
| 80 ], | 79 ], |
| 81 "cwd": "[SLAVE_BUILD]", | |
| 82 "name": "swarming.py --version", | 80 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 81 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.4.10@@@" | 83 "@@@STEP_TEXT@0.4.10@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 93 "runhooks" | 91 "runhooks" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "env": { | 93 "env": { |
| 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchec
ks=1 v8_optimized_debug=1 v8_target_arch=arm", | 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchec
ks=1 v8_optimized_debug=1 v8_target_arch=arm", |
| 99 "GYP_GENERATORS": "ninja", | 96 "GYP_GENERATORS": "ninja", |
| 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 101 }, | 98 }, |
| 102 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 103 }, | 100 }, |
| 104 { | 101 { |
| 105 "cmd": [ | 102 "cmd": [ |
| 106 "python", | 103 "python", |
| 107 "-u", | 104 "-u", |
| 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 109 "--show-path", | 106 "--show-path", |
| 110 "python", | 107 "python", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 112 ], | 109 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "name": "cleanup_temp" | 110 "name": "cleanup_temp" |
| 115 }, | 111 }, |
| 116 { | 112 { |
| 117 "allow_subannotations": true, | 113 "allow_subannotations": true, |
| 118 "cmd": [ | 114 "cmd": [ |
| 119 "python", | 115 "python", |
| 120 "-u", | 116 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 122 "--src-dir", | 118 "--src-dir", |
| 123 "[SLAVE_BUILD]/v8", | 119 "[SLAVE_BUILD]/v8", |
| 124 "--output-json", | 120 "--output-json", |
| 125 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "clang_revision", | 126 "name": "clang_revision", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{@@@", | 128 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 136 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 137 ] | 132 ] |
| (...skipping 23 matching lines...) Expand all Loading... |
| 161 "--goma-jsonstatus", | 156 "--goma-jsonstatus", |
| 162 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 163 "--goma-service-account-json-file", | 158 "--goma-service-account-json-file", |
| 164 "/creds/service_accounts/service-account-goma-client.json", | 159 "/creds/service_accounts/service-account-goma-client.json", |
| 165 "--goma-dir", | 160 "--goma-dir", |
| 166 "[BUILD]/goma", | 161 "[BUILD]/goma", |
| 167 "--goma-fail-fast", | 162 "--goma-fail-fast", |
| 168 "--goma-disable-local-fallback", | 163 "--goma-disable-local-fallback", |
| 169 "--" | 164 "--" |
| 170 ], | 165 ], |
| 171 "cwd": "[SLAVE_BUILD]", | |
| 172 "env": { | 166 "env": { |
| 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 174 }, | 168 }, |
| 175 "name": "compile", | 169 "name": "compile", |
| 176 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 179 ] | 173 ] |
| 180 }, | 174 }, |
| 181 { | 175 { |
| 182 "cmd": [ | 176 "cmd": [ |
| 183 "python", | 177 "python", |
| 184 "-u", | 178 "-u", |
| 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 186 "[SLAVE_BUILD]/v8/tools/swarming_client", | 180 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 187 "batcharchive", | 181 "batcharchive", |
| 188 "--dump-json", | 182 "--dump-json", |
| 189 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 190 "--isolate-server", | 184 "--isolate-server", |
| 191 "https://isolateserver.appspot.com", | 185 "https://isolateserver.appspot.com", |
| 192 "--verbose", | 186 "--verbose", |
| 193 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", | 187 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
| 194 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", | 188 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", |
| 195 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", | 189 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", |
| 196 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", | 190 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", |
| 197 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", | 191 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", |
| 198 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" | 192 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" |
| 199 ], | 193 ], |
| 200 "cwd": "[SLAVE_BUILD]", | |
| 201 "name": "isolate tests", | 194 "name": "isolate tests", |
| 202 "~followup_annotations": [ | 195 "~followup_annotations": [ |
| 203 "@@@STEP_LOG_LINE@json.output@{@@@", | 196 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 210 "@@@STEP_LOG_LINE@json.output@}@@@", | 203 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "--timeout=200", | 282 "--timeout=200", |
| 290 "--random-seed=-2114099713", | 283 "--random-seed=-2114099713", |
| 291 "bot_default", | 284 "bot_default", |
| 292 "--exhaustive-variants", | 285 "--exhaustive-variants", |
| 293 "--dcheck-always-on", | 286 "--dcheck-always-on", |
| 294 "--rerun-failures-count=2", | 287 "--rerun-failures-count=2", |
| 295 "--swarming", | 288 "--swarming", |
| 296 "--json-test-results", | 289 "--json-test-results", |
| 297 "${ISOLATED_OUTDIR}/output.json" | 290 "${ISOLATED_OUTDIR}/output.json" |
| 298 ], | 291 ], |
| 299 "cwd": "[SLAVE_BUILD]", | |
| 300 "name": "[trigger] Check on Ubuntu-12.04", | 292 "name": "[trigger] Check on Ubuntu-12.04", |
| 301 "~followup_annotations": [ | 293 "~followup_annotations": [ |
| 302 "@@@STEP_LOG_LINE@json.output@{@@@", | 294 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/v8_linux_arm_dbg/571\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/v8_linux_arm_dbg/571\", @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux
_arm_dbg/571:3:0\": {@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux
_arm_dbg/571:3:0\": {@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 301 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "--random-seed=-2114099713", | 396 "--random-seed=-2114099713", |
| 405 "test262", | 397 "test262", |
| 406 "--download-data", | 398 "--download-data", |
| 407 "--variants=default", | 399 "--variants=default", |
| 408 "--dcheck-always-on", | 400 "--dcheck-always-on", |
| 409 "--rerun-failures-count=2", | 401 "--rerun-failures-count=2", |
| 410 "--swarming", | 402 "--swarming", |
| 411 "--json-test-results", | 403 "--json-test-results", |
| 412 "${ISOLATED_OUTDIR}/output.json" | 404 "${ISOLATED_OUTDIR}/output.json" |
| 413 ], | 405 ], |
| 414 "cwd": "[SLAVE_BUILD]", | |
| 415 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", | 406 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", |
| 416 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 417 "@@@STEP_LOG_LINE@json.output@{@@@", | 408 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/v8_linux_arm_dbg/571\": {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/v8_linux_arm_dbg/571\": {@@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 422 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 423 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 424 "@@@STEP_LOG_LINE@json.output@ }@@@", | 415 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "--timeout=200", | 497 "--timeout=200", |
| 507 "--random-seed=-2114099713", | 498 "--random-seed=-2114099713", |
| 508 "mozilla", | 499 "mozilla", |
| 509 "--exhaustive-variants", | 500 "--exhaustive-variants", |
| 510 "--dcheck-always-on", | 501 "--dcheck-always-on", |
| 511 "--rerun-failures-count=2", | 502 "--rerun-failures-count=2", |
| 512 "--swarming", | 503 "--swarming", |
| 513 "--json-test-results", | 504 "--json-test-results", |
| 514 "${ISOLATED_OUTDIR}/output.json" | 505 "${ISOLATED_OUTDIR}/output.json" |
| 515 ], | 506 ], |
| 516 "cwd": "[SLAVE_BUILD]", | |
| 517 "name": "[trigger] Mozilla on Ubuntu-12.04", | 507 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 518 "~followup_annotations": [ | 508 "~followup_annotations": [ |
| 519 "@@@STEP_LOG_LINE@json.output@{@@@", | 509 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 520 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\", @@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 521 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 511 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 522 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/v8_lin
ux_arm_dbg/571\": {@@@", | 512 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/v8_lin
ux_arm_dbg/571\": {@@@", |
| 523 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 513 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 524 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 514 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 525 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 515 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 526 "@@@STEP_LOG_LINE@json.output@ }@@@", | 516 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 "--random-seed=-2114099713", | 599 "--random-seed=-2114099713", |
| 610 "simdjs", | 600 "simdjs", |
| 611 "--download-data", | 601 "--download-data", |
| 612 "--exhaustive-variants", | 602 "--exhaustive-variants", |
| 613 "--dcheck-always-on", | 603 "--dcheck-always-on", |
| 614 "--rerun-failures-count=2", | 604 "--rerun-failures-count=2", |
| 615 "--swarming", | 605 "--swarming", |
| 616 "--json-test-results", | 606 "--json-test-results", |
| 617 "${ISOLATED_OUTDIR}/output.json" | 607 "${ISOLATED_OUTDIR}/output.json" |
| 618 ], | 608 ], |
| 619 "cwd": "[SLAVE_BUILD]", | |
| 620 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 609 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 621 "~followup_annotations": [ | 610 "~followup_annotations": [ |
| 622 "@@@STEP_LOG_LINE@json.output@{@@@", | 611 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 623 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 612 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 624 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 613 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 625 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/v
8_linux_arm_dbg/571\": {@@@", | 614 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/v
8_linux_arm_dbg/571\": {@@@", |
| 626 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 615 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 627 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 616 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 628 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 617 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 629 "@@@STEP_LOG_LINE@json.output@ }@@@", | 618 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "--random-seed=-2114099713", | 701 "--random-seed=-2114099713", |
| 713 "ignition", | 702 "ignition", |
| 714 "--ignition-turbofan", | 703 "--ignition-turbofan", |
| 715 "--variants=ignition_turbofan", | 704 "--variants=ignition_turbofan", |
| 716 "--dcheck-always-on", | 705 "--dcheck-always-on", |
| 717 "--rerun-failures-count=2", | 706 "--rerun-failures-count=2", |
| 718 "--swarming", | 707 "--swarming", |
| 719 "--json-test-results", | 708 "--json-test-results", |
| 720 "${ISOLATED_OUTDIR}/output.json" | 709 "${ISOLATED_OUTDIR}/output.json" |
| 721 ], | 710 ], |
| 722 "cwd": "[SLAVE_BUILD]", | |
| 723 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", | 711 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", |
| 724 "~followup_annotations": [ | 712 "~followup_annotations": [ |
| 725 "@@@STEP_LOG_LINE@json.output@{@@@", | 713 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 726 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 714 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 727 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 715 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 728 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/v8_linux_arm_dbg/571\": {@@@", | 716 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/v8_linux_arm_dbg/571\": {@@@", |
| 729 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 717 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 730 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 731 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 719 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 732 "@@@STEP_LOG_LINE@json.output@ }@@@", | 720 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 "--random-seed=-2114099713", | 803 "--random-seed=-2114099713", |
| 816 "mjsunit", | 804 "mjsunit", |
| 817 "--extra-flags=--turbo_sp_frame_access", | 805 "--extra-flags=--turbo_sp_frame_access", |
| 818 "--variants=turbofan", | 806 "--variants=turbofan", |
| 819 "--dcheck-always-on", | 807 "--dcheck-always-on", |
| 820 "--rerun-failures-count=2", | 808 "--rerun-failures-count=2", |
| 821 "--swarming", | 809 "--swarming", |
| 822 "--json-test-results", | 810 "--json-test-results", |
| 823 "${ISOLATED_OUTDIR}/output.json" | 811 "${ISOLATED_OUTDIR}/output.json" |
| 824 ], | 812 ], |
| 825 "cwd": "[SLAVE_BUILD]", | |
| 826 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", | 813 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", |
| 827 "~followup_annotations": [ | 814 "~followup_annotations": [ |
| 828 "@@@STEP_LOG_LINE@json.output@{@@@", | 815 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 829 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 816 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 830 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 817 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 831 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\": {@@@", | 818 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/v8_linux_arm_dbg/571\": {@@@", |
| 832 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 819 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 833 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 820 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 834 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 821 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 835 "@@@STEP_LOG_LINE@json.output@ }@@@", | 822 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 "test262", | 906 "test262", |
| 920 "--ignition-turbofan", | 907 "--ignition-turbofan", |
| 921 "--download-data", | 908 "--download-data", |
| 922 "--variants=ignition_turbofan", | 909 "--variants=ignition_turbofan", |
| 923 "--dcheck-always-on", | 910 "--dcheck-always-on", |
| 924 "--rerun-failures-count=2", | 911 "--rerun-failures-count=2", |
| 925 "--swarming", | 912 "--swarming", |
| 926 "--json-test-results", | 913 "--json-test-results", |
| 927 "${ISOLATED_OUTDIR}/output.json" | 914 "${ISOLATED_OUTDIR}/output.json" |
| 928 ], | 915 ], |
| 929 "cwd": "[SLAVE_BUILD]", | |
| 930 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", | 916 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", |
| 931 "~followup_annotations": [ | 917 "~followup_annotations": [ |
| 932 "@@@STEP_LOG_LINE@json.output@{@@@", | 918 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 933 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", | 919 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571\", @@@", |
| 934 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 935 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm_dbg/571:2:0\": {@@@", | 921 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm_dbg/571:2:0\": {@@@", |
| 936 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 922 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 937 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 923 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 938 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 939 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 925 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 964 "--", | 950 "--", |
| 965 "collect", | 951 "collect", |
| 966 "--swarming", | 952 "--swarming", |
| 967 "https://chromium-swarm.appspot.com", | 953 "https://chromium-swarm.appspot.com", |
| 968 "--decorate", | 954 "--decorate", |
| 969 "--print-status-updates", | 955 "--print-status-updates", |
| 970 "--shards", | 956 "--shards", |
| 971 "3", | 957 "3", |
| 972 "Check/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 958 "Check/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 973 ], | 959 ], |
| 974 "cwd": "[SLAVE_BUILD]", | |
| 975 "name": "Check", | 960 "name": "Check", |
| 976 "~followup_annotations": [ | 961 "~followup_annotations": [ |
| 977 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 962 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 978 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 963 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 979 "@@@STEP_LOG_LINE@durations@@@@", | 964 "@@@STEP_LOG_LINE@durations@@@@", |
| 980 "@@@STEP_LOG_LINE@durations@Details:@@@", | 965 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 981 "@@@STEP_LOG_LINE@durations@@@@", | 966 "@@@STEP_LOG_LINE@durations@@@@", |
| 982 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 967 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 983 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 968 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 984 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 969 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1005 "--", | 990 "--", |
| 1006 "collect", | 991 "collect", |
| 1007 "--swarming", | 992 "--swarming", |
| 1008 "https://chromium-swarm.appspot.com", | 993 "https://chromium-swarm.appspot.com", |
| 1009 "--decorate", | 994 "--decorate", |
| 1010 "--print-status-updates", | 995 "--print-status-updates", |
| 1011 "--shards", | 996 "--shards", |
| 1012 "1", | 997 "1", |
| 1013 "Test262 - no variants/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 998 "Test262 - no variants/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1014 ], | 999 ], |
| 1015 "cwd": "[SLAVE_BUILD]", | |
| 1016 "name": "Test262 - no variants", | 1000 "name": "Test262 - no variants", |
| 1017 "~followup_annotations": [ | 1001 "~followup_annotations": [ |
| 1018 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1002 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1019 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1003 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1020 "@@@STEP_LOG_LINE@durations@@@@", | 1004 "@@@STEP_LOG_LINE@durations@@@@", |
| 1021 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1005 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1022 "@@@STEP_LOG_LINE@durations@@@@", | 1006 "@@@STEP_LOG_LINE@durations@@@@", |
| 1023 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1007 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1024 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1008 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1025 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1009 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1046 "--", | 1030 "--", |
| 1047 "collect", | 1031 "collect", |
| 1048 "--swarming", | 1032 "--swarming", |
| 1049 "https://chromium-swarm.appspot.com", | 1033 "https://chromium-swarm.appspot.com", |
| 1050 "--decorate", | 1034 "--decorate", |
| 1051 "--print-status-updates", | 1035 "--print-status-updates", |
| 1052 "--shards", | 1036 "--shards", |
| 1053 "1", | 1037 "1", |
| 1054 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1038 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1055 ], | 1039 ], |
| 1056 "cwd": "[SLAVE_BUILD]", | |
| 1057 "name": "Mozilla", | 1040 "name": "Mozilla", |
| 1058 "~followup_annotations": [ | 1041 "~followup_annotations": [ |
| 1059 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1042 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1060 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1043 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1061 "@@@STEP_LOG_LINE@durations@@@@", | 1044 "@@@STEP_LOG_LINE@durations@@@@", |
| 1062 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1045 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1063 "@@@STEP_LOG_LINE@durations@@@@", | 1046 "@@@STEP_LOG_LINE@durations@@@@", |
| 1064 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1047 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1065 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1048 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1066 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1049 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1087 "--", | 1070 "--", |
| 1088 "collect", | 1071 "collect", |
| 1089 "--swarming", | 1072 "--swarming", |
| 1090 "https://chromium-swarm.appspot.com", | 1073 "https://chromium-swarm.appspot.com", |
| 1091 "--decorate", | 1074 "--decorate", |
| 1092 "--print-status-updates", | 1075 "--print-status-updates", |
| 1093 "--shards", | 1076 "--shards", |
| 1094 "1", | 1077 "1", |
| 1095 "SimdJs - all/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1078 "SimdJs - all/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1096 ], | 1079 ], |
| 1097 "cwd": "[SLAVE_BUILD]", | |
| 1098 "name": "SimdJs - all", | 1080 "name": "SimdJs - all", |
| 1099 "~followup_annotations": [ | 1081 "~followup_annotations": [ |
| 1100 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1082 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1101 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1083 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1102 "@@@STEP_LOG_LINE@durations@@@@", | 1084 "@@@STEP_LOG_LINE@durations@@@@", |
| 1103 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1085 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1104 "@@@STEP_LOG_LINE@durations@@@@", | 1086 "@@@STEP_LOG_LINE@durations@@@@", |
| 1105 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1087 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1106 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1088 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1107 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1089 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1128 "--", | 1110 "--", |
| 1129 "collect", | 1111 "collect", |
| 1130 "--swarming", | 1112 "--swarming", |
| 1131 "https://chromium-swarm.appspot.com", | 1113 "https://chromium-swarm.appspot.com", |
| 1132 "--decorate", | 1114 "--decorate", |
| 1133 "--print-status-updates", | 1115 "--print-status-updates", |
| 1134 "--shards", | 1116 "--shards", |
| 1135 "1", | 1117 "1", |
| 1136 "Ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1118 "Ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1137 ], | 1119 ], |
| 1138 "cwd": "[SLAVE_BUILD]", | |
| 1139 "name": "Ignition - turbofan", | 1120 "name": "Ignition - turbofan", |
| 1140 "~followup_annotations": [ | 1121 "~followup_annotations": [ |
| 1141 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1122 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1142 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1123 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1143 "@@@STEP_LOG_LINE@durations@@@@", | 1124 "@@@STEP_LOG_LINE@durations@@@@", |
| 1144 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1125 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1145 "@@@STEP_LOG_LINE@durations@@@@", | 1126 "@@@STEP_LOG_LINE@durations@@@@", |
| 1146 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1127 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1147 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1128 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1148 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1129 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1169 "--", | 1150 "--", |
| 1170 "collect", | 1151 "collect", |
| 1171 "--swarming", | 1152 "--swarming", |
| 1172 "https://chromium-swarm.appspot.com", | 1153 "https://chromium-swarm.appspot.com", |
| 1173 "--decorate", | 1154 "--decorate", |
| 1174 "--print-status-updates", | 1155 "--print-status-updates", |
| 1175 "--shards", | 1156 "--shards", |
| 1176 "1", | 1157 "1", |
| 1177 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" | 1158 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/571" |
| 1178 ], | 1159 ], |
| 1179 "cwd": "[SLAVE_BUILD]", | |
| 1180 "name": "Mjsunit - sp frame access", | 1160 "name": "Mjsunit - sp frame access", |
| 1181 "~followup_annotations": [ | 1161 "~followup_annotations": [ |
| 1182 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1162 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1183 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1163 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1184 "@@@STEP_LOG_LINE@durations@@@@", | 1164 "@@@STEP_LOG_LINE@durations@@@@", |
| 1185 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1165 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1186 "@@@STEP_LOG_LINE@durations@@@@", | 1166 "@@@STEP_LOG_LINE@durations@@@@", |
| 1187 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1167 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1188 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1168 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1189 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1169 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1210 "--", | 1190 "--", |
| 1211 "collect", | 1191 "collect", |
| 1212 "--swarming", | 1192 "--swarming", |
| 1213 "https://chromium-swarm.appspot.com", | 1193 "https://chromium-swarm.appspot.com", |
| 1214 "--decorate", | 1194 "--decorate", |
| 1215 "--print-status-updates", | 1195 "--print-status-updates", |
| 1216 "--shards", | 1196 "--shards", |
| 1217 "2", | 1197 "2", |
| 1218 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/57
1" | 1198 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm_dbg/57
1" |
| 1219 ], | 1199 ], |
| 1220 "cwd": "[SLAVE_BUILD]", | |
| 1221 "name": "Test262 - ignition - turbofan", | 1200 "name": "Test262 - ignition - turbofan", |
| 1222 "~followup_annotations": [ | 1201 "~followup_annotations": [ |
| 1223 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1202 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1224 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1203 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1225 "@@@STEP_LOG_LINE@durations@@@@", | 1204 "@@@STEP_LOG_LINE@durations@@@@", |
| 1226 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1205 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1227 "@@@STEP_LOG_LINE@durations@@@@", | 1206 "@@@STEP_LOG_LINE@durations@@@@", |
| 1228 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1207 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1229 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1208 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1230 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1209 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1231 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1210 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1232 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1211 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1233 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1212 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1234 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1213 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1235 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1214 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1236 "@@@STEP_LOG_END@durations@@@" | 1215 "@@@STEP_LOG_END@durations@@@" |
| 1237 ] | 1216 ] |
| 1238 }, | 1217 }, |
| 1239 { | 1218 { |
| 1240 "name": "$result", | 1219 "name": "$result", |
| 1241 "recipe_result": null, | 1220 "recipe_result": null, |
| 1242 "status_code": 0 | 1221 "status_code": 0 |
| 1243 } | 1222 } |
| 1244 ] | 1223 ] |
| OLD | NEW |