| 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", |
| 18 "TestBuilder", | 19 "TestBuilder", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", | 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "src@HEAD", | 31 "src@HEAD", |
| 31 "--revision", | 32 "--revision", |
| 32 "src/third_party/WebKit@HEAD", | 33 "src/third_party/WebKit@HEAD", |
| 33 "--force" | 34 "--force" |
| 34 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", |
| 35 "name": "bot_update", | 37 "name": "bot_update", |
| 36 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 37 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 73 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 72 ] | 74 ] |
| 73 }, | 75 }, |
| 74 { | 76 { |
| 75 "cmd": [ | 77 "cmd": [ |
| 76 "python", | 78 "python", |
| 77 "-u", | 79 "-u", |
| 78 "[DEPOT_TOOLS]/gclient.py", | 80 "[DEPOT_TOOLS]/gclient.py", |
| 79 "runhooks" | 81 "runhooks" |
| 80 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]", |
| 81 "env": { | 84 "env": { |
| 82 "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" | 85 "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" |
| 83 }, | 86 }, |
| 84 "name": "gclient runhooks" | 87 "name": "gclient runhooks" |
| 85 }, | 88 }, |
| 86 { | 89 { |
| 87 "cmd": [ | 90 "cmd": [ |
| 88 "python", | 91 "python", |
| 89 "-u", | 92 "-u", |
| 90 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 93 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 91 "--build-dir", | 94 "--build-dir", |
| 92 "[SLAVE_BUILD]/src/out/Debug", | 95 "[SLAVE_BUILD]/src/out/Debug", |
| 93 "--clean-isolated-files" | 96 "--clean-isolated-files" |
| 94 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", |
| 95 "name": "clean isolated files" | 99 "name": "clean isolated files" |
| 96 }, | 100 }, |
| 97 { | 101 { |
| 98 "cmd": [ | 102 "cmd": [ |
| 99 "python", | 103 "python", |
| 100 "-u", | 104 "-u", |
| 101 "[BUILD]/scripts/slave/compile.py", | 105 "[BUILD]/scripts/slave/compile.py", |
| 102 "--target", | 106 "--target", |
| 103 "Debug", | 107 "Debug", |
| 104 "--src-dir", | 108 "--src-dir", |
| 105 "[SLAVE_BUILD]/src", | 109 "[SLAVE_BUILD]/src", |
| 106 "--build-tool", | 110 "--build-tool", |
| 107 "ninja", | 111 "ninja", |
| 108 "--compiler", | 112 "--compiler", |
| 109 "goma-clang", | 113 "goma-clang", |
| 110 "--goma-dir", | 114 "--goma-dir", |
| 111 "[BUILD]/goma", | 115 "[BUILD]/goma", |
| 112 "--", | 116 "--", |
| 113 "angle_unittests_run", | 117 "angle_unittests_run", |
| 114 "content_gl_tests_run", | 118 "content_gl_tests_run", |
| 115 "content_unittests_run", | 119 "content_unittests_run", |
| 116 "gl_tests_run", | 120 "gl_tests_run", |
| 117 "gles2_conform_test_run", | 121 "gles2_conform_test_run", |
| 118 "gpu_unittests_run", | 122 "gpu_unittests_run", |
| 119 "media_unittests_run", | 123 "media_unittests_run", |
| 120 "tab_capture_end2end_tests_run", | 124 "tab_capture_end2end_tests_run", |
| 121 "telemetry_gpu_test_run" | 125 "telemetry_gpu_test_run" |
| 122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
| 123 "name": "compile" | 128 "name": "compile" |
| 124 }, | 129 }, |
| 125 { | 130 { |
| 126 "cmd": [ | 131 "cmd": [ |
| 127 "python", | 132 "python", |
| 128 "-u", | 133 "-u", |
| 129 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 134 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 130 "batcharchive", | 135 "batcharchive", |
| 131 "--dump-json", | 136 "--dump-json", |
| 132 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 133 "--isolate-server", | 138 "--isolate-server", |
| 134 "https://isolateserver.appspot.com", | 139 "https://isolateserver.appspot.com", |
| 135 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | 140 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", |
| 136 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | 141 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", |
| 137 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", | 142 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", |
| 138 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | 143 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", |
| 139 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", | 144 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", |
| 140 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | 145 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", |
| 141 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", | 146 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", |
| 142 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | 147 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", |
| 143 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | 148 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" |
| 144 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
| 145 "name": "isolate tests", | 151 "name": "isolate tests", |
| 146 "~followup_annotations": [ | 152 "~followup_annotations": [ |
| 147 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 184 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 190 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 185 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 191 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 186 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 192 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 187 "-H", | 193 "-H", |
| 188 "[dummy hash for content_gl_tests]", | 194 "[dummy hash for content_gl_tests]", |
| 189 "-I", | 195 "-I", |
| 190 "https://isolateserver.appspot.com", | 196 "https://isolateserver.appspot.com", |
| 191 "--", | 197 "--", |
| 192 "--use-gpu-in-tests" | 198 "--use-gpu-in-tests" |
| 193 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]", |
| 194 "name": "content_gl_tests" | 201 "name": "content_gl_tests" |
| 195 }, | 202 }, |
| 196 { | 203 { |
| 197 "allow_subannotations": true, | 204 "allow_subannotations": true, |
| 198 "cmd": [ | 205 "cmd": [ |
| 199 "python", | 206 "python", |
| 200 "-u", | 207 "-u", |
| 201 "[BUILD]/scripts/slave/runtest.py", | 208 "[BUILD]/scripts/slave/runtest.py", |
| 202 "--target", | 209 "--target", |
| 203 "Debug", | 210 "Debug", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 218 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 219 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 226 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 220 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 227 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 221 "-H", | 228 "-H", |
| 222 "[dummy hash for gl_tests]", | 229 "[dummy hash for gl_tests]", |
| 223 "-I", | 230 "-I", |
| 224 "https://isolateserver.appspot.com", | 231 "https://isolateserver.appspot.com", |
| 225 "--", | 232 "--", |
| 226 "--use-gpu-in-tests" | 233 "--use-gpu-in-tests" |
| 227 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "gl_tests" | 236 "name": "gl_tests" |
| 229 }, | 237 }, |
| 230 { | 238 { |
| 231 "allow_subannotations": true, | 239 "allow_subannotations": true, |
| 232 "cmd": [ | 240 "cmd": [ |
| 233 "python", | 241 "python", |
| 234 "-u", | 242 "-u", |
| 235 "[BUILD]/scripts/slave/runtest.py", | 243 "[BUILD]/scripts/slave/runtest.py", |
| 236 "--target", | 244 "--target", |
| 237 "Debug", | 245 "Debug", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 252 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 260 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 253 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 261 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
| 254 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 262 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 255 "-H", | 263 "-H", |
| 256 "[dummy hash for angle_unittests]", | 264 "[dummy hash for angle_unittests]", |
| 257 "-I", | 265 "-I", |
| 258 "https://isolateserver.appspot.com", | 266 "https://isolateserver.appspot.com", |
| 259 "--", | 267 "--", |
| 260 "--use-gpu-in-tests" | 268 "--use-gpu-in-tests" |
| 261 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
| 262 "name": "angle_unittests" | 271 "name": "angle_unittests" |
| 263 }, | 272 }, |
| 264 { | 273 { |
| 265 "allow_subannotations": true, | 274 "allow_subannotations": true, |
| 266 "cmd": [ | 275 "cmd": [ |
| 267 "python", | 276 "python", |
| 268 "-u", | 277 "-u", |
| 269 "[BUILD]/scripts/slave/runtest.py", | 278 "[BUILD]/scripts/slave/runtest.py", |
| 270 "--target", | 279 "--target", |
| 271 "Debug", | 280 "Debug", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 298 "--build-revision", | 307 "--build-revision", |
| 299 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 308 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 300 "--test-machine-name", | 309 "--test-machine-name", |
| 301 "TestBuilder", | 310 "TestBuilder", |
| 302 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 311 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 303 "--output-format", | 312 "--output-format", |
| 304 "json", | 313 "json", |
| 305 "--output-dir", | 314 "--output-dir", |
| 306 "/path/to/tmp/" | 315 "/path/to/tmp/" |
| 307 ], | 316 ], |
| 317 "cwd": "[SLAVE_BUILD]", |
| 308 "name": "maps_pixel_test", | 318 "name": "maps_pixel_test", |
| 309 "~followup_annotations": [ | 319 "~followup_annotations": [ |
| 310 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 320 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 311 ] | 321 ] |
| 312 }, | 322 }, |
| 313 { | 323 { |
| 314 "allow_subannotations": true, | 324 "allow_subannotations": true, |
| 315 "cmd": [ | 325 "cmd": [ |
| 316 "python", | 326 "python", |
| 317 "-u", | 327 "-u", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "--os-type", | 362 "--os-type", |
| 353 "mac", | 363 "mac", |
| 354 "--test-machine-name", | 364 "--test-machine-name", |
| 355 "TestBuilder", | 365 "TestBuilder", |
| 356 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 366 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 357 "--output-format", | 367 "--output-format", |
| 358 "json", | 368 "json", |
| 359 "--output-dir", | 369 "--output-dir", |
| 360 "/path/to/tmp/" | 370 "/path/to/tmp/" |
| 361 ], | 371 ], |
| 372 "cwd": "[SLAVE_BUILD]", |
| 362 "name": "pixel_test", | 373 "name": "pixel_test", |
| 363 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 364 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 375 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 365 ] | 376 ] |
| 366 }, | 377 }, |
| 367 { | 378 { |
| 368 "allow_subannotations": true, | 379 "allow_subannotations": true, |
| 369 "cmd": [ | 380 "cmd": [ |
| 370 "python", | 381 "python", |
| 371 "-u", | 382 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 397 "--output-format=gtest", | 408 "--output-format=gtest", |
| 398 "--browser=debug", | 409 "--browser=debug", |
| 399 "-v", | 410 "-v", |
| 400 "--use-devtools-active-port", | 411 "--use-devtools-active-port", |
| 401 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 412 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 402 "--output-format", | 413 "--output-format", |
| 403 "json", | 414 "json", |
| 404 "--output-dir", | 415 "--output-dir", |
| 405 "/path/to/tmp/" | 416 "/path/to/tmp/" |
| 406 ], | 417 ], |
| 418 "cwd": "[SLAVE_BUILD]", |
| 407 "name": "webgl_conformance_tests", | 419 "name": "webgl_conformance_tests", |
| 408 "~followup_annotations": [ | 420 "~followup_annotations": [ |
| 409 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 421 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 410 ] | 422 ] |
| 411 }, | 423 }, |
| 412 { | 424 { |
| 413 "allow_subannotations": true, | 425 "allow_subannotations": true, |
| 414 "cmd": [ | 426 "cmd": [ |
| 415 "python", | 427 "python", |
| 416 "-u", | 428 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 442 "--output-format=gtest", | 454 "--output-format=gtest", |
| 443 "--browser=debug", | 455 "--browser=debug", |
| 444 "-v", | 456 "-v", |
| 445 "--use-devtools-active-port", | 457 "--use-devtools-active-port", |
| 446 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 458 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 447 "--output-format", | 459 "--output-format", |
| 448 "json", | 460 "json", |
| 449 "--output-dir", | 461 "--output-dir", |
| 450 "/path/to/tmp/" | 462 "/path/to/tmp/" |
| 451 ], | 463 ], |
| 464 "cwd": "[SLAVE_BUILD]", |
| 452 "name": "context_lost_tests", | 465 "name": "context_lost_tests", |
| 453 "~followup_annotations": [ | 466 "~followup_annotations": [ |
| 454 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 467 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 455 ] | 468 ] |
| 456 }, | 469 }, |
| 457 { | 470 { |
| 458 "allow_subannotations": true, | 471 "allow_subannotations": true, |
| 459 "cmd": [ | 472 "cmd": [ |
| 460 "python", | 473 "python", |
| 461 "-u", | 474 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 487 "--output-format=gtest", | 500 "--output-format=gtest", |
| 488 "--browser=debug", | 501 "--browser=debug", |
| 489 "-v", | 502 "-v", |
| 490 "--use-devtools-active-port", | 503 "--use-devtools-active-port", |
| 491 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 504 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 492 "--output-format", | 505 "--output-format", |
| 493 "json", | 506 "json", |
| 494 "--output-dir", | 507 "--output-dir", |
| 495 "/path/to/tmp/" | 508 "/path/to/tmp/" |
| 496 ], | 509 ], |
| 510 "cwd": "[SLAVE_BUILD]", |
| 497 "name": "memory_test", | 511 "name": "memory_test", |
| 498 "~followup_annotations": [ | 512 "~followup_annotations": [ |
| 499 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 513 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 500 ] | 514 ] |
| 501 }, | 515 }, |
| 502 { | 516 { |
| 503 "allow_subannotations": true, | 517 "allow_subannotations": true, |
| 504 "cmd": [ | 518 "cmd": [ |
| 505 "python", | 519 "python", |
| 506 "-u", | 520 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 532 "--output-format=gtest", | 546 "--output-format=gtest", |
| 533 "--browser=debug", | 547 "--browser=debug", |
| 534 "-v", | 548 "-v", |
| 535 "--use-devtools-active-port", | 549 "--use-devtools-active-port", |
| 536 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 550 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 537 "--output-format", | 551 "--output-format", |
| 538 "json", | 552 "json", |
| 539 "--output-dir", | 553 "--output-dir", |
| 540 "/path/to/tmp/" | 554 "/path/to/tmp/" |
| 541 ], | 555 ], |
| 556 "cwd": "[SLAVE_BUILD]", |
| 542 "name": "trace_test", | 557 "name": "trace_test", |
| 543 "~followup_annotations": [ | 558 "~followup_annotations": [ |
| 544 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 559 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 545 ] | 560 ] |
| 546 }, | 561 }, |
| 547 { | 562 { |
| 548 "allow_subannotations": true, | 563 "allow_subannotations": true, |
| 549 "cmd": [ | 564 "cmd": [ |
| 550 "python", | 565 "python", |
| 551 "-u", | 566 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 577 "--output-format=gtest", | 592 "--output-format=gtest", |
| 578 "--browser=debug", | 593 "--browser=debug", |
| 579 "-v", | 594 "-v", |
| 580 "--use-devtools-active-port", | 595 "--use-devtools-active-port", |
| 581 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 596 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 582 "--output-format", | 597 "--output-format", |
| 583 "json", | 598 "json", |
| 584 "--output-dir", | 599 "--output-dir", |
| 585 "/path/to/tmp/" | 600 "/path/to/tmp/" |
| 586 ], | 601 ], |
| 602 "cwd": "[SLAVE_BUILD]", |
| 587 "name": "screenshot_sync_tests", | 603 "name": "screenshot_sync_tests", |
| 588 "~followup_annotations": [ | 604 "~followup_annotations": [ |
| 589 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 605 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 590 ] | 606 ] |
| 591 }, | 607 }, |
| 592 { | 608 { |
| 593 "allow_subannotations": true, | 609 "allow_subannotations": true, |
| 594 "cmd": [ | 610 "cmd": [ |
| 595 "python", | 611 "python", |
| 596 "-u", | 612 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 622 "--output-format=gtest", | 638 "--output-format=gtest", |
| 623 "--browser=debug", | 639 "--browser=debug", |
| 624 "-v", | 640 "-v", |
| 625 "--use-devtools-active-port", | 641 "--use-devtools-active-port", |
| 626 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 642 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 627 "--output-format", | 643 "--output-format", |
| 628 "json", | 644 "json", |
| 629 "--output-dir", | 645 "--output-dir", |
| 630 "/path/to/tmp/" | 646 "/path/to/tmp/" |
| 631 ], | 647 ], |
| 648 "cwd": "[SLAVE_BUILD]", |
| 632 "name": "hardware_accelerated_feature_tests", | 649 "name": "hardware_accelerated_feature_tests", |
| 633 "~followup_annotations": [ | 650 "~followup_annotations": [ |
| 634 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 651 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 635 ] | 652 ] |
| 636 }, | 653 }, |
| 637 { | 654 { |
| 638 "allow_subannotations": true, | 655 "allow_subannotations": true, |
| 639 "cmd": [ | 656 "cmd": [ |
| 640 "python", | 657 "python", |
| 641 "-u", | 658 "-u", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 667 "--output-format=gtest", | 684 "--output-format=gtest", |
| 668 "--browser=debug", | 685 "--browser=debug", |
| 669 "-v", | 686 "-v", |
| 670 "--use-devtools-active-port", | 687 "--use-devtools-active-port", |
| 671 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 688 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 672 "--output-format", | 689 "--output-format", |
| 673 "json", | 690 "json", |
| 674 "--output-dir", | 691 "--output-dir", |
| 675 "/path/to/tmp/" | 692 "/path/to/tmp/" |
| 676 ], | 693 ], |
| 694 "cwd": "[SLAVE_BUILD]", |
| 677 "name": "gpu_process_launch_tests", | 695 "name": "gpu_process_launch_tests", |
| 678 "~followup_annotations": [ | 696 "~followup_annotations": [ |
| 679 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 697 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 680 ] | 698 ] |
| 681 }, | 699 }, |
| 682 { | 700 { |
| 683 "allow_subannotations": true, | 701 "allow_subannotations": true, |
| 684 "cmd": [ | 702 "cmd": [ |
| 685 "python", | 703 "python", |
| 686 "-u", | 704 "-u", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 716 "--build-revision", | 734 "--build-revision", |
| 717 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 735 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 718 "--test-machine-name", | 736 "--test-machine-name", |
| 719 "TestBuilder", | 737 "TestBuilder", |
| 720 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 738 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 721 "--output-format", | 739 "--output-format", |
| 722 "json", | 740 "json", |
| 723 "--output-dir", | 741 "--output-dir", |
| 724 "/path/to/tmp/" | 742 "/path/to/tmp/" |
| 725 ], | 743 ], |
| 744 "cwd": "[SLAVE_BUILD]", |
| 726 "name": "gpu_rasterization_tests", | 745 "name": "gpu_rasterization_tests", |
| 727 "~followup_annotations": [ | 746 "~followup_annotations": [ |
| 728 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 747 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 729 ] | 748 ] |
| 730 } | 749 } |
| 731 ] | 750 ] |
| OLD | NEW |