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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gpu_tests.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.mac", 8 "tryserver.chromium.mac",
9 "--builder", 9 "--builder",
10 "mac_chromium_rel_ng", 10 "mac_chromium_rel_ng",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "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'}]", 14 "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'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"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\"}", 18 "{\"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\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD" 28 "src@HEAD"
29 ], 29 ],
30 "cwd": "[SLAVE_BUILD]",
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
67 ] 68 ]
68 }, 69 },
69 { 70 {
70 "cmd": [ 71 "cmd": [
71 "python", 72 "python",
72 "-u", 73 "-u",
73 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 74 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
74 "--version" 75 "--version"
75 ], 76 ],
77 "cwd": "[SLAVE_BUILD]",
76 "name": "swarming.py --version", 78 "name": "swarming.py --version",
77 "stdout": "/path/to/tmp/", 79 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [ 80 "~followup_annotations": [
79 "@@@STEP_TEXT@0.4.10@@@" 81 "@@@STEP_TEXT@0.4.10@@@"
80 ] 82 ]
81 }, 83 },
82 { 84 {
83 "cmd": [ 85 "cmd": [
84 "python", 86 "python",
85 "-u", 87 "-u",
86 "[DEPOT_TOOLS]/gclient.py", 88 "[DEPOT_TOOLS]/gclient.py",
87 "runhooks" 89 "runhooks"
88 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
89 "env": { 92 "env": {
90 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_ mode=prepare use_goma=1" 93 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_ mode=prepare use_goma=1"
91 }, 94 },
92 "name": "gclient runhooks (with patch)" 95 "name": "gclient runhooks (with patch)"
93 }, 96 },
94 { 97 {
95 "cmd": [ 98 "cmd": [
96 "python", 99 "python",
97 "-u", 100 "-u",
98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json",
100 "/path/to/tmp/json" 103 "/path/to/tmp/json"
101 ], 104 ],
105 "cwd": "[SLAVE_BUILD]",
102 "name": "read test spec", 106 "name": "read test spec",
103 "~followup_annotations": [ 107 "~followup_annotations": [
104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@ @", 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@ @",
105 "@@@STEP_LOG_LINE@json.output@{}@@@", 109 "@@@STEP_LOG_LINE@json.output@{}@@@",
106 "@@@STEP_LOG_END@json.output@@@" 110 "@@@STEP_LOG_END@json.output@@@"
107 ] 111 ]
108 }, 112 },
109 { 113 {
110 "cmd": [ 114 "cmd": [
111 "python", 115 "python",
112 "-u", 116 "-u",
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
114 "--output", 118 "--output",
115 "/path/to/tmp/json", 119 "/path/to/tmp/json",
116 "--", 120 "--",
117 "--build-config-fs", 121 "--build-config-fs",
118 "Release", 122 "Release",
119 "--paths", 123 "--paths",
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
121 "--properties", 125 "--properties",
122 "{\"buildername\": \"mac_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.mac\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"mac\"}" 126 "{\"buildername\": \"mac_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.mac\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"mac\"}"
123 ], 127 ],
128 "cwd": "[SLAVE_BUILD]",
124 "name": "get compile targets for scripts", 129 "name": "get compile targets for scripts",
125 "~followup_annotations": [ 130 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output@{}@@@", 131 "@@@STEP_LOG_LINE@json.output@{}@@@",
127 "@@@STEP_LOG_END@json.output@@@" 132 "@@@STEP_LOG_END@json.output@@@"
128 ] 133 ]
129 }, 134 },
130 { 135 {
131 "cmd": [ 136 "cmd": [
132 "git", 137 "git",
133 "diff", 138 "diff",
134 "--cached", 139 "--cached",
135 "--name-only" 140 "--name-only"
136 ], 141 ],
137 "cwd": "[SLAVE_BUILD]/src", 142 "cwd": "[SLAVE_BUILD]/src",
138 "name": "git diff to analyze patch", 143 "name": "git diff to analyze patch",
139 "stdout": "/path/to/tmp/", 144 "stdout": "/path/to/tmp/",
140 "~followup_annotations": [ 145 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@files@foo.cc@@@", 146 "@@@STEP_LOG_LINE@files@foo.cc@@@",
142 "@@@STEP_LOG_END@files@@@" 147 "@@@STEP_LOG_END@files@@@"
143 ] 148 ]
144 }, 149 },
145 { 150 {
146 "cmd": [ 151 "cmd": [
147 "python", 152 "python",
148 "-u", 153 "-u",
149 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 154 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
150 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 155 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
151 "/path/to/tmp/json" 156 "/path/to/tmp/json"
152 ], 157 ],
158 "cwd": "[SLAVE_BUILD]",
153 "name": "read filter exclusion spec", 159 "name": "read filter exclusion spec",
154 "~followup_annotations": [ 160 "~followup_annotations": [
155 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 161 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
156 "@@@STEP_LOG_LINE@json.output@{@@@", 162 "@@@STEP_LOG_LINE@json.output@{@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 163 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
158 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 164 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
159 "@@@STEP_LOG_LINE@json.output@ }, @@@", 165 "@@@STEP_LOG_LINE@json.output@ }, @@@",
160 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 166 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 167 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
162 "@@@STEP_LOG_LINE@json.output@ }, @@@", 168 "@@@STEP_LOG_LINE@json.output@ }, @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 169 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
164 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 170 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
165 "@@@STEP_LOG_LINE@json.output@ }@@@", 171 "@@@STEP_LOG_LINE@json.output@ }@@@",
166 "@@@STEP_LOG_LINE@json.output@}@@@", 172 "@@@STEP_LOG_LINE@json.output@}@@@",
167 "@@@STEP_LOG_END@json.output@@@" 173 "@@@STEP_LOG_END@json.output@@@"
168 ] 174 ]
169 }, 175 },
170 { 176 {
171 "cmd": [ 177 "cmd": [
172 "python", 178 "python",
173 "-u", 179 "-u",
174 "[SLAVE_BUILD]/src/build/gyp_chromium", 180 "[SLAVE_BUILD]/src/build/gyp_chromium",
175 "--analyzer", 181 "--analyzer",
176 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\ ", \"telemetry_gpu_test_run\"]}", 182 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\ ", \"telemetry_gpu_test_run\"]}",
177 "/path/to/tmp/json" 183 "/path/to/tmp/json"
178 ], 184 ],
185 "cwd": "[SLAVE_BUILD]",
179 "env": { 186 "env": {
180 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_ mode=prepare use_goma=1" 187 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_ mode=prepare use_goma=1"
181 }, 188 },
182 "name": "analyze", 189 "name": "analyze",
183 "~followup_annotations": [ 190 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@json.output@{@@@", 191 "@@@STEP_LOG_LINE@json.output@{@@@",
185 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 192 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
186 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", 193 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", 194 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", 195 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "@@@STEP_LOG_LINE@analyze_details@}@@@", 258 "@@@STEP_LOG_LINE@analyze_details@}@@@",
252 "@@@STEP_LOG_END@analyze_details@@@" 259 "@@@STEP_LOG_END@analyze_details@@@"
253 ] 260 ]
254 }, 261 },
255 { 262 {
256 "cmd": [ 263 "cmd": [
257 "python", 264 "python",
258 "-u", 265 "-u",
259 "[BUILD]/scripts/slave/cleanup_temp.py" 266 "[BUILD]/scripts/slave/cleanup_temp.py"
260 ], 267 ],
268 "cwd": "[SLAVE_BUILD]",
261 "name": "cleanup_temp" 269 "name": "cleanup_temp"
262 }, 270 },
263 { 271 {
264 "cmd": [ 272 "cmd": [
265 "python", 273 "python",
266 "-u", 274 "-u",
267 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 275 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
268 "--build-dir", 276 "--build-dir",
269 "[SLAVE_BUILD]/src/out/Release", 277 "[SLAVE_BUILD]/src/out/Release",
270 "--clean-isolated-files" 278 "--clean-isolated-files"
271 ], 279 ],
280 "cwd": "[SLAVE_BUILD]",
272 "name": "clean isolated files" 281 "name": "clean isolated files"
273 }, 282 },
274 { 283 {
275 "cmd": [ 284 "cmd": [
276 "python", 285 "python",
277 "-u", 286 "-u",
278 "[BUILD]/scripts/slave/compile.py", 287 "[BUILD]/scripts/slave/compile.py",
279 "--target", 288 "--target",
280 "Release", 289 "Release",
281 "--src-dir", 290 "--src-dir",
282 "[SLAVE_BUILD]/src", 291 "[SLAVE_BUILD]/src",
283 "--build-tool", 292 "--build-tool",
284 "ninja", 293 "ninja",
285 "--compiler", 294 "--compiler",
286 "goma-clang", 295 "goma-clang",
287 "--goma-dir", 296 "--goma-dir",
288 "[BUILD]/goma", 297 "[BUILD]/goma",
289 "--ninja-ensure-up-to-date", 298 "--ninja-ensure-up-to-date",
290 "--", 299 "--",
291 "angle_unittests_run", 300 "angle_unittests_run",
292 "chromium_builder_tests", 301 "chromium_builder_tests",
293 "chrome", 302 "chrome",
294 "telemetry_gpu_test_run", 303 "telemetry_gpu_test_run",
295 "tab_capture_end2end_tests_run", 304 "tab_capture_end2end_tests_run",
296 "content_gl_tests_run", 305 "content_gl_tests_run",
297 "gl_tests_run" 306 "gl_tests_run"
298 ], 307 ],
308 "cwd": "[SLAVE_BUILD]",
299 "name": "compile (with patch)" 309 "name": "compile (with patch)"
300 }, 310 },
301 { 311 {
302 "cmd": [ 312 "cmd": [
303 "python", 313 "python",
304 "-u", 314 "-u",
305 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 315 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
306 "--build-dir", 316 "--build-dir",
307 "[SLAVE_BUILD]/src/out/Release", 317 "[SLAVE_BUILD]/src/out/Release",
308 "--src-dir", 318 "--src-dir",
(...skipping 12 matching lines...) Expand all
321 "/path/to/tmp/json", 331 "/path/to/tmp/json",
322 "--isolate-server", 332 "--isolate-server",
323 "https://isolateserver.appspot.com", 333 "https://isolateserver.appspot.com",
324 "--verbose", 334 "--verbose",
325 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ", 335 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ",
326 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 336 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
327 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 337 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
328 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 338 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
329 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" 339 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json"
330 ], 340 ],
341 "cwd": "[SLAVE_BUILD]",
331 "name": "isolate tests", 342 "name": "isolate tests",
332 "~followup_annotations": [ 343 "~followup_annotations": [
333 "@@@STEP_LOG_LINE@json.output@{@@@", 344 "@@@STEP_LOG_LINE@json.output@{@@@",
334 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 345 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
335 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 346 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
336 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 347 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
337 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 348 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
338 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 349 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
339 "@@@STEP_LOG_LINE@json.output@}@@@", 350 "@@@STEP_LOG_LINE@json.output@}@@@",
340 "@@@STEP_LOG_END@json.output@@@" 351 "@@@STEP_LOG_END@json.output@@@"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "--tag", 415 "--tag",
405 "rietveld:https://codereview.chromium.org/12853011/#ps1", 416 "rietveld:https://codereview.chromium.org/12853011/#ps1",
406 "--idempotent", 417 "--idempotent",
407 "--user", 418 "--user",
408 "commit-bot@chromium.org", 419 "commit-bot@chromium.org",
409 "[dummy hash for content_gl_tests]", 420 "[dummy hash for content_gl_tests]",
410 "--", 421 "--",
411 "--use-gpu-in-tests", 422 "--use-gpu-in-tests",
412 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 423 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
413 ], 424 ],
425 "cwd": "[SLAVE_BUILD]",
414 "name": "[trigger] content_gl_tests on Intel GPU on Mac (with patch)", 426 "name": "[trigger] content_gl_tests on Intel GPU on Mac (with patch)",
415 "~followup_annotations": [ 427 "~followup_annotations": [
416 "@@@STEP_LOG_LINE@json.output@{@@@", 428 "@@@STEP_LOG_LINE@json.output@{@@@",
417 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@ ", 429 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@ ",
418 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 430 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
419 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on Intel GPU on Mac ( with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 431 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on Intel GPU on Mac ( with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
420 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 432 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
421 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 433 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
422 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 434 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
423 "@@@STEP_LOG_LINE@json.output@ }@@@", 435 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "--tag", 503 "--tag",
492 "rietveld:https://codereview.chromium.org/12853011/#ps1", 504 "rietveld:https://codereview.chromium.org/12853011/#ps1",
493 "--idempotent", 505 "--idempotent",
494 "--user", 506 "--user",
495 "commit-bot@chromium.org", 507 "commit-bot@chromium.org",
496 "[dummy hash for gl_tests]", 508 "[dummy hash for gl_tests]",
497 "--", 509 "--",
498 "--use-gpu-in-tests", 510 "--use-gpu-in-tests",
499 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 511 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
500 ], 512 ],
513 "cwd": "[SLAVE_BUILD]",
501 "name": "[trigger] gl_tests on Intel GPU on Mac (with patch)", 514 "name": "[trigger] gl_tests on Intel GPU on Mac (with patch)",
502 "~followup_annotations": [ 515 "~followup_annotations": [
503 "@@@STEP_LOG_LINE@json.output@{@@@", 516 "@@@STEP_LOG_LINE@json.output@{@@@",
504 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on Intel GP U on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@", 517 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on Intel GP U on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@",
505 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 518 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
506 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on Intel GPU on Mac (with pat ch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 519 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on Intel GPU on Mac (with pat ch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
507 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 520 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
508 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 521 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
509 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 522 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
510 "@@@STEP_LOG_LINE@json.output@ }@@@", 523 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "--tag", 591 "--tag",
579 "rietveld:https://codereview.chromium.org/12853011/#ps1", 592 "rietveld:https://codereview.chromium.org/12853011/#ps1",
580 "--idempotent", 593 "--idempotent",
581 "--user", 594 "--user",
582 "commit-bot@chromium.org", 595 "commit-bot@chromium.org",
583 "[dummy hash for angle_unittests]", 596 "[dummy hash for angle_unittests]",
584 "--", 597 "--",
585 "--use-gpu-in-tests", 598 "--use-gpu-in-tests",
586 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 599 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
587 ], 600 ],
601 "cwd": "[SLAVE_BUILD]",
588 "name": "[trigger] angle_unittests on Intel GPU on Mac (with patch)", 602 "name": "[trigger] angle_unittests on Intel GPU on Mac (with patch)",
589 "~followup_annotations": [ 603 "~followup_annotations": [
590 "@@@STEP_LOG_LINE@json.output@{@@@", 604 "@@@STEP_LOG_LINE@json.output@{@@@",
591 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@" , 605 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@" ,
592 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 606 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
593 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 607 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
594 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 608 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
595 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 609 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
596 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 610 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
597 "@@@STEP_LOG_LINE@json.output@ }@@@", 611 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "--build-revision", 690 "--build-revision",
677 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 691 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
678 "--test-machine-name", 692 "--test-machine-name",
679 "mac_chromium_rel_ng", 693 "mac_chromium_rel_ng",
680 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 694 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
681 "--output-format", 695 "--output-format",
682 "json", 696 "json",
683 "--output-dir", 697 "--output-dir",
684 "${ISOLATED_OUTDIR}" 698 "${ISOLATED_OUTDIR}"
685 ], 699 ],
700 "cwd": "[SLAVE_BUILD]",
686 "name": "[trigger] maps_pixel_test on Intel GPU on Mac (with patch)", 701 "name": "[trigger] maps_pixel_test on Intel GPU on Mac (with patch)",
687 "~followup_annotations": [ 702 "~followup_annotations": [
688 "@@@STEP_LOG_LINE@json.output@{@@@", 703 "@@@STEP_LOG_LINE@json.output@{@@@",
689 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@" , 704 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@" ,
690 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 705 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
691 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 706 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
692 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 707 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
693 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 708 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
694 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 709 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
695 "@@@STEP_LOG_LINE@json.output@ }@@@", 710 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 "--os-type", 794 "--os-type",
780 "mac", 795 "mac",
781 "--test-machine-name", 796 "--test-machine-name",
782 "mac_chromium_rel_ng", 797 "mac_chromium_rel_ng",
783 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 798 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
784 "--output-format", 799 "--output-format",
785 "json", 800 "json",
786 "--output-dir", 801 "--output-dir",
787 "${ISOLATED_OUTDIR}" 802 "${ISOLATED_OUTDIR}"
788 ], 803 ],
804 "cwd": "[SLAVE_BUILD]",
789 "name": "[trigger] pixel_test on Intel GPU on Mac (with patch)", 805 "name": "[trigger] pixel_test on Intel GPU on Mac (with patch)",
790 "~followup_annotations": [ 806 "~followup_annotations": [
791 "@@@STEP_LOG_LINE@json.output@{@@@", 807 "@@@STEP_LOG_LINE@json.output@{@@@",
792 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@", 808 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@",
793 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 809 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
794 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 810 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
795 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 811 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
796 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 812 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
797 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 813 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
798 "@@@STEP_LOG_LINE@json.output@ }@@@", 814 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 "--show-stdout", 889 "--show-stdout",
874 "--browser=release", 890 "--browser=release",
875 "-v", 891 "-v",
876 "--use-devtools-active-port", 892 "--use-devtools-active-port",
877 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 893 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
878 "--output-format", 894 "--output-format",
879 "json", 895 "json",
880 "--output-dir", 896 "--output-dir",
881 "${ISOLATED_OUTDIR}" 897 "${ISOLATED_OUTDIR}"
882 ], 898 ],
899 "cwd": "[SLAVE_BUILD]",
883 "name": "[trigger] webgl_conformance on Intel GPU on Mac (with patch)", 900 "name": "[trigger] webgl_conformance on Intel GPU on Mac (with patch)",
884 "~followup_annotations": [ 901 "~followup_annotations": [
885 "@@@STEP_LOG_LINE@json.output@{@@@", 902 "@@@STEP_LOG_LINE@json.output@{@@@",
886 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@ @", 903 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@ @",
887 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 904 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
888 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 905 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
889 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 906 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
890 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 907 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
891 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 908 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
892 "@@@STEP_LOG_LINE@json.output@ }@@@", 909 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "--show-stdout", 984 "--show-stdout",
968 "--browser=release", 985 "--browser=release",
969 "-v", 986 "-v",
970 "--use-devtools-active-port", 987 "--use-devtools-active-port",
971 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 988 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
972 "--output-format", 989 "--output-format",
973 "json", 990 "json",
974 "--output-dir", 991 "--output-dir",
975 "${ISOLATED_OUTDIR}" 992 "${ISOLATED_OUTDIR}"
976 ], 993 ],
994 "cwd": "[SLAVE_BUILD]",
977 "name": "[trigger] context_lost on Intel GPU on Mac (with patch)", 995 "name": "[trigger] context_lost on Intel GPU on Mac (with patch)",
978 "~followup_annotations": [ 996 "~followup_annotations": [
979 "@@@STEP_LOG_LINE@json.output@{@@@", 997 "@@@STEP_LOG_LINE@json.output@{@@@",
980 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on Inte l GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@", 998 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on Inte l GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@",
981 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 999 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
982 "@@@STEP_LOG_LINE@json.output@ \"context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1000 "@@@STEP_LOG_LINE@json.output@ \"context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
983 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1001 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
984 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1002 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
985 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1003 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
986 "@@@STEP_LOG_LINE@json.output@ }@@@", 1004 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 "--show-stdout", 1079 "--show-stdout",
1062 "--browser=release", 1080 "--browser=release",
1063 "-v", 1081 "-v",
1064 "--use-devtools-active-port", 1082 "--use-devtools-active-port",
1065 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1083 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1066 "--output-format", 1084 "--output-format",
1067 "json", 1085 "json",
1068 "--output-dir", 1086 "--output-dir",
1069 "${ISOLATED_OUTDIR}" 1087 "${ISOLATED_OUTDIR}"
1070 ], 1088 ],
1089 "cwd": "[SLAVE_BUILD]",
1071 "name": "[trigger] memory_test on Intel GPU on Mac (with patch)", 1090 "name": "[trigger] memory_test on Intel GPU on Mac (with patch)",
1072 "~followup_annotations": [ 1091 "~followup_annotations": [
1073 "@@@STEP_LOG_LINE@json.output@{@@@", 1092 "@@@STEP_LOG_LINE@json.output@{@@@",
1074 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@", 1093 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@",
1075 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1094 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1076 "@@@STEP_LOG_LINE@json.output@ \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1095 "@@@STEP_LOG_LINE@json.output@ \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1077 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1096 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1078 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1097 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1079 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1098 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1080 "@@@STEP_LOG_LINE@json.output@ }@@@", 1099 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 "--show-stdout", 1174 "--show-stdout",
1156 "--browser=release", 1175 "--browser=release",
1157 "-v", 1176 "-v",
1158 "--use-devtools-active-port", 1177 "--use-devtools-active-port",
1159 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1178 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1160 "--output-format", 1179 "--output-format",
1161 "json", 1180 "json",
1162 "--output-dir", 1181 "--output-dir",
1163 "${ISOLATED_OUTDIR}" 1182 "${ISOLATED_OUTDIR}"
1164 ], 1183 ],
1184 "cwd": "[SLAVE_BUILD]",
1165 "name": "[trigger] trace_test on Intel GPU on Mac (with patch)", 1185 "name": "[trigger] trace_test on Intel GPU on Mac (with patch)",
1166 "~followup_annotations": [ 1186 "~followup_annotations": [
1167 "@@@STEP_LOG_LINE@json.output@{@@@", 1187 "@@@STEP_LOG_LINE@json.output@{@@@",
1168 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@", 1188 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@",
1169 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1189 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1170 "@@@STEP_LOG_LINE@json.output@ \"trace_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1190 "@@@STEP_LOG_LINE@json.output@ \"trace_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1171 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1191 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1172 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1192 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1173 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1193 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1174 "@@@STEP_LOG_LINE@json.output@ }@@@", 1194 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 "--show-stdout", 1269 "--show-stdout",
1250 "--browser=release", 1270 "--browser=release",
1251 "-v", 1271 "-v",
1252 "--use-devtools-active-port", 1272 "--use-devtools-active-port",
1253 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1273 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1254 "--output-format", 1274 "--output-format",
1255 "json", 1275 "json",
1256 "--output-dir", 1276 "--output-dir",
1257 "${ISOLATED_OUTDIR}" 1277 "${ISOLATED_OUTDIR}"
1258 ], 1278 ],
1279 "cwd": "[SLAVE_BUILD]",
1259 "name": "[trigger] screenshot_sync on Intel GPU on Mac (with patch)", 1280 "name": "[trigger] screenshot_sync on Intel GPU on Mac (with patch)",
1260 "~followup_annotations": [ 1281 "~followup_annotations": [
1261 "@@@STEP_LOG_LINE@json.output@{@@@", 1282 "@@@STEP_LOG_LINE@json.output@{@@@",
1262 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@" , 1283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@" ,
1263 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1264 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1285 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1265 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1266 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1267 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1268 "@@@STEP_LOG_LINE@json.output@ }@@@", 1289 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 "--show-stdout", 1364 "--show-stdout",
1344 "--browser=release", 1365 "--browser=release",
1345 "-v", 1366 "-v",
1346 "--use-devtools-active-port", 1367 "--use-devtools-active-port",
1347 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1368 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1348 "--output-format", 1369 "--output-format",
1349 "json", 1370 "json",
1350 "--output-dir", 1371 "--output-dir",
1351 "${ISOLATED_OUTDIR}" 1372 "${ISOLATED_OUTDIR}"
1352 ], 1373 ],
1374 "cwd": "[SLAVE_BUILD]",
1353 "name": "[trigger] hardware_accelerated_feature on Intel GPU on Mac (with pa tch)", 1375 "name": "[trigger] hardware_accelerated_feature on Intel GPU on Mac (with pa tch)",
1354 "~followup_annotations": [ 1376 "~followup_annotations": [
1355 "@@@STEP_LOG_LINE@json.output@{@@@", 1377 "@@@STEP_LOG_LINE@json.output@{@@@",
1356 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated _feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_n g/571\", @@@", 1378 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated _feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_n g/571\", @@@",
1357 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1379 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1358 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1380 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1359 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1381 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1360 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1382 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1361 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1383 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1362 "@@@STEP_LOG_LINE@json.output@ }@@@", 1384 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 "--show-stdout", 1459 "--show-stdout",
1438 "--browser=release", 1460 "--browser=release",
1439 "-v", 1461 "-v",
1440 "--use-devtools-active-port", 1462 "--use-devtools-active-port",
1441 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1463 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1442 "--output-format", 1464 "--output-format",
1443 "json", 1465 "json",
1444 "--output-dir", 1466 "--output-dir",
1445 "${ISOLATED_OUTDIR}" 1467 "${ISOLATED_OUTDIR}"
1446 ], 1468 ],
1469 "cwd": "[SLAVE_BUILD]",
1447 "name": "[trigger] gpu_process_launch on Intel GPU on Mac (with patch)", 1470 "name": "[trigger] gpu_process_launch on Intel GPU on Mac (with patch)",
1448 "~followup_annotations": [ 1471 "~followup_annotations": [
1449 "@@@STEP_LOG_LINE@json.output@{@@@", 1472 "@@@STEP_LOG_LINE@json.output@{@@@",
1450 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o n Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @ @@", 1473 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o n Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @ @@",
1451 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1474 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1452 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1475 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1453 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1476 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1454 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1477 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1455 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1478 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1456 "@@@STEP_LOG_LINE@json.output@ }@@@", 1479 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 "--build-revision", 1558 "--build-revision",
1536 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 1559 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1537 "--test-machine-name", 1560 "--test-machine-name",
1538 "mac_chromium_rel_ng", 1561 "mac_chromium_rel_ng",
1539 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1562 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1540 "--output-format", 1563 "--output-format",
1541 "json", 1564 "json",
1542 "--output-dir", 1565 "--output-dir",
1543 "${ISOLATED_OUTDIR}" 1566 "${ISOLATED_OUTDIR}"
1544 ], 1567 ],
1568 "cwd": "[SLAVE_BUILD]",
1545 "name": "[trigger] gpu_rasterization on Intel GPU on Mac (with patch)", 1569 "name": "[trigger] gpu_rasterization on Intel GPU on Mac (with patch)",
1546 "~followup_annotations": [ 1570 "~followup_annotations": [
1547 "@@@STEP_LOG_LINE@json.output@{@@@", 1571 "@@@STEP_LOG_LINE@json.output@{@@@",
1548 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@ @", 1572 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@ @",
1549 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1573 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1550 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1574 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1551 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1575 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1552 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1576 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1553 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1577 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1554 "@@@STEP_LOG_LINE@json.output@ }@@@", 1578 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 "purpose:pre-commit", 1645 "purpose:pre-commit",
1622 "--tag", 1646 "--tag",
1623 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1647 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1624 "--idempotent", 1648 "--idempotent",
1625 "--user", 1649 "--user",
1626 "commit-bot@chromium.org", 1650 "commit-bot@chromium.org",
1627 "[dummy hash for tab_capture_end2end_tests]", 1651 "[dummy hash for tab_capture_end2end_tests]",
1628 "--", 1652 "--",
1629 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1653 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1630 ], 1654 ],
1655 "cwd": "[SLAVE_BUILD]",
1631 "name": "[trigger] tab_capture_end2end_tests on Intel GPU on Mac (with patch )", 1656 "name": "[trigger] tab_capture_end2end_tests on Intel GPU on Mac (with patch )",
1632 "~followup_annotations": [ 1657 "~followup_annotations": [
1633 "@@@STEP_LOG_LINE@json.output@{@@@", 1658 "@@@STEP_LOG_LINE@json.output@{@@@",
1634 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_ tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/5 71\", @@@", 1659 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_ tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/5 71\", @@@",
1635 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1660 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1636 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1661 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1637 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1662 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1638 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1663 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1639 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1664 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1640 "@@@STEP_LOG_LINE@json.output@ }@@@", 1665 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 "--tag", 1733 "--tag",
1709 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1734 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1710 "--idempotent", 1735 "--idempotent",
1711 "--user", 1736 "--user",
1712 "commit-bot@chromium.org", 1737 "commit-bot@chromium.org",
1713 "[dummy hash for content_gl_tests]", 1738 "[dummy hash for content_gl_tests]",
1714 "--", 1739 "--",
1715 "--use-gpu-in-tests", 1740 "--use-gpu-in-tests",
1716 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1741 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1717 ], 1742 ],
1743 "cwd": "[SLAVE_BUILD]",
1718 "name": "[trigger] content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 1744 "name": "[trigger] content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
1719 "~followup_annotations": [ 1745 "~followup_annotations": [
1720 "@@@STEP_LOG_LINE@json.output@{@@@", 1746 "@@@STEP_LOG_LINE@json.output@{@@@",
1721 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/57 1\", @@@", 1747 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/57 1\", @@@",
1722 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1748 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1723 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1749 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1724 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1750 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1725 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1751 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1726 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1752 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1727 "@@@STEP_LOG_LINE@json.output@ }@@@", 1753 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 "--tag", 1821 "--tag",
1796 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1822 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1797 "--idempotent", 1823 "--idempotent",
1798 "--user", 1824 "--user",
1799 "commit-bot@chromium.org", 1825 "commit-bot@chromium.org",
1800 "[dummy hash for gl_tests]", 1826 "[dummy hash for gl_tests]",
1801 "--", 1827 "--",
1802 "--use-gpu-in-tests", 1828 "--use-gpu-in-tests",
1803 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1829 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1804 ], 1830 ],
1831 "cwd": "[SLAVE_BUILD]",
1805 "name": "[trigger] gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9", 1832 "name": "[trigger] gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9",
1806 "~followup_annotations": [ 1833 "~followup_annotations": [
1807 "@@@STEP_LOG_LINE@json.output@{@@@", 1834 "@@@STEP_LOG_LINE@json.output@{@@@",
1808 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on NVIDIA G PU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @@@ ", 1835 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on NVIDIA G PU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @@@ ",
1809 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1836 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1810 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on NVIDIA GPU on Mac Retina ( with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1837 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on NVIDIA GPU on Mac Retina ( with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1811 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1838 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1812 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1839 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1813 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1840 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1814 "@@@STEP_LOG_LINE@json.output@ }@@@", 1841 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 "--tag", 1909 "--tag",
1883 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1910 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1884 "--idempotent", 1911 "--idempotent",
1885 "--user", 1912 "--user",
1886 "commit-bot@chromium.org", 1913 "commit-bot@chromium.org",
1887 "[dummy hash for angle_unittests]", 1914 "[dummy hash for angle_unittests]",
1888 "--", 1915 "--",
1889 "--use-gpu-in-tests", 1916 "--use-gpu-in-tests",
1890 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1917 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1891 ], 1918 ],
1919 "cwd": "[SLAVE_BUILD]",
1892 "name": "[trigger] angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 1920 "name": "[trigger] angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
1893 "~followup_annotations": [ 1921 "~followup_annotations": [
1894 "@@@STEP_LOG_LINE@json.output@{@@@", 1922 "@@@STEP_LOG_LINE@json.output@{@@@",
1895 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on N VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571 \", @@@", 1923 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on N VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571 \", @@@",
1896 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1924 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1897 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 1925 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1898 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1926 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1899 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1927 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1900 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1928 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1901 "@@@STEP_LOG_LINE@json.output@ }@@@", 1929 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 "--build-revision", 2008 "--build-revision",
1981 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 2009 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1982 "--test-machine-name", 2010 "--test-machine-name",
1983 "mac_chromium_rel_ng", 2011 "mac_chromium_rel_ng",
1984 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2012 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1985 "--output-format", 2013 "--output-format",
1986 "json", 2014 "json",
1987 "--output-dir", 2015 "--output-dir",
1988 "${ISOLATED_OUTDIR}" 2016 "${ISOLATED_OUTDIR}"
1989 ], 2017 ],
2018 "cwd": "[SLAVE_BUILD]",
1990 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2019 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
1991 "~followup_annotations": [ 2020 "~followup_annotations": [
1992 "@@@STEP_LOG_LINE@json.output@{@@@", 2021 "@@@STEP_LOG_LINE@json.output@{@@@",
1993 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on N VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571 \", @@@", 2022 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on N VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571 \", @@@",
1994 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2023 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1995 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2024 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
1996 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2025 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1997 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2026 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1998 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2027 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1999 "@@@STEP_LOG_LINE@json.output@ }@@@", 2028 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 "--os-type", 2112 "--os-type",
2084 "mac", 2113 "mac",
2085 "--test-machine-name", 2114 "--test-machine-name",
2086 "mac_chromium_rel_ng", 2115 "mac_chromium_rel_ng",
2087 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2116 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2088 "--output-format", 2117 "--output-format",
2089 "json", 2118 "json",
2090 "--output-dir", 2119 "--output-dir",
2091 "${ISOLATED_OUTDIR}" 2120 "${ISOLATED_OUTDIR}"
2092 ], 2121 ],
2122 "cwd": "[SLAVE_BUILD]",
2093 "name": "[trigger] pixel_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9", 2123 "name": "[trigger] pixel_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9",
2094 "~followup_annotations": [ 2124 "~followup_annotations": [
2095 "@@@STEP_LOG_LINE@json.output@{@@@", 2125 "@@@STEP_LOG_LINE@json.output@{@@@",
2096 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @ @@", 2126 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @ @@",
2097 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2127 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2098 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2128 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2099 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2129 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2100 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2130 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2101 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2131 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2102 "@@@STEP_LOG_LINE@json.output@ }@@@", 2132 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2177 "--show-stdout", 2207 "--show-stdout",
2178 "--browser=release", 2208 "--browser=release",
2179 "-v", 2209 "-v",
2180 "--use-devtools-active-port", 2210 "--use-devtools-active-port",
2181 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2211 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2182 "--output-format", 2212 "--output-format",
2183 "json", 2213 "json",
2184 "--output-dir", 2214 "--output-dir",
2185 "${ISOLATED_OUTDIR}" 2215 "${ISOLATED_OUTDIR}"
2186 ], 2216 ],
2217 "cwd": "[SLAVE_BUILD]",
2187 "name": "[trigger] webgl_conformance on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9", 2218 "name": "[trigger] webgl_conformance on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9",
2188 "~followup_annotations": [ 2219 "~followup_annotations": [
2189 "@@@STEP_LOG_LINE@json.output@{@@@", 2220 "@@@STEP_LOG_LINE@json.output@{@@@",
2190 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/5 71\", @@@", 2221 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/5 71\", @@@",
2191 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2222 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2192 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2223 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2193 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2224 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2194 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2225 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2195 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2226 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2196 "@@@STEP_LOG_LINE@json.output@ }@@@", 2227 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2271 "--show-stdout", 2302 "--show-stdout",
2272 "--browser=release", 2303 "--browser=release",
2273 "-v", 2304 "-v",
2274 "--use-devtools-active-port", 2305 "--use-devtools-active-port",
2275 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2306 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2276 "--output-format", 2307 "--output-format",
2277 "json", 2308 "json",
2278 "--output-dir", 2309 "--output-dir",
2279 "${ISOLATED_OUTDIR}" 2310 "${ISOLATED_OUTDIR}"
2280 ], 2311 ],
2312 "cwd": "[SLAVE_BUILD]",
2281 "name": "[trigger] context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2313 "name": "[trigger] context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
2282 "~followup_annotations": [ 2314 "~followup_annotations": [
2283 "@@@STEP_LOG_LINE@json.output@{@@@", 2315 "@@@STEP_LOG_LINE@json.output@{@@@",
2284 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on NVID IA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @@@", 2316 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on NVID IA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @@@",
2285 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2317 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2286 "@@@STEP_LOG_LINE@json.output@ \"context_lost on NVIDIA GPU on Mac Reti na (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2318 "@@@STEP_LOG_LINE@json.output@ \"context_lost on NVIDIA GPU on Mac Reti na (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2319 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2320 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2321 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2290 "@@@STEP_LOG_LINE@json.output@ }@@@", 2322 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 "--show-stdout", 2397 "--show-stdout",
2366 "--browser=release", 2398 "--browser=release",
2367 "-v", 2399 "-v",
2368 "--use-devtools-active-port", 2400 "--use-devtools-active-port",
2369 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2401 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2370 "--output-format", 2402 "--output-format",
2371 "json", 2403 "json",
2372 "--output-dir", 2404 "--output-dir",
2373 "${ISOLATED_OUTDIR}" 2405 "${ISOLATED_OUTDIR}"
2374 ], 2406 ],
2407 "cwd": "[SLAVE_BUILD]",
2375 "name": "[trigger] memory_test on NVIDIA GPU on Mac Retina (with patch) on M ac-10.9", 2408 "name": "[trigger] memory_test on NVIDIA GPU on Mac Retina (with patch) on M ac-10.9",
2376 "~followup_annotations": [ 2409 "~followup_annotations": [
2377 "@@@STEP_LOG_LINE@json.output@{@@@", 2410 "@@@STEP_LOG_LINE@json.output@{@@@",
2378 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on NVIDI A GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @@@", 2411 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on NVIDI A GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @@@",
2379 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2412 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2380 "@@@STEP_LOG_LINE@json.output@ \"memory_test on NVIDIA GPU on Mac Retin a (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2413 "@@@STEP_LOG_LINE@json.output@ \"memory_test on NVIDIA GPU on Mac Retin a (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2381 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2414 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2382 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2415 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2383 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2416 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2384 "@@@STEP_LOG_LINE@json.output@ }@@@", 2417 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2459 "--show-stdout", 2492 "--show-stdout",
2460 "--browser=release", 2493 "--browser=release",
2461 "-v", 2494 "-v",
2462 "--use-devtools-active-port", 2495 "--use-devtools-active-port",
2463 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2496 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2464 "--output-format", 2497 "--output-format",
2465 "json", 2498 "json",
2466 "--output-dir", 2499 "--output-dir",
2467 "${ISOLATED_OUTDIR}" 2500 "${ISOLATED_OUTDIR}"
2468 ], 2501 ],
2502 "cwd": "[SLAVE_BUILD]",
2469 "name": "[trigger] trace_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9", 2503 "name": "[trigger] trace_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9",
2470 "~followup_annotations": [ 2504 "~followup_annotations": [
2471 "@@@STEP_LOG_LINE@json.output@{@@@", 2505 "@@@STEP_LOG_LINE@json.output@{@@@",
2472 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @ @@", 2506 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\", @ @@",
2473 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2507 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2474 "@@@STEP_LOG_LINE@json.output@ \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2508 "@@@STEP_LOG_LINE@json.output@ \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2475 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2509 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2476 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2510 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2477 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2511 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2478 "@@@STEP_LOG_LINE@json.output@ }@@@", 2512 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 "--show-stdout", 2587 "--show-stdout",
2554 "--browser=release", 2588 "--browser=release",
2555 "-v", 2589 "-v",
2556 "--use-devtools-active-port", 2590 "--use-devtools-active-port",
2557 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2591 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2558 "--output-format", 2592 "--output-format",
2559 "json", 2593 "json",
2560 "--output-dir", 2594 "--output-dir",
2561 "${ISOLATED_OUTDIR}" 2595 "${ISOLATED_OUTDIR}"
2562 ], 2596 ],
2597 "cwd": "[SLAVE_BUILD]",
2563 "name": "[trigger] screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2598 "name": "[trigger] screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
2564 "~followup_annotations": [ 2599 "~followup_annotations": [
2565 "@@@STEP_LOG_LINE@json.output@{@@@", 2600 "@@@STEP_LOG_LINE@json.output@{@@@",
2566 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on N VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571 \", @@@", 2601 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on N VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571 \", @@@",
2567 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2602 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2568 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2603 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2569 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2604 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2570 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2605 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2571 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2606 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2572 "@@@STEP_LOG_LINE@json.output@ }@@@", 2607 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 "--show-stdout", 2682 "--show-stdout",
2648 "--browser=release", 2683 "--browser=release",
2649 "-v", 2684 "-v",
2650 "--use-devtools-active-port", 2685 "--use-devtools-active-port",
2651 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2686 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2652 "--output-format", 2687 "--output-format",
2653 "json", 2688 "json",
2654 "--output-dir", 2689 "--output-dir",
2655 "${ISOLATED_OUTDIR}" 2690 "${ISOLATED_OUTDIR}"
2656 ], 2691 ],
2692 "cwd": "[SLAVE_BUILD]",
2657 "name": "[trigger] hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2693 "name": "[trigger] hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
2658 "~followup_annotations": [ 2694 "~followup_annotations": [
2659 "@@@STEP_LOG_LINE@json.output@{@@@", 2695 "@@@STEP_LOG_LINE@json.output@{@@@",
2660 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated _feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromi um_rel_ng/571\", @@@", 2696 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated _feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromi um_rel_ng/571\", @@@",
2661 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2697 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2662 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": { @@@", 2698 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": { @@@",
2663 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2699 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2664 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2700 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2665 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2701 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2666 "@@@STEP_LOG_LINE@json.output@ }@@@", 2702 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2741 "--show-stdout", 2777 "--show-stdout",
2742 "--browser=release", 2778 "--browser=release",
2743 "-v", 2779 "-v",
2744 "--use-devtools-active-port", 2780 "--use-devtools-active-port",
2745 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2781 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2746 "--output-format", 2782 "--output-format",
2747 "json", 2783 "json",
2748 "--output-dir", 2784 "--output-dir",
2749 "${ISOLATED_OUTDIR}" 2785 "${ISOLATED_OUTDIR}"
2750 ], 2786 ],
2787 "cwd": "[SLAVE_BUILD]",
2751 "name": "[trigger] gpu_process_launch on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9", 2788 "name": "[trigger] gpu_process_launch on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9",
2752 "~followup_annotations": [ 2789 "~followup_annotations": [
2753 "@@@STEP_LOG_LINE@json.output@{@@@", 2790 "@@@STEP_LOG_LINE@json.output@{@@@",
2754 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o n NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/ 571\", @@@", 2791 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o n NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/ 571\", @@@",
2755 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2792 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2756 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on NVIDIA GPU on Ma c Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2793 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on NVIDIA GPU on Ma c Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2757 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2794 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2758 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2795 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2759 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2796 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2760 "@@@STEP_LOG_LINE@json.output@ }@@@", 2797 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 "--build-revision", 2876 "--build-revision",
2840 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 2877 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
2841 "--test-machine-name", 2878 "--test-machine-name",
2842 "mac_chromium_rel_ng", 2879 "mac_chromium_rel_ng",
2843 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2880 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2844 "--output-format", 2881 "--output-format",
2845 "json", 2882 "json",
2846 "--output-dir", 2883 "--output-dir",
2847 "${ISOLATED_OUTDIR}" 2884 "${ISOLATED_OUTDIR}"
2848 ], 2885 ],
2886 "cwd": "[SLAVE_BUILD]",
2849 "name": "[trigger] gpu_rasterization on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9", 2887 "name": "[trigger] gpu_rasterization on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9",
2850 "~followup_annotations": [ 2888 "~followup_annotations": [
2851 "@@@STEP_LOG_LINE@json.output@{@@@", 2889 "@@@STEP_LOG_LINE@json.output@{@@@",
2852 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/5 71\", @@@", 2890 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/5 71\", @@@",
2853 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2891 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2854 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@", 2892 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@",
2855 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2893 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2856 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2894 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2857 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2895 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2858 "@@@STEP_LOG_LINE@json.output@ }@@@", 2896 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 "purpose:pre-commit", 2963 "purpose:pre-commit",
2926 "--tag", 2964 "--tag",
2927 "rietveld:https://codereview.chromium.org/12853011/#ps1", 2965 "rietveld:https://codereview.chromium.org/12853011/#ps1",
2928 "--idempotent", 2966 "--idempotent",
2929 "--user", 2967 "--user",
2930 "commit-bot@chromium.org", 2968 "commit-bot@chromium.org",
2931 "[dummy hash for tab_capture_end2end_tests]", 2969 "[dummy hash for tab_capture_end2end_tests]",
2932 "--", 2970 "--",
2933 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 2971 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
2934 ], 2972 ],
2973 "cwd": "[SLAVE_BUILD]",
2935 "name": "[trigger] tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (wi th patch) on Mac-10.9", 2974 "name": "[trigger] tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (wi th patch) on Mac-10.9",
2936 "~followup_annotations": [ 2975 "~followup_annotations": [
2937 "@@@STEP_LOG_LINE@json.output@{@@@", 2976 "@@@STEP_LOG_LINE@json.output@{@@@",
2938 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_ tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_ rel_ng/571\", @@@", 2977 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_ tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_ rel_ng/571\", @@@",
2939 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2978 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2940 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on NVIDIA GP U on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@ ", 2979 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on NVIDIA GP U on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571\": {@@@ ",
2941 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2980 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2942 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2981 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2943 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2982 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2944 "@@@STEP_LOG_LINE@json.output@ }@@@", 2983 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 18 matching lines...) Expand all
2963 "--", 3002 "--",
2964 "collect", 3003 "collect",
2965 "--swarming", 3004 "--swarming",
2966 "https://chromium-swarm.appspot.com", 3005 "https://chromium-swarm.appspot.com",
2967 "--decorate", 3006 "--decorate",
2968 "--print-status-updates", 3007 "--print-status-updates",
2969 "--shards", 3008 "--shards",
2970 "1", 3009 "1",
2971 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac _chromium_rel_ng/571" 3010 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac _chromium_rel_ng/571"
2972 ], 3011 ],
3012 "cwd": "[SLAVE_BUILD]",
2973 "name": "content_gl_tests on Intel GPU on Mac (with patch)" 3013 "name": "content_gl_tests on Intel GPU on Mac (with patch)"
2974 }, 3014 },
2975 { 3015 {
2976 "allow_subannotations": true, 3016 "allow_subannotations": true,
2977 "cmd": [ 3017 "cmd": [
2978 "python", 3018 "python",
2979 "-u", 3019 "-u",
2980 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3020 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
2981 "--swarming-client-dir", 3021 "--swarming-client-dir",
2982 "[SLAVE_BUILD]/src/tools/swarming_client", 3022 "[SLAVE_BUILD]/src/tools/swarming_client",
2983 "--temp-root-dir", 3023 "--temp-root-dir",
2984 "[TMP_BASE]", 3024 "[TMP_BASE]",
2985 "--merged-test-output", 3025 "--merged-test-output",
2986 "/path/to/tmp/json", 3026 "/path/to/tmp/json",
2987 "--", 3027 "--",
2988 "collect", 3028 "collect",
2989 "--swarming", 3029 "--swarming",
2990 "https://chromium-swarm.appspot.com", 3030 "https://chromium-swarm.appspot.com",
2991 "--decorate", 3031 "--decorate",
2992 "--print-status-updates", 3032 "--print-status-updates",
2993 "--shards", 3033 "--shards",
2994 "1", 3034 "1",
2995 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromiu m_rel_ng/571" 3035 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chromiu m_rel_ng/571"
2996 ], 3036 ],
3037 "cwd": "[SLAVE_BUILD]",
2997 "name": "gl_tests on Intel GPU on Mac (with patch)" 3038 "name": "gl_tests on Intel GPU on Mac (with patch)"
2998 }, 3039 },
2999 { 3040 {
3000 "allow_subannotations": true, 3041 "allow_subannotations": true,
3001 "cmd": [ 3042 "cmd": [
3002 "python", 3043 "python",
3003 "-u", 3044 "-u",
3004 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3045 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3005 "--swarming-client-dir", 3046 "--swarming-client-dir",
3006 "[SLAVE_BUILD]/src/tools/swarming_client", 3047 "[SLAVE_BUILD]/src/tools/swarming_client",
3007 "--temp-root-dir", 3048 "--temp-root-dir",
3008 "[TMP_BASE]", 3049 "[TMP_BASE]",
3009 "--merged-test-output", 3050 "--merged-test-output",
3010 "/path/to/tmp/json", 3051 "/path/to/tmp/json",
3011 "--", 3052 "--",
3012 "collect", 3053 "collect",
3013 "--swarming", 3054 "--swarming",
3014 "https://chromium-swarm.appspot.com", 3055 "https://chromium-swarm.appspot.com",
3015 "--decorate", 3056 "--decorate",
3016 "--print-status-updates", 3057 "--print-status-updates",
3017 "--shards", 3058 "--shards",
3018 "1", 3059 "1",
3019 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ chromium_rel_ng/571" 3060 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ chromium_rel_ng/571"
3020 ], 3061 ],
3062 "cwd": "[SLAVE_BUILD]",
3021 "name": "angle_unittests on Intel GPU on Mac (with patch)" 3063 "name": "angle_unittests on Intel GPU on Mac (with patch)"
3022 }, 3064 },
3023 { 3065 {
3024 "cmd": [ 3066 "cmd": [
3025 "python", 3067 "python",
3026 "-u", 3068 "-u",
3027 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3069 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3028 "collect", 3070 "collect",
3029 "--swarming", 3071 "--swarming",
3030 "https://chromium-swarm.appspot.com", 3072 "https://chromium-swarm.appspot.com",
3031 "--decorate", 3073 "--decorate",
3032 "--print-status-updates", 3074 "--print-status-updates",
3033 "--shards", 3075 "--shards",
3034 "1", 3076 "1",
3035 "maps_pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ chromium_rel_ng/571", 3077 "maps_pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ chromium_rel_ng/571",
3036 "--task-output-dir", 3078 "--task-output-dir",
3037 "/path/to/tmp/" 3079 "/path/to/tmp/"
3038 ], 3080 ],
3081 "cwd": "[SLAVE_BUILD]",
3039 "name": "maps_pixel_test on Intel GPU on Mac (with patch)" 3082 "name": "maps_pixel_test on Intel GPU on Mac (with patch)"
3040 }, 3083 },
3041 { 3084 {
3042 "cmd": [ 3085 "cmd": [
3043 "python", 3086 "python",
3044 "-u", 3087 "-u",
3045 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3088 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3046 "collect", 3089 "collect",
3047 "--swarming", 3090 "--swarming",
3048 "https://chromium-swarm.appspot.com", 3091 "https://chromium-swarm.appspot.com",
3049 "--decorate", 3092 "--decorate",
3050 "--print-status-updates", 3093 "--print-status-updates",
3051 "--shards", 3094 "--shards",
3052 "1", 3095 "1",
3053 "pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chrom ium_rel_ng/571", 3096 "pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chrom ium_rel_ng/571",
3054 "--task-output-dir", 3097 "--task-output-dir",
3055 "/path/to/tmp/" 3098 "/path/to/tmp/"
3056 ], 3099 ],
3100 "cwd": "[SLAVE_BUILD]",
3057 "name": "pixel_test on Intel GPU on Mac (with patch)", 3101 "name": "pixel_test on Intel GPU on Mac (with patch)",
3058 "~followup_annotations": [ 3102 "~followup_annotations": [
3059 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 3103 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
3060 ] 3104 ]
3061 }, 3105 },
3062 { 3106 {
3063 "cmd": [ 3107 "cmd": [
3064 "python", 3108 "python",
3065 "-u", 3109 "-u",
3066 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3110 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3067 "collect", 3111 "collect",
3068 "--swarming", 3112 "--swarming",
3069 "https://chromium-swarm.appspot.com", 3113 "https://chromium-swarm.appspot.com",
3070 "--decorate", 3114 "--decorate",
3071 "--print-status-updates", 3115 "--print-status-updates",
3072 "--shards", 3116 "--shards",
3073 "1", 3117 "1",
3074 "webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_chromium_rel_ng/571", 3118 "webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_chromium_rel_ng/571",
3075 "--task-output-dir", 3119 "--task-output-dir",
3076 "/path/to/tmp/" 3120 "/path/to/tmp/"
3077 ], 3121 ],
3122 "cwd": "[SLAVE_BUILD]",
3078 "name": "webgl_conformance on Intel GPU on Mac (with patch)" 3123 "name": "webgl_conformance on Intel GPU on Mac (with patch)"
3079 }, 3124 },
3080 { 3125 {
3081 "cmd": [ 3126 "cmd": [
3082 "python", 3127 "python",
3083 "-u", 3128 "-u",
3084 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3129 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3085 "collect", 3130 "collect",
3086 "--swarming", 3131 "--swarming",
3087 "https://chromium-swarm.appspot.com", 3132 "https://chromium-swarm.appspot.com",
3088 "--decorate", 3133 "--decorate",
3089 "--print-status-updates", 3134 "--print-status-updates",
3090 "--shards", 3135 "--shards",
3091 "1", 3136 "1",
3092 "context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chr omium_rel_ng/571", 3137 "context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chr omium_rel_ng/571",
3093 "--task-output-dir", 3138 "--task-output-dir",
3094 "/path/to/tmp/" 3139 "/path/to/tmp/"
3095 ], 3140 ],
3141 "cwd": "[SLAVE_BUILD]",
3096 "name": "context_lost on Intel GPU on Mac (with patch)" 3142 "name": "context_lost on Intel GPU on Mac (with patch)"
3097 }, 3143 },
3098 { 3144 {
3099 "cmd": [ 3145 "cmd": [
3100 "python", 3146 "python",
3101 "-u", 3147 "-u",
3102 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3148 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3103 "collect", 3149 "collect",
3104 "--swarming", 3150 "--swarming",
3105 "https://chromium-swarm.appspot.com", 3151 "https://chromium-swarm.appspot.com",
3106 "--decorate", 3152 "--decorate",
3107 "--print-status-updates", 3153 "--print-status-updates",
3108 "--shards", 3154 "--shards",
3109 "1", 3155 "1",
3110 "memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chro mium_rel_ng/571", 3156 "memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chro mium_rel_ng/571",
3111 "--task-output-dir", 3157 "--task-output-dir",
3112 "/path/to/tmp/" 3158 "/path/to/tmp/"
3113 ], 3159 ],
3160 "cwd": "[SLAVE_BUILD]",
3114 "name": "memory_test on Intel GPU on Mac (with patch)" 3161 "name": "memory_test on Intel GPU on Mac (with patch)"
3115 }, 3162 },
3116 { 3163 {
3117 "cmd": [ 3164 "cmd": [
3118 "python", 3165 "python",
3119 "-u", 3166 "-u",
3120 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3167 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3121 "collect", 3168 "collect",
3122 "--swarming", 3169 "--swarming",
3123 "https://chromium-swarm.appspot.com", 3170 "https://chromium-swarm.appspot.com",
3124 "--decorate", 3171 "--decorate",
3125 "--print-status-updates", 3172 "--print-status-updates",
3126 "--shards", 3173 "--shards",
3127 "1", 3174 "1",
3128 "trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chrom ium_rel_ng/571", 3175 "trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_chrom ium_rel_ng/571",
3129 "--task-output-dir", 3176 "--task-output-dir",
3130 "/path/to/tmp/" 3177 "/path/to/tmp/"
3131 ], 3178 ],
3179 "cwd": "[SLAVE_BUILD]",
3132 "name": "trace_test on Intel GPU on Mac (with patch)" 3180 "name": "trace_test on Intel GPU on Mac (with patch)"
3133 }, 3181 },
3134 { 3182 {
3135 "cmd": [ 3183 "cmd": [
3136 "python", 3184 "python",
3137 "-u", 3185 "-u",
3138 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3186 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3139 "collect", 3187 "collect",
3140 "--swarming", 3188 "--swarming",
3141 "https://chromium-swarm.appspot.com", 3189 "https://chromium-swarm.appspot.com",
3142 "--decorate", 3190 "--decorate",
3143 "--print-status-updates", 3191 "--print-status-updates",
3144 "--shards", 3192 "--shards",
3145 "1", 3193 "1",
3146 "screenshot_sync on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ chromium_rel_ng/571", 3194 "screenshot_sync on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ chromium_rel_ng/571",
3147 "--task-output-dir", 3195 "--task-output-dir",
3148 "/path/to/tmp/" 3196 "/path/to/tmp/"
3149 ], 3197 ],
3198 "cwd": "[SLAVE_BUILD]",
3150 "name": "screenshot_sync on Intel GPU on Mac (with patch)" 3199 "name": "screenshot_sync on Intel GPU on Mac (with patch)"
3151 }, 3200 },
3152 { 3201 {
3153 "cmd": [ 3202 "cmd": [
3154 "python", 3203 "python",
3155 "-u", 3204 "-u",
3156 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3205 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3157 "collect", 3206 "collect",
3158 "--swarming", 3207 "--swarming",
3159 "https://chromium-swarm.appspot.com", 3208 "https://chromium-swarm.appspot.com",
3160 "--decorate", 3209 "--decorate",
3161 "--print-status-updates", 3210 "--print-status-updates",
3162 "--shards", 3211 "--shards",
3163 "1", 3212 "1",
3164 "hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[d ummy has/mac_chromium_rel_ng/571", 3213 "hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[d ummy has/mac_chromium_rel_ng/571",
3165 "--task-output-dir", 3214 "--task-output-dir",
3166 "/path/to/tmp/" 3215 "/path/to/tmp/"
3167 ], 3216 ],
3217 "cwd": "[SLAVE_BUILD]",
3168 "name": "hardware_accelerated_feature on Intel GPU on Mac (with patch)" 3218 "name": "hardware_accelerated_feature on Intel GPU on Mac (with patch)"
3169 }, 3219 },
3170 { 3220 {
3171 "cmd": [ 3221 "cmd": [
3172 "python", 3222 "python",
3173 "-u", 3223 "-u",
3174 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3224 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3175 "collect", 3225 "collect",
3176 "--swarming", 3226 "--swarming",
3177 "https://chromium-swarm.appspot.com", 3227 "https://chromium-swarm.appspot.com",
3178 "--decorate", 3228 "--decorate",
3179 "--print-status-updates", 3229 "--print-status-updates",
3180 "--shards", 3230 "--shards",
3181 "1", 3231 "1",
3182 "gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/m ac_chromium_rel_ng/571", 3232 "gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/m ac_chromium_rel_ng/571",
3183 "--task-output-dir", 3233 "--task-output-dir",
3184 "/path/to/tmp/" 3234 "/path/to/tmp/"
3185 ], 3235 ],
3236 "cwd": "[SLAVE_BUILD]",
3186 "name": "gpu_process_launch on Intel GPU on Mac (with patch)" 3237 "name": "gpu_process_launch on Intel GPU on Mac (with patch)"
3187 }, 3238 },
3188 { 3239 {
3189 "cmd": [ 3240 "cmd": [
3190 "python", 3241 "python",
3191 "-u", 3242 "-u",
3192 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3243 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3193 "collect", 3244 "collect",
3194 "--swarming", 3245 "--swarming",
3195 "https://chromium-swarm.appspot.com", 3246 "https://chromium-swarm.appspot.com",
3196 "--decorate", 3247 "--decorate",
3197 "--print-status-updates", 3248 "--print-status-updates",
3198 "--shards", 3249 "--shards",
3199 "1", 3250 "1",
3200 "gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_chromium_rel_ng/571", 3251 "gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_chromium_rel_ng/571",
3201 "--task-output-dir", 3252 "--task-output-dir",
3202 "/path/to/tmp/" 3253 "/path/to/tmp/"
3203 ], 3254 ],
3255 "cwd": "[SLAVE_BUILD]",
3204 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" 3256 "name": "gpu_rasterization on Intel GPU on Mac (with patch)"
3205 }, 3257 },
3206 { 3258 {
3207 "allow_subannotations": true, 3259 "allow_subannotations": true,
3208 "cmd": [ 3260 "cmd": [
3209 "python", 3261 "python",
3210 "-u", 3262 "-u",
3211 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3263 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3212 "--swarming-client-dir", 3264 "--swarming-client-dir",
3213 "[SLAVE_BUILD]/src/tools/swarming_client", 3265 "[SLAVE_BUILD]/src/tools/swarming_client",
3214 "--temp-root-dir", 3266 "--temp-root-dir",
3215 "[TMP_BASE]", 3267 "[TMP_BASE]",
3216 "--merged-test-output", 3268 "--merged-test-output",
3217 "/path/to/tmp/json", 3269 "/path/to/tmp/json",
3218 "--", 3270 "--",
3219 "collect", 3271 "collect",
3220 "--swarming", 3272 "--swarming",
3221 "https://chromium-swarm.appspot.com", 3273 "https://chromium-swarm.appspot.com",
3222 "--decorate", 3274 "--decorate",
3223 "--print-status-updates", 3275 "--print-status-updates",
3224 "--shards", 3276 "--shards",
3225 "1", 3277 "1",
3226 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm y has/mac_chromium_rel_ng/571" 3278 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm y has/mac_chromium_rel_ng/571"
3227 ], 3279 ],
3280 "cwd": "[SLAVE_BUILD]",
3228 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" 3281 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)"
3229 }, 3282 },
3230 { 3283 {
3231 "allow_subannotations": true, 3284 "allow_subannotations": true,
3232 "cmd": [ 3285 "cmd": [
3233 "python", 3286 "python",
3234 "-u", 3287 "-u",
3235 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3288 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3236 "--swarming-client-dir", 3289 "--swarming-client-dir",
3237 "[SLAVE_BUILD]/src/tools/swarming_client", 3290 "[SLAVE_BUILD]/src/tools/swarming_client",
3238 "--temp-root-dir", 3291 "--temp-root-dir",
3239 "[TMP_BASE]", 3292 "[TMP_BASE]",
3240 "--merged-test-output", 3293 "--merged-test-output",
3241 "/path/to/tmp/json", 3294 "/path/to/tmp/json",
3242 "--", 3295 "--",
3243 "collect", 3296 "collect",
3244 "--swarming", 3297 "--swarming",
3245 "https://chromium-swarm.appspot.com", 3298 "https://chromium-swarm.appspot.com",
3246 "--decorate", 3299 "--decorate",
3247 "--print-status-updates", 3300 "--print-status-updates",
3248 "--shards", 3301 "--shards",
3249 "1", 3302 "1",
3250 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571" 3303 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571"
3251 ], 3304 ],
3305 "cwd": "[SLAVE_BUILD]",
3252 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10 .9" 3306 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10 .9"
3253 }, 3307 },
3254 { 3308 {
3255 "allow_subannotations": true, 3309 "allow_subannotations": true,
3256 "cmd": [ 3310 "cmd": [
3257 "python", 3311 "python",
3258 "-u", 3312 "-u",
3259 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3313 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3260 "--swarming-client-dir", 3314 "--swarming-client-dir",
3261 "[SLAVE_BUILD]/src/tools/swarming_client", 3315 "[SLAVE_BUILD]/src/tools/swarming_client",
3262 "--temp-root-dir", 3316 "--temp-root-dir",
3263 "[TMP_BASE]", 3317 "[TMP_BASE]",
3264 "--merged-test-output", 3318 "--merged-test-output",
3265 "/path/to/tmp/json", 3319 "/path/to/tmp/json",
3266 "--", 3320 "--",
3267 "collect", 3321 "collect",
3268 "--swarming", 3322 "--swarming",
3269 "https://chromium-swarm.appspot.com", 3323 "https://chromium-swarm.appspot.com",
3270 "--decorate", 3324 "--decorate",
3271 "--print-status-updates", 3325 "--print-status-updates",
3272 "--shards", 3326 "--shards",
3273 "1", 3327 "1",
3274 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac _chromium_rel_ng/571" 3328 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac _chromium_rel_ng/571"
3275 ], 3329 ],
3330 "cwd": "[SLAVE_BUILD]",
3276 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3331 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3277 }, 3332 },
3278 { 3333 {
3279 "allow_subannotations": true, 3334 "allow_subannotations": true,
3280 "cmd": [ 3335 "cmd": [
3281 "python", 3336 "python",
3282 "-u", 3337 "-u",
3283 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3338 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3284 "--swarming-client-dir", 3339 "--swarming-client-dir",
3285 "[SLAVE_BUILD]/src/tools/swarming_client", 3340 "[SLAVE_BUILD]/src/tools/swarming_client",
3286 "--temp-root-dir", 3341 "--temp-root-dir",
3287 "[TMP_BASE]", 3342 "[TMP_BASE]",
3288 "--merged-test-output", 3343 "--merged-test-output",
3289 "/path/to/tmp/json", 3344 "/path/to/tmp/json",
3290 "--", 3345 "--",
3291 "collect", 3346 "collect",
3292 "--swarming", 3347 "--swarming",
3293 "https://chromium-swarm.appspot.com", 3348 "https://chromium-swarm.appspot.com",
3294 "--decorate", 3349 "--decorate",
3295 "--print-status-updates", 3350 "--print-status-updates",
3296 "--shards", 3351 "--shards",
3297 "1", 3352 "1",
3298 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571" 3353 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571"
3299 ], 3354 ],
3355 "cwd": "[SLAVE_BUILD]",
3300 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9" 3356 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9"
3301 }, 3357 },
3302 { 3358 {
3303 "cmd": [ 3359 "cmd": [
3304 "python", 3360 "python",
3305 "-u", 3361 "-u",
3306 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3362 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3307 "collect", 3363 "collect",
3308 "--swarming", 3364 "--swarming",
3309 "https://chromium-swarm.appspot.com", 3365 "https://chromium-swarm.appspot.com",
3310 "--decorate", 3366 "--decorate",
3311 "--print-status-updates", 3367 "--print-status-updates",
3312 "--shards", 3368 "--shards",
3313 "1", 3369 "1",
3314 "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571", 3370 "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571",
3315 "--task-output-dir", 3371 "--task-output-dir",
3316 "/path/to/tmp/" 3372 "/path/to/tmp/"
3317 ], 3373 ],
3374 "cwd": "[SLAVE_BUILD]",
3318 "name": "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9" 3375 "name": "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9"
3319 }, 3376 },
3320 { 3377 {
3321 "cmd": [ 3378 "cmd": [
3322 "python", 3379 "python",
3323 "-u", 3380 "-u",
3324 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3381 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3325 "collect", 3382 "collect",
3326 "--swarming", 3383 "--swarming",
3327 "https://chromium-swarm.appspot.com", 3384 "https://chromium-swarm.appspot.com",
3328 "--decorate", 3385 "--decorate",
3329 "--print-status-updates", 3386 "--print-status-updates",
3330 "--shards", 3387 "--shards",
3331 "1", 3388 "1",
3332 "pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_chromium_rel_ng/571", 3389 "pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_chromium_rel_ng/571",
3333 "--task-output-dir", 3390 "--task-output-dir",
3334 "/path/to/tmp/" 3391 "/path/to/tmp/"
3335 ], 3392 ],
3393 "cwd": "[SLAVE_BUILD]",
3336 "name": "pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3394 "name": "pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3337 }, 3395 },
3338 { 3396 {
3339 "cmd": [ 3397 "cmd": [
3340 "python", 3398 "python",
3341 "-u", 3399 "-u",
3342 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3400 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3343 "collect", 3401 "collect",
3344 "--swarming", 3402 "--swarming",
3345 "https://chromium-swarm.appspot.com", 3403 "https://chromium-swarm.appspot.com",
3346 "--decorate", 3404 "--decorate",
3347 "--print-status-updates", 3405 "--print-status-updates",
3348 "--shards", 3406 "--shards",
3349 "1", 3407 "1",
3350 "webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_chromium_rel_ng/571", 3408 "webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_chromium_rel_ng/571",
3351 "--task-output-dir", 3409 "--task-output-dir",
3352 "/path/to/tmp/" 3410 "/path/to/tmp/"
3353 ], 3411 ],
3412 "cwd": "[SLAVE_BUILD]",
3354 "name": "webgl_conformance on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9" 3413 "name": "webgl_conformance on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9"
3355 }, 3414 },
3356 { 3415 {
3357 "cmd": [ 3416 "cmd": [
3358 "python", 3417 "python",
3359 "-u", 3418 "-u",
3360 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3419 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3361 "collect", 3420 "collect",
3362 "--swarming", 3421 "--swarming",
3363 "https://chromium-swarm.appspot.com", 3422 "https://chromium-swarm.appspot.com",
3364 "--decorate", 3423 "--decorate",
3365 "--print-status-updates", 3424 "--print-status-updates",
3366 "--shards", 3425 "--shards",
3367 "1", 3426 "1",
3368 "context_lost on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has /mac_chromium_rel_ng/571", 3427 "context_lost on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has /mac_chromium_rel_ng/571",
3369 "--task-output-dir", 3428 "--task-output-dir",
3370 "/path/to/tmp/" 3429 "/path/to/tmp/"
3371 ], 3430 ],
3431 "cwd": "[SLAVE_BUILD]",
3372 "name": "context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3432 "name": "context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3373 }, 3433 },
3374 { 3434 {
3375 "cmd": [ 3435 "cmd": [
3376 "python", 3436 "python",
3377 "-u", 3437 "-u",
3378 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3438 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3379 "collect", 3439 "collect",
3380 "--swarming", 3440 "--swarming",
3381 "https://chromium-swarm.appspot.com", 3441 "https://chromium-swarm.appspot.com",
3382 "--decorate", 3442 "--decorate",
3383 "--print-status-updates", 3443 "--print-status-updates",
3384 "--shards", 3444 "--shards",
3385 "1", 3445 "1",
3386 "memory_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/ mac_chromium_rel_ng/571", 3446 "memory_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/ mac_chromium_rel_ng/571",
3387 "--task-output-dir", 3447 "--task-output-dir",
3388 "/path/to/tmp/" 3448 "/path/to/tmp/"
3389 ], 3449 ],
3450 "cwd": "[SLAVE_BUILD]",
3390 "name": "memory_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3451 "name": "memory_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3391 }, 3452 },
3392 { 3453 {
3393 "cmd": [ 3454 "cmd": [
3394 "python", 3455 "python",
3395 "-u", 3456 "-u",
3396 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3457 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3397 "collect", 3458 "collect",
3398 "--swarming", 3459 "--swarming",
3399 "https://chromium-swarm.appspot.com", 3460 "https://chromium-swarm.appspot.com",
3400 "--decorate", 3461 "--decorate",
3401 "--print-status-updates", 3462 "--print-status-updates",
3402 "--shards", 3463 "--shards",
3403 "1", 3464 "1",
3404 "trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_chromium_rel_ng/571", 3465 "trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_chromium_rel_ng/571",
3405 "--task-output-dir", 3466 "--task-output-dir",
3406 "/path/to/tmp/" 3467 "/path/to/tmp/"
3407 ], 3468 ],
3469 "cwd": "[SLAVE_BUILD]",
3408 "name": "trace_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3470 "name": "trace_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3409 }, 3471 },
3410 { 3472 {
3411 "cmd": [ 3473 "cmd": [
3412 "python", 3474 "python",
3413 "-u", 3475 "-u",
3414 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3476 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3415 "collect", 3477 "collect",
3416 "--swarming", 3478 "--swarming",
3417 "https://chromium-swarm.appspot.com", 3479 "https://chromium-swarm.appspot.com",
3418 "--decorate", 3480 "--decorate",
3419 "--print-status-updates", 3481 "--print-status-updates",
3420 "--shards", 3482 "--shards",
3421 "1", 3483 "1",
3422 "screenshot_sync on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571", 3484 "screenshot_sync on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_chromium_rel_ng/571",
3423 "--task-output-dir", 3485 "--task-output-dir",
3424 "/path/to/tmp/" 3486 "/path/to/tmp/"
3425 ], 3487 ],
3488 "cwd": "[SLAVE_BUILD]",
3426 "name": "screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9" 3489 "name": "screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9"
3427 }, 3490 },
3428 { 3491 {
3429 "cmd": [ 3492 "cmd": [
3430 "python", 3493 "python",
3431 "-u", 3494 "-u",
3432 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3495 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3433 "collect", 3496 "collect",
3434 "--swarming", 3497 "--swarming",
3435 "https://chromium-swarm.appspot.com", 3498 "https://chromium-swarm.appspot.com",
3436 "--decorate", 3499 "--decorate",
3437 "--print-status-updates", 3500 "--print-status-updates",
3438 "--shards", 3501 "--shards",
3439 "1", 3502 "1",
3440 "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac -10.9/[dummy has/mac_chromium_rel_ng/571", 3503 "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac -10.9/[dummy has/mac_chromium_rel_ng/571",
3441 "--task-output-dir", 3504 "--task-output-dir",
3442 "/path/to/tmp/" 3505 "/path/to/tmp/"
3443 ], 3506 ],
3507 "cwd": "[SLAVE_BUILD]",
3444 "name": "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9" 3508 "name": "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9"
3445 }, 3509 },
3446 { 3510 {
3447 "cmd": [ 3511 "cmd": [
3448 "python", 3512 "python",
3449 "-u", 3513 "-u",
3450 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3514 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3451 "collect", 3515 "collect",
3452 "--swarming", 3516 "--swarming",
3453 "https://chromium-swarm.appspot.com", 3517 "https://chromium-swarm.appspot.com",
3454 "--decorate", 3518 "--decorate",
3455 "--print-status-updates", 3519 "--print-status-updates",
3456 "--shards", 3520 "--shards",
3457 "1", 3521 "1",
3458 "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dum my has/mac_chromium_rel_ng/571", 3522 "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dum my has/mac_chromium_rel_ng/571",
3459 "--task-output-dir", 3523 "--task-output-dir",
3460 "/path/to/tmp/" 3524 "/path/to/tmp/"
3461 ], 3525 ],
3526 "cwd": "[SLAVE_BUILD]",
3462 "name": "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9" 3527 "name": "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9"
3463 }, 3528 },
3464 { 3529 {
3465 "cmd": [ 3530 "cmd": [
3466 "python", 3531 "python",
3467 "-u", 3532 "-u",
3468 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3533 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3469 "collect", 3534 "collect",
3470 "--swarming", 3535 "--swarming",
3471 "https://chromium-swarm.appspot.com", 3536 "https://chromium-swarm.appspot.com",
3472 "--decorate", 3537 "--decorate",
3473 "--print-status-updates", 3538 "--print-status-updates",
3474 "--shards", 3539 "--shards",
3475 "1", 3540 "1",
3476 "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_chromium_rel_ng/571", 3541 "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_chromium_rel_ng/571",
3477 "--task-output-dir", 3542 "--task-output-dir",
3478 "/path/to/tmp/" 3543 "/path/to/tmp/"
3479 ], 3544 ],
3545 "cwd": "[SLAVE_BUILD]",
3480 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9" 3546 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9"
3481 }, 3547 },
3482 { 3548 {
3483 "allow_subannotations": true, 3549 "allow_subannotations": true,
3484 "cmd": [ 3550 "cmd": [
3485 "python", 3551 "python",
3486 "-u", 3552 "-u",
3487 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3553 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3488 "--swarming-client-dir", 3554 "--swarming-client-dir",
3489 "[SLAVE_BUILD]/src/tools/swarming_client", 3555 "[SLAVE_BUILD]/src/tools/swarming_client",
3490 "--temp-root-dir", 3556 "--temp-root-dir",
3491 "[TMP_BASE]", 3557 "[TMP_BASE]",
3492 "--merged-test-output", 3558 "--merged-test-output",
3493 "/path/to/tmp/json", 3559 "/path/to/tmp/json",
3494 "--", 3560 "--",
3495 "collect", 3561 "collect",
3496 "--swarming", 3562 "--swarming",
3497 "https://chromium-swarm.appspot.com", 3563 "https://chromium-swarm.appspot.com",
3498 "--decorate", 3564 "--decorate",
3499 "--print-status-updates", 3565 "--print-status-updates",
3500 "--shards", 3566 "--shards",
3501 "1", 3567 "1",
3502 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_chromium_rel_ng/571" 3568 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_chromium_rel_ng/571"
3503 ], 3569 ],
3570 "cwd": "[SLAVE_BUILD]",
3504 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3571 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3505 }, 3572 },
3506 { 3573 {
3507 "cmd": [ 3574 "cmd": [
3508 "python", 3575 "python",
3509 "-u", 3576 "-u",
3510 "[BUILD]/scripts/slave/bot_update.py", 3577 "[BUILD]/scripts/slave/bot_update.py",
3511 "--master", 3578 "--master",
3512 "tryserver.chromium.mac", 3579 "tryserver.chromium.mac",
3513 "--builder", 3580 "--builder",
3514 "mac_chromium_rel_ng", 3581 "mac_chromium_rel_ng",
3515 "--slave", 3582 "--slave",
3516 "TestSlavename", 3583 "TestSlavename",
3517 "--spec", 3584 "--spec",
3518 "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'}]", 3585 "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'}]",
3519 "--root", 3586 "--root",
3520 "src", 3587 "src",
3521 "--revision_mapping_file", 3588 "--revision_mapping_file",
3522 "{\"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\"}", 3589 "{\"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\"}",
3523 "--rietveld_server", 3590 "--rietveld_server",
3524 "https://codereview.chromium.org", 3591 "https://codereview.chromium.org",
3525 "--output_json", 3592 "--output_json",
3526 "/path/to/tmp/json", 3593 "/path/to/tmp/json",
3527 "--revision", 3594 "--revision",
3528 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 3595 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
3529 "--force" 3596 "--force"
3530 ], 3597 ],
3598 "cwd": "[SLAVE_BUILD]",
3531 "name": "bot_update (without patch)", 3599 "name": "bot_update (without patch)",
3532 "~followup_annotations": [ 3600 "~followup_annotations": [
3533 "@@@STEP_TEXT@Some step text@@@", 3601 "@@@STEP_TEXT@Some step text@@@",
3534 "@@@STEP_LOG_LINE@json.output@{@@@", 3602 "@@@STEP_LOG_LINE@json.output@{@@@",
3535 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 3603 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
3536 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 3604 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
3537 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 3605 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
3538 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 3606 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
3539 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 3607 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
3540 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 3608 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 14 matching lines...) Expand all
3555 "@@@STEP_LOG_END@json.output@@@" 3623 "@@@STEP_LOG_END@json.output@@@"
3556 ] 3624 ]
3557 }, 3625 },
3558 { 3626 {
3559 "cmd": [ 3627 "cmd": [
3560 "python", 3628 "python",
3561 "-u", 3629 "-u",
3562 "[DEPOT_TOOLS]/gclient.py", 3630 "[DEPOT_TOOLS]/gclient.py",
3563 "runhooks" 3631 "runhooks"
3564 ], 3632 ],
3633 "cwd": "[SLAVE_BUILD]",
3565 "env": { 3634 "env": {
3566 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_ mode=prepare use_goma=1" 3635 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_ mode=prepare use_goma=1"
3567 }, 3636 },
3568 "name": "gclient runhooks (without patch)" 3637 "name": "gclient runhooks (without patch)"
3569 }, 3638 },
3570 { 3639 {
3571 "cmd": [ 3640 "cmd": [
3572 "python", 3641 "python",
3573 "-u", 3642 "-u",
3574 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 3643 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
3575 "--build-dir", 3644 "--build-dir",
3576 "[SLAVE_BUILD]/src/out/Release", 3645 "[SLAVE_BUILD]/src/out/Release",
3577 "--clean-isolated-files" 3646 "--clean-isolated-files"
3578 ], 3647 ],
3648 "cwd": "[SLAVE_BUILD]",
3579 "name": "clean isolated files (2)" 3649 "name": "clean isolated files (2)"
3580 }, 3650 },
3581 { 3651 {
3582 "cmd": [ 3652 "cmd": [
3583 "python", 3653 "python",
3584 "-u", 3654 "-u",
3585 "[BUILD]/scripts/slave/compile.py", 3655 "[BUILD]/scripts/slave/compile.py",
3586 "--target", 3656 "--target",
3587 "Release", 3657 "Release",
3588 "--src-dir", 3658 "--src-dir",
3589 "[SLAVE_BUILD]/src", 3659 "[SLAVE_BUILD]/src",
3590 "--build-tool", 3660 "--build-tool",
3591 "ninja", 3661 "ninja",
3592 "--compiler", 3662 "--compiler",
3593 "goma-clang", 3663 "goma-clang",
3594 "--goma-dir", 3664 "--goma-dir",
3595 "[BUILD]/goma", 3665 "[BUILD]/goma",
3596 "--ninja-ensure-up-to-date", 3666 "--ninja-ensure-up-to-date",
3597 "--", 3667 "--",
3598 "chrome", 3668 "chrome",
3599 "telemetry_gpu_test_run" 3669 "telemetry_gpu_test_run"
3600 ], 3670 ],
3671 "cwd": "[SLAVE_BUILD]",
3601 "name": "compile (without patch)" 3672 "name": "compile (without patch)"
3602 }, 3673 },
3603 { 3674 {
3604 "cmd": [ 3675 "cmd": [
3605 "python", 3676 "python",
3606 "-u", 3677 "-u",
3607 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 3678 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
3608 "/path/to/tmp/", 3679 "/path/to/tmp/",
3609 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 3680 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
3610 ], 3681 ],
3682 "cwd": "[SLAVE_BUILD]",
3611 "name": "find isolated targets" 3683 "name": "find isolated targets"
3612 }, 3684 },
3613 { 3685 {
3614 "cmd": [ 3686 "cmd": [
3615 "python", 3687 "python",
3616 "-u", 3688 "-u",
3617 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 3689 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
3618 "batcharchive", 3690 "batcharchive",
3619 "--dump-json", 3691 "--dump-json",
3620 "/path/to/tmp/json", 3692 "/path/to/tmp/json",
3621 "--isolate-server", 3693 "--isolate-server",
3622 "https://isolateserver.appspot.com", 3694 "https://isolateserver.appspot.com",
3623 "--verbose", 3695 "--verbose",
3624 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 3696 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
3625 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 3697 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
3626 ], 3698 ],
3699 "cwd": "[SLAVE_BUILD]",
3627 "name": "isolate tests (2)", 3700 "name": "isolate tests (2)",
3628 "~followup_annotations": [ 3701 "~followup_annotations": [
3629 "@@@STEP_LOG_LINE@json.output@{@@@", 3702 "@@@STEP_LOG_LINE@json.output@{@@@",
3630 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 3703 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
3631 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 3704 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
3632 "@@@STEP_LOG_LINE@json.output@}@@@", 3705 "@@@STEP_LOG_LINE@json.output@}@@@",
3633 "@@@STEP_LOG_END@json.output@@@", 3706 "@@@STEP_LOG_END@json.output@@@",
3634 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 3707 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
3635 ] 3708 ]
3636 }, 3709 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
3715 "mac", 3788 "mac",
3716 "--test-machine-name", 3789 "--test-machine-name",
3717 "mac_chromium_rel_ng", 3790 "mac_chromium_rel_ng",
3718 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 3791 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
3719 "--page-filter=Test\\.Test1", 3792 "--page-filter=Test\\.Test1",
3720 "--output-format", 3793 "--output-format",
3721 "json", 3794 "json",
3722 "--output-dir", 3795 "--output-dir",
3723 "${ISOLATED_OUTDIR}" 3796 "${ISOLATED_OUTDIR}"
3724 ], 3797 ],
3798 "cwd": "[SLAVE_BUILD]",
3725 "name": "[trigger] pixel_test on Intel GPU on Mac (without patch)", 3799 "name": "[trigger] pixel_test on Intel GPU on Mac (without patch)",
3726 "~followup_annotations": [ 3800 "~followup_annotations": [
3727 "@@@STEP_LOG_LINE@json.output@{@@@", 3801 "@@@STEP_LOG_LINE@json.output@{@@@",
3728 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@", 3802 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\", @@@",
3729 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 3803 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
3730 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (withou t patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@", 3804 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (withou t patch)/Mac-10.8/[dummy has/mac_chromium_rel_ng/571\": {@@@",
3731 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 3805 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
3732 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 3806 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
3733 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 3807 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
3734 "@@@STEP_LOG_LINE@json.output@ }@@@", 3808 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
3747 "--swarming", 3821 "--swarming",
3748 "https://chromium-swarm.appspot.com", 3822 "https://chromium-swarm.appspot.com",
3749 "--decorate", 3823 "--decorate",
3750 "--print-status-updates", 3824 "--print-status-updates",
3751 "--shards", 3825 "--shards",
3752 "1", 3826 "1",
3753 "pixel_test on Intel GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_ch romium_rel_ng/571", 3827 "pixel_test on Intel GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_ch romium_rel_ng/571",
3754 "--task-output-dir", 3828 "--task-output-dir",
3755 "/path/to/tmp/" 3829 "/path/to/tmp/"
3756 ], 3830 ],
3831 "cwd": "[SLAVE_BUILD]",
3757 "name": "pixel_test on Intel GPU on Mac (without patch)", 3832 "name": "pixel_test on Intel GPU on Mac (without patch)",
3758 "~followup_annotations": [ 3833 "~followup_annotations": [
3759 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 3834 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
3760 ] 3835 ]
3761 }, 3836 },
3762 { 3837 {
3763 "cmd": [ 3838 "cmd": [
3764 "python", 3839 "python",
3765 "-u", 3840 "-u",
3766 "\nimport sys, json\nfailures = json.load(open(sys.argv[1], 'rb'))\n\nsucc ess = True\n\nif failures['new']:\n success = False\n print 'New failures:'\n for f in failures['new']:\n print f\n\nif failures['ignored']:\n print 'Ign ored failures:'\n for f in failures['ignored']:\n print f\n\nsys.exit(0 if s uccess else 1)\n", 3841 "\nimport sys, json\nfailures = json.load(open(sys.argv[1], 'rb'))\n\nsucc ess = True\n\nif failures['new']:\n success = False\n print 'New failures:'\n for f in failures['new']:\n print f\n\nif failures['ignored']:\n print 'Ign ored failures:'\n for f in failures['ignored']:\n print f\n\nsys.exit(0 if s uccess else 1)\n",
3767 "{\"ignored\": [\"Test.Test1\"], \"new\": []}" 3842 "{\"ignored\": [\"Test.Test1\"], \"new\": []}"
3768 ], 3843 ],
3844 "cwd": "[SLAVE_BUILD]",
3769 "name": "pixel_test on Intel GPU on Mac", 3845 "name": "pixel_test on Intel GPU on Mac",
3770 "~followup_annotations": [ 3846 "~followup_annotations": [
3771 "@@@STEP_TEXT@<br/>ignored:<br/>Test.Test1<br/>@@@", 3847 "@@@STEP_TEXT@<br/>ignored:<br/>Test.Test1<br/>@@@",
3772 "@@@STEP_LOG_LINE@python.inline@@@@", 3848 "@@@STEP_LOG_LINE@python.inline@@@@",
3773 "@@@STEP_LOG_LINE@python.inline@import sys, json@@@", 3849 "@@@STEP_LOG_LINE@python.inline@import sys, json@@@",
3774 "@@@STEP_LOG_LINE@python.inline@failures = json.load(open(sys.argv[1], 'rb '))@@@", 3850 "@@@STEP_LOG_LINE@python.inline@failures = json.load(open(sys.argv[1], 'rb '))@@@",
3775 "@@@STEP_LOG_LINE@python.inline@@@@", 3851 "@@@STEP_LOG_LINE@python.inline@@@@",
3776 "@@@STEP_LOG_LINE@python.inline@success = True@@@", 3852 "@@@STEP_LOG_LINE@python.inline@success = True@@@",
3777 "@@@STEP_LOG_LINE@python.inline@@@@", 3853 "@@@STEP_LOG_LINE@python.inline@@@@",
3778 "@@@STEP_LOG_LINE@python.inline@if failures['new']:@@@", 3854 "@@@STEP_LOG_LINE@python.inline@if failures['new']:@@@",
3779 "@@@STEP_LOG_LINE@python.inline@ success = False@@@", 3855 "@@@STEP_LOG_LINE@python.inline@ success = False@@@",
3780 "@@@STEP_LOG_LINE@python.inline@ print 'New failures:'@@@", 3856 "@@@STEP_LOG_LINE@python.inline@ print 'New failures:'@@@",
3781 "@@@STEP_LOG_LINE@python.inline@ for f in failures['new']:@@@", 3857 "@@@STEP_LOG_LINE@python.inline@ for f in failures['new']:@@@",
3782 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 3858 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
3783 "@@@STEP_LOG_LINE@python.inline@@@@", 3859 "@@@STEP_LOG_LINE@python.inline@@@@",
3784 "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@", 3860 "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@",
3785 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 3861 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
3786 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 3862 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
3787 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 3863 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
3788 "@@@STEP_LOG_LINE@python.inline@@@@", 3864 "@@@STEP_LOG_LINE@python.inline@@@@",
3789 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 3865 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
3790 "@@@STEP_LOG_END@python.inline@@@", 3866 "@@@STEP_LOG_END@python.inline@@@",
3791 "@@@STEP_WARNINGS@@@" 3867 "@@@STEP_WARNINGS@@@"
3792 ] 3868 ]
3793 } 3869 }
3794 ] 3870 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698