| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]/scripts/slave/bot_update.py", | 15 "[BUILD]/scripts/slave/bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.testing.master", | 17 "chromium.testing.master", |
| 17 "--builder", | 18 "--builder", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 29 "--patchset", | 30 "--patchset", |
| 30 "1", | 31 "1", |
| 31 "--rietveld_server", | 32 "--rietveld_server", |
| 32 "https://codereview.chromium.org", | 33 "https://codereview.chromium.org", |
| 33 "--output_json", | 34 "--output_json", |
| 34 "/path/to/tmp/json", | 35 "/path/to/tmp/json", |
| 35 "--revision", | 36 "--revision", |
| 36 "src@HEAD", | 37 "src@HEAD", |
| 37 "--force" | 38 "--force" |
| 38 ], | 39 ], |
| 40 "cwd": "[SLAVE_BUILD]", |
| 39 "name": "bot_update", | 41 "name": "bot_update", |
| 40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 76 ] | 78 ] |
| 77 }, | 79 }, |
| 78 { | 80 { |
| 79 "cmd": [ | 81 "cmd": [ |
| 80 "python", | 82 "python", |
| 81 "-u", | 83 "-u", |
| 82 "[DEPOT_TOOLS]/gclient.py", | 84 "[DEPOT_TOOLS]/gclient.py", |
| 83 "runhooks" | 85 "runhooks" |
| 84 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
| 85 "env": { | 88 "env": { |
| 86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 89 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 87 }, | 90 }, |
| 88 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
| 89 }, | 92 }, |
| 90 { | 93 { |
| 91 "cmd": [ | 94 "cmd": [ |
| 92 "python", | 95 "python", |
| 93 "-u", | 96 "-u", |
| 94 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 97 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 95 "--build-dir", | 98 "--build-dir", |
| 96 "[SLAVE_BUILD]/src/out/Debug", | 99 "[SLAVE_BUILD]/src/out/Debug", |
| 97 "--clean-isolated-files" | 100 "--clean-isolated-files" |
| 98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
| 99 "name": "clean isolated files" | 103 "name": "clean isolated files" |
| 100 }, | 104 }, |
| 101 { | 105 { |
| 102 "cmd": [ | 106 "cmd": [ |
| 103 "git", | 107 "git", |
| 104 "diff", | 108 "diff", |
| 105 "--cached", | 109 "--cached", |
| 106 "--name-only" | 110 "--name-only" |
| 107 ], | 111 ], |
| 108 "cwd": "[SLAVE_BUILD]/src", | 112 "cwd": "[SLAVE_BUILD]/src", |
| 109 "name": "git diff to analyze patch", | 113 "name": "git diff to analyze patch", |
| 110 "stdout": "/path/to/tmp/", | 114 "stdout": "/path/to/tmp/", |
| 111 "~followup_annotations": [ | 115 "~followup_annotations": [ |
| 112 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 116 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 113 "@@@STEP_LOG_END@files@@@" | 117 "@@@STEP_LOG_END@files@@@" |
| 114 ] | 118 ] |
| 115 }, | 119 }, |
| 116 { | 120 { |
| 117 "cmd": [ | 121 "cmd": [ |
| 118 "python", | 122 "python", |
| 119 "-u", | 123 "-u", |
| 120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 121 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 125 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 122 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| 123 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
| 124 "name": "read filter exclusion spec", | 129 "name": "read filter exclusion spec", |
| 125 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 126 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 131 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 135 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 138 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ }@@@", | 141 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@}@@@", | 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 138 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
| 139 ] | 144 ] |
| 140 }, | 145 }, |
| 141 { | 146 { |
| 142 "cmd": [ | 147 "cmd": [ |
| 143 "python", | 148 "python", |
| 144 "-u", | 149 "-u", |
| 145 "[SLAVE_BUILD]/src/build/gyp_chromium", | 150 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 146 "--analyzer", | 151 "--analyzer", |
| 147 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", | 152 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 148 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
| 149 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
| 150 "env": { | 156 "env": { |
| 151 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 157 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 152 }, | 158 }, |
| 153 "name": "analyze", | 159 "name": "analyze", |
| 154 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", | 161 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "angle_unittests_run", | 210 "angle_unittests_run", |
| 205 "content_gl_tests_run", | 211 "content_gl_tests_run", |
| 206 "content_unittests_run", | 212 "content_unittests_run", |
| 207 "gl_tests_run", | 213 "gl_tests_run", |
| 208 "gles2_conform_test_run", | 214 "gles2_conform_test_run", |
| 209 "gpu_unittests_run", | 215 "gpu_unittests_run", |
| 210 "media_unittests_run", | 216 "media_unittests_run", |
| 211 "tab_capture_end2end_tests_run", | 217 "tab_capture_end2end_tests_run", |
| 212 "telemetry_gpu_test_run" | 218 "telemetry_gpu_test_run" |
| 213 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
| 214 "name": "compile (with patch)" | 221 "name": "compile (with patch)" |
| 215 }, | 222 }, |
| 216 { | 223 { |
| 217 "cmd": [ | 224 "cmd": [ |
| 218 "python", | 225 "python", |
| 219 "-u", | 226 "-u", |
| 220 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 227 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 221 "batcharchive", | 228 "batcharchive", |
| 222 "--dump-json", | 229 "--dump-json", |
| 223 "/path/to/tmp/json", | 230 "/path/to/tmp/json", |
| 224 "--isolate-server", | 231 "--isolate-server", |
| 225 "https://isolateserver.appspot.com", | 232 "https://isolateserver.appspot.com", |
| 226 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | 233 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", |
| 227 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | 234 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", |
| 228 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", | 235 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", |
| 229 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | 236 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", |
| 230 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", | 237 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", |
| 231 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | 238 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", |
| 232 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", | 239 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", |
| 233 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | 240 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", |
| 234 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | 241 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" |
| 235 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "isolate tests", | 244 "name": "isolate tests", |
| 237 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 238 "@@@STEP_LOG_LINE@json.output@{@@@", | 246 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 240 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 250 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 283 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 276 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 284 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 277 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 285 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 278 "-H", | 286 "-H", |
| 279 "[dummy hash for content_gl_tests]", | 287 "[dummy hash for content_gl_tests]", |
| 280 "-I", | 288 "-I", |
| 281 "https://isolateserver.appspot.com", | 289 "https://isolateserver.appspot.com", |
| 282 "--", | 290 "--", |
| 283 "--use-gpu-in-tests" | 291 "--use-gpu-in-tests" |
| 284 ], | 292 ], |
| 293 "cwd": "[SLAVE_BUILD]", |
| 285 "name": "content_gl_tests" | 294 "name": "content_gl_tests" |
| 286 }, | 295 }, |
| 287 { | 296 { |
| 288 "allow_subannotations": true, | 297 "allow_subannotations": true, |
| 289 "cmd": [ | 298 "cmd": [ |
| 290 "python", | 299 "python", |
| 291 "-u", | 300 "-u", |
| 292 "[BUILD]/scripts/slave/runtest.py", | 301 "[BUILD]/scripts/slave/runtest.py", |
| 293 "--target", | 302 "--target", |
| 294 "Debug", | 303 "Debug", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 309 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 318 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 310 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 319 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 311 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 320 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 312 "-H", | 321 "-H", |
| 313 "[dummy hash for gl_tests]", | 322 "[dummy hash for gl_tests]", |
| 314 "-I", | 323 "-I", |
| 315 "https://isolateserver.appspot.com", | 324 "https://isolateserver.appspot.com", |
| 316 "--", | 325 "--", |
| 317 "--use-gpu-in-tests" | 326 "--use-gpu-in-tests" |
| 318 ], | 327 ], |
| 328 "cwd": "[SLAVE_BUILD]", |
| 319 "name": "gl_tests" | 329 "name": "gl_tests" |
| 320 }, | 330 }, |
| 321 { | 331 { |
| 322 "allow_subannotations": true, | 332 "allow_subannotations": true, |
| 323 "cmd": [ | 333 "cmd": [ |
| 324 "python", | 334 "python", |
| 325 "-u", | 335 "-u", |
| 326 "[BUILD]/scripts/slave/runtest.py", | 336 "[BUILD]/scripts/slave/runtest.py", |
| 327 "--target", | 337 "--target", |
| 328 "Debug", | 338 "Debug", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 343 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 353 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 344 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 354 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 345 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 355 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 346 "-H", | 356 "-H", |
| 347 "[dummy hash for angle_unittests]", | 357 "[dummy hash for angle_unittests]", |
| 348 "-I", | 358 "-I", |
| 349 "https://isolateserver.appspot.com", | 359 "https://isolateserver.appspot.com", |
| 350 "--", | 360 "--", |
| 351 "--use-gpu-in-tests" | 361 "--use-gpu-in-tests" |
| 352 ], | 362 ], |
| 363 "cwd": "[SLAVE_BUILD]", |
| 353 "name": "angle_unittests" | 364 "name": "angle_unittests" |
| 354 }, | 365 }, |
| 355 { | 366 { |
| 356 "allow_subannotations": true, | 367 "allow_subannotations": true, |
| 357 "cmd": [ | 368 "cmd": [ |
| 358 "python", | 369 "python", |
| 359 "-u", | 370 "-u", |
| 360 "[BUILD]/scripts/slave/runtest.py", | 371 "[BUILD]/scripts/slave/runtest.py", |
| 361 "--target", | 372 "--target", |
| 362 "Debug", | 373 "Debug", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 389 "--build-revision", | 400 "--build-revision", |
| 390 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 401 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 391 "--test-machine-name", | 402 "--test-machine-name", |
| 392 "TestBuilder", | 403 "TestBuilder", |
| 393 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 404 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 394 "--output-format", | 405 "--output-format", |
| 395 "json", | 406 "json", |
| 396 "--output-dir", | 407 "--output-dir", |
| 397 "/path/to/tmp/" | 408 "/path/to/tmp/" |
| 398 ], | 409 ], |
| 410 "cwd": "[SLAVE_BUILD]", |
| 399 "name": "maps_pixel_test", | 411 "name": "maps_pixel_test", |
| 400 "~followup_annotations": [ | 412 "~followup_annotations": [ |
| 401 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 413 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 402 ] | 414 ] |
| 403 }, | 415 }, |
| 404 { | 416 { |
| 405 "allow_subannotations": true, | 417 "allow_subannotations": true, |
| 406 "cmd": [ | 418 "cmd": [ |
| 407 "python", | 419 "python", |
| 408 "-u", | 420 "-u", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "--os-type", | 455 "--os-type", |
| 444 "mac", | 456 "mac", |
| 445 "--test-machine-name", | 457 "--test-machine-name", |
| 446 "TestBuilder", | 458 "TestBuilder", |
| 447 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 459 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 448 "--output-format", | 460 "--output-format", |
| 449 "json", | 461 "json", |
| 450 "--output-dir", | 462 "--output-dir", |
| 451 "/path/to/tmp/" | 463 "/path/to/tmp/" |
| 452 ], | 464 ], |
| 465 "cwd": "[SLAVE_BUILD]", |
| 453 "name": "pixel_test", | 466 "name": "pixel_test", |
| 454 "~followup_annotations": [ | 467 "~followup_annotations": [ |
| 455 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 468 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 456 ] | 469 ] |
| 457 }, | 470 }, |
| 458 { | 471 { |
| 459 "allow_subannotations": true, | 472 "allow_subannotations": true, |
| 460 "cmd": [ | 473 "cmd": [ |
| 461 "python", | 474 "python", |
| 462 "-u", | 475 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 488 "--output-format=gtest", | 501 "--output-format=gtest", |
| 489 "--browser=debug", | 502 "--browser=debug", |
| 490 "-v", | 503 "-v", |
| 491 "--use-devtools-active-port", | 504 "--use-devtools-active-port", |
| 492 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 505 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 493 "--output-format", | 506 "--output-format", |
| 494 "json", | 507 "json", |
| 495 "--output-dir", | 508 "--output-dir", |
| 496 "/path/to/tmp/" | 509 "/path/to/tmp/" |
| 497 ], | 510 ], |
| 511 "cwd": "[SLAVE_BUILD]", |
| 498 "name": "webgl_conformance_tests", | 512 "name": "webgl_conformance_tests", |
| 499 "~followup_annotations": [ | 513 "~followup_annotations": [ |
| 500 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 514 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 501 ] | 515 ] |
| 502 }, | 516 }, |
| 503 { | 517 { |
| 504 "allow_subannotations": true, | 518 "allow_subannotations": true, |
| 505 "cmd": [ | 519 "cmd": [ |
| 506 "python", | 520 "python", |
| 507 "-u", | 521 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 533 "--output-format=gtest", | 547 "--output-format=gtest", |
| 534 "--browser=debug", | 548 "--browser=debug", |
| 535 "-v", | 549 "-v", |
| 536 "--use-devtools-active-port", | 550 "--use-devtools-active-port", |
| 537 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 551 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 538 "--output-format", | 552 "--output-format", |
| 539 "json", | 553 "json", |
| 540 "--output-dir", | 554 "--output-dir", |
| 541 "/path/to/tmp/" | 555 "/path/to/tmp/" |
| 542 ], | 556 ], |
| 557 "cwd": "[SLAVE_BUILD]", |
| 543 "name": "context_lost_tests", | 558 "name": "context_lost_tests", |
| 544 "~followup_annotations": [ | 559 "~followup_annotations": [ |
| 545 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 560 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 546 ] | 561 ] |
| 547 }, | 562 }, |
| 548 { | 563 { |
| 549 "allow_subannotations": true, | 564 "allow_subannotations": true, |
| 550 "cmd": [ | 565 "cmd": [ |
| 551 "python", | 566 "python", |
| 552 "-u", | 567 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 578 "--output-format=gtest", | 593 "--output-format=gtest", |
| 579 "--browser=debug", | 594 "--browser=debug", |
| 580 "-v", | 595 "-v", |
| 581 "--use-devtools-active-port", | 596 "--use-devtools-active-port", |
| 582 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 597 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 583 "--output-format", | 598 "--output-format", |
| 584 "json", | 599 "json", |
| 585 "--output-dir", | 600 "--output-dir", |
| 586 "/path/to/tmp/" | 601 "/path/to/tmp/" |
| 587 ], | 602 ], |
| 603 "cwd": "[SLAVE_BUILD]", |
| 588 "name": "memory_test", | 604 "name": "memory_test", |
| 589 "~followup_annotations": [ | 605 "~followup_annotations": [ |
| 590 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 606 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 591 ] | 607 ] |
| 592 }, | 608 }, |
| 593 { | 609 { |
| 594 "allow_subannotations": true, | 610 "allow_subannotations": true, |
| 595 "cmd": [ | 611 "cmd": [ |
| 596 "python", | 612 "python", |
| 597 "-u", | 613 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 623 "--output-format=gtest", | 639 "--output-format=gtest", |
| 624 "--browser=debug", | 640 "--browser=debug", |
| 625 "-v", | 641 "-v", |
| 626 "--use-devtools-active-port", | 642 "--use-devtools-active-port", |
| 627 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 643 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 628 "--output-format", | 644 "--output-format", |
| 629 "json", | 645 "json", |
| 630 "--output-dir", | 646 "--output-dir", |
| 631 "/path/to/tmp/" | 647 "/path/to/tmp/" |
| 632 ], | 648 ], |
| 649 "cwd": "[SLAVE_BUILD]", |
| 633 "name": "trace_test", | 650 "name": "trace_test", |
| 634 "~followup_annotations": [ | 651 "~followup_annotations": [ |
| 635 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 652 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 636 ] | 653 ] |
| 637 }, | 654 }, |
| 638 { | 655 { |
| 639 "allow_subannotations": true, | 656 "allow_subannotations": true, |
| 640 "cmd": [ | 657 "cmd": [ |
| 641 "python", | 658 "python", |
| 642 "-u", | 659 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 668 "--output-format=gtest", | 685 "--output-format=gtest", |
| 669 "--browser=debug", | 686 "--browser=debug", |
| 670 "-v", | 687 "-v", |
| 671 "--use-devtools-active-port", | 688 "--use-devtools-active-port", |
| 672 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 689 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 673 "--output-format", | 690 "--output-format", |
| 674 "json", | 691 "json", |
| 675 "--output-dir", | 692 "--output-dir", |
| 676 "/path/to/tmp/" | 693 "/path/to/tmp/" |
| 677 ], | 694 ], |
| 695 "cwd": "[SLAVE_BUILD]", |
| 678 "name": "screenshot_sync_tests", | 696 "name": "screenshot_sync_tests", |
| 679 "~followup_annotations": [ | 697 "~followup_annotations": [ |
| 680 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 698 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 681 ] | 699 ] |
| 682 }, | 700 }, |
| 683 { | 701 { |
| 684 "allow_subannotations": true, | 702 "allow_subannotations": true, |
| 685 "cmd": [ | 703 "cmd": [ |
| 686 "python", | 704 "python", |
| 687 "-u", | 705 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 713 "--output-format=gtest", | 731 "--output-format=gtest", |
| 714 "--browser=debug", | 732 "--browser=debug", |
| 715 "-v", | 733 "-v", |
| 716 "--use-devtools-active-port", | 734 "--use-devtools-active-port", |
| 717 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 735 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 718 "--output-format", | 736 "--output-format", |
| 719 "json", | 737 "json", |
| 720 "--output-dir", | 738 "--output-dir", |
| 721 "/path/to/tmp/" | 739 "/path/to/tmp/" |
| 722 ], | 740 ], |
| 741 "cwd": "[SLAVE_BUILD]", |
| 723 "name": "hardware_accelerated_feature_tests", | 742 "name": "hardware_accelerated_feature_tests", |
| 724 "~followup_annotations": [ | 743 "~followup_annotations": [ |
| 725 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 744 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 726 ] | 745 ] |
| 727 }, | 746 }, |
| 728 { | 747 { |
| 729 "allow_subannotations": true, | 748 "allow_subannotations": true, |
| 730 "cmd": [ | 749 "cmd": [ |
| 731 "python", | 750 "python", |
| 732 "-u", | 751 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 758 "--output-format=gtest", | 777 "--output-format=gtest", |
| 759 "--browser=debug", | 778 "--browser=debug", |
| 760 "-v", | 779 "-v", |
| 761 "--use-devtools-active-port", | 780 "--use-devtools-active-port", |
| 762 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 781 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 763 "--output-format", | 782 "--output-format", |
| 764 "json", | 783 "json", |
| 765 "--output-dir", | 784 "--output-dir", |
| 766 "/path/to/tmp/" | 785 "/path/to/tmp/" |
| 767 ], | 786 ], |
| 787 "cwd": "[SLAVE_BUILD]", |
| 768 "name": "gpu_process_launch_tests", | 788 "name": "gpu_process_launch_tests", |
| 769 "~followup_annotations": [ | 789 "~followup_annotations": [ |
| 770 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 790 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 771 ] | 791 ] |
| 772 }, | 792 }, |
| 773 { | 793 { |
| 774 "allow_subannotations": true, | 794 "allow_subannotations": true, |
| 775 "cmd": [ | 795 "cmd": [ |
| 776 "python", | 796 "python", |
| 777 "-u", | 797 "-u", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 807 "--build-revision", | 827 "--build-revision", |
| 808 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 828 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 809 "--test-machine-name", | 829 "--test-machine-name", |
| 810 "TestBuilder", | 830 "TestBuilder", |
| 811 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 831 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
| 812 "--output-format", | 832 "--output-format", |
| 813 "json", | 833 "json", |
| 814 "--output-dir", | 834 "--output-dir", |
| 815 "/path/to/tmp/" | 835 "/path/to/tmp/" |
| 816 ], | 836 ], |
| 837 "cwd": "[SLAVE_BUILD]", |
| 817 "name": "gpu_rasterization_tests", | 838 "name": "gpu_rasterization_tests", |
| 818 "~followup_annotations": [ | 839 "~followup_annotations": [ |
| 819 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 840 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 820 ] | 841 ] |
| 821 } | 842 } |
| 822 ] | 843 ] |
| OLD | NEW |