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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/use_v8_patch_on_blink_trybot.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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_rel", 10 "mac_blink_rel",
(...skipping 14 matching lines...) Expand all
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 "--revision", 29 "--revision",
30 "src/third_party/WebKit@HEAD", 30 "src/third_party/WebKit@HEAD",
31 "--revision", 31 "--revision",
32 "src/v8@HEAD", 32 "src/v8@HEAD",
33 "--force" 33 "--force"
34 ], 34 ],
35 "cwd": "[SLAVE_BUILD]",
35 "name": "bot_update", 36 "name": "bot_update",
36 "~followup_annotations": [ 37 "~followup_annotations": [
37 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
38 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/v8\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/v8\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
72 ] 73 ]
73 }, 74 },
74 { 75 {
75 "cmd": [ 76 "cmd": [
76 "python", 77 "python",
77 "-u", 78 "-u",
78 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 79 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
79 "--version" 80 "--version"
80 ], 81 ],
82 "cwd": "[SLAVE_BUILD]",
81 "name": "swarming.py --version", 83 "name": "swarming.py --version",
82 "stdout": "/path/to/tmp/", 84 "stdout": "/path/to/tmp/",
83 "~followup_annotations": [ 85 "~followup_annotations": [
84 "@@@STEP_TEXT@0.4.10@@@" 86 "@@@STEP_TEXT@0.4.10@@@"
85 ] 87 ]
86 }, 88 },
87 { 89 {
88 "cmd": [ 90 "cmd": [
89 "python", 91 "python",
90 "-u", 92 "-u",
91 "[DEPOT_TOOLS]/gclient.py", 93 "[DEPOT_TOOLS]/gclient.py",
92 "runhooks" 94 "runhooks"
93 ], 95 ],
96 "cwd": "[SLAVE_BUILD]",
94 "env": { 97 "env": {
95 "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" 98 "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"
96 }, 99 },
97 "name": "gclient runhooks" 100 "name": "gclient runhooks"
98 }, 101 },
99 { 102 {
100 "cmd": [ 103 "cmd": [
101 "python", 104 "python",
102 "-u", 105 "-u",
103 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 106 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
104 "--build-dir", 107 "--build-dir",
105 "[SLAVE_BUILD]/src/out/Release", 108 "[SLAVE_BUILD]/src/out/Release",
106 "--clean-isolated-files" 109 "--clean-isolated-files"
107 ], 110 ],
111 "cwd": "[SLAVE_BUILD]",
108 "name": "clean isolated files" 112 "name": "clean isolated files"
109 }, 113 },
110 { 114 {
111 "cmd": [ 115 "cmd": [
112 "python", 116 "python",
113 "-u", 117 "-u",
114 "[BUILD]/scripts/slave/compile.py", 118 "[BUILD]/scripts/slave/compile.py",
115 "--target", 119 "--target",
116 "Release", 120 "Release",
117 "--src-dir", 121 "--src-dir",
118 "[SLAVE_BUILD]/src", 122 "[SLAVE_BUILD]/src",
119 "--build-tool", 123 "--build-tool",
120 "ninja", 124 "ninja",
121 "--compiler", 125 "--compiler",
122 "goma-clang", 126 "goma-clang",
123 "--goma-dir", 127 "--goma-dir",
124 "[BUILD]/goma", 128 "[BUILD]/goma",
125 "--", 129 "--",
126 "angle_unittests_run", 130 "angle_unittests_run",
127 "blink_tests", 131 "blink_tests",
128 "chrome", 132 "chrome",
129 "content_gl_tests_run", 133 "content_gl_tests_run",
130 "gl_tests_run", 134 "gl_tests_run",
131 "tab_capture_end2end_tests_run", 135 "tab_capture_end2end_tests_run",
132 "telemetry_gpu_test_run" 136 "telemetry_gpu_test_run"
133 ], 137 ],
138 "cwd": "[SLAVE_BUILD]",
134 "name": "compile" 139 "name": "compile"
135 }, 140 },
136 { 141 {
137 "cmd": [ 142 "cmd": [
138 "python", 143 "python",
139 "-u", 144 "-u",
140 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 145 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
141 "/path/to/tmp/", 146 "/path/to/tmp/",
142 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 147 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
143 ], 148 ],
149 "cwd": "[SLAVE_BUILD]",
144 "name": "find isolated targets" 150 "name": "find isolated targets"
145 }, 151 },
146 { 152 {
147 "cmd": [ 153 "cmd": [
148 "python", 154 "python",
149 "-u", 155 "-u",
150 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 156 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
151 "batcharchive", 157 "batcharchive",
152 "--dump-json", 158 "--dump-json",
153 "/path/to/tmp/json", 159 "/path/to/tmp/json",
154 "--isolate-server", 160 "--isolate-server",
155 "https://isolateserver.appspot.com", 161 "https://isolateserver.appspot.com",
156 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 162 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
157 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 163 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
158 ], 164 ],
165 "cwd": "[SLAVE_BUILD]",
159 "name": "isolate tests", 166 "name": "isolate tests",
160 "~followup_annotations": [ 167 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{@@@", 168 "@@@STEP_LOG_LINE@json.output@{@@@",
162 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 169 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 170 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
164 "@@@STEP_LOG_LINE@json.output@}@@@", 171 "@@@STEP_LOG_LINE@json.output@}@@@",
165 "@@@STEP_LOG_END@json.output@@@", 172 "@@@STEP_LOG_END@json.output@@@",
166 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 173 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
167 ] 174 ]
168 }, 175 },
169 { 176 {
170 "cmd": [ 177 "cmd": [
171 "python", 178 "python",
172 "-u", 179 "-u",
173 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", 180 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py",
174 "--build-dir", 181 "--build-dir",
175 "[SLAVE_BUILD]/src/out", 182 "[SLAVE_BUILD]/src/out",
176 "--target", 183 "--target",
177 "Release" 184 "Release"
178 ], 185 ],
186 "cwd": "[SLAVE_BUILD]",
179 "name": "webkit_lint" 187 "name": "webkit_lint"
180 }, 188 },
181 { 189 {
182 "cmd": [ 190 "cmd": [
183 "python", 191 "python",
184 "-u", 192 "-u",
185 "[BUILD]/scripts/slave/chromium/test_webkitpy_wrapper.py", 193 "[BUILD]/scripts/slave/chromium/test_webkitpy_wrapper.py",
186 "--build-dir", 194 "--build-dir",
187 "[SLAVE_BUILD]/src/out", 195 "[SLAVE_BUILD]/src/out",
188 "--target", 196 "--target",
189 "Release" 197 "Release"
190 ], 198 ],
199 "cwd": "[SLAVE_BUILD]",
191 "name": "webkit_python_tests" 200 "name": "webkit_python_tests"
192 }, 201 },
193 { 202 {
194 "cmd": [ 203 "cmd": [
195 "python", 204 "python",
196 "-u", 205 "-u",
197 "[BUILD]/scripts/slave/runtest.py", 206 "[BUILD]/scripts/slave/runtest.py",
198 "--target", 207 "--target",
199 "Release", 208 "Release",
200 "--factory-properties", 209 "--factory-properties",
201 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 210 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
202 "--build-properties", 211 "--build-properties",
203 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 212 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
204 "--builder-name=mac_blink_rel", 213 "--builder-name=mac_blink_rel",
205 "--slave-name=TestSlavename", 214 "--slave-name=TestSlavename",
206 "--build-number=571", 215 "--build-number=571",
207 "webkit_unit_tests" 216 "webkit_unit_tests"
208 ], 217 ],
218 "cwd": "[SLAVE_BUILD]",
209 "name": "webkit_unit_tests" 219 "name": "webkit_unit_tests"
210 }, 220 },
211 { 221 {
212 "cmd": [ 222 "cmd": [
213 "python", 223 "python",
214 "-u", 224 "-u",
215 "[BUILD]/scripts/slave/runtest.py", 225 "[BUILD]/scripts/slave/runtest.py",
216 "--target", 226 "--target",
217 "Release", 227 "Release",
218 "--factory-properties", 228 "--factory-properties",
219 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
220 "--build-properties", 230 "--build-properties",
221 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
222 "--builder-name=mac_blink_rel", 232 "--builder-name=mac_blink_rel",
223 "--slave-name=TestSlavename", 233 "--slave-name=TestSlavename",
224 "--build-number=571", 234 "--build-number=571",
225 "blink_platform_unittests" 235 "blink_platform_unittests"
226 ], 236 ],
237 "cwd": "[SLAVE_BUILD]",
227 "name": "blink_platform_unittests" 238 "name": "blink_platform_unittests"
228 }, 239 },
229 { 240 {
230 "cmd": [ 241 "cmd": [
231 "python", 242 "python",
232 "-u", 243 "-u",
233 "[BUILD]/scripts/slave/runtest.py", 244 "[BUILD]/scripts/slave/runtest.py",
234 "--target", 245 "--target",
235 "Release", 246 "Release",
236 "--factory-properties", 247 "--factory-properties",
237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
238 "--build-properties", 249 "--build-properties",
239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
240 "--builder-name=mac_blink_rel", 251 "--builder-name=mac_blink_rel",
241 "--slave-name=TestSlavename", 252 "--slave-name=TestSlavename",
242 "--build-number=571", 253 "--build-number=571",
243 "blink_heap_unittests" 254 "blink_heap_unittests"
244 ], 255 ],
256 "cwd": "[SLAVE_BUILD]",
245 "name": "blink_heap_unittests" 257 "name": "blink_heap_unittests"
246 }, 258 },
247 { 259 {
248 "cmd": [ 260 "cmd": [
249 "python", 261 "python",
250 "-u", 262 "-u",
251 "[BUILD]/scripts/slave/runtest.py", 263 "[BUILD]/scripts/slave/runtest.py",
252 "--target", 264 "--target",
253 "Release", 265 "Release",
254 "--factory-properties", 266 "--factory-properties",
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 267 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
256 "--build-properties", 268 "--build-properties",
257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 269 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
258 "--builder-name=mac_blink_rel", 270 "--builder-name=mac_blink_rel",
259 "--slave-name=TestSlavename", 271 "--slave-name=TestSlavename",
260 "--build-number=571", 272 "--build-number=571",
261 "wtf_unittests" 273 "wtf_unittests"
262 ], 274 ],
275 "cwd": "[SLAVE_BUILD]",
263 "name": "wtf_unittests" 276 "name": "wtf_unittests"
264 }, 277 },
265 { 278 {
266 "cmd": [ 279 "cmd": [
267 "python", 280 "python",
268 "-u", 281 "-u",
269 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 282 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
270 "trigger", 283 "trigger",
271 "--swarming", 284 "--swarming",
272 "https://chromium-swarm.appspot.com", 285 "https://chromium-swarm.appspot.com",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "--tag", 339 "--tag",
327 "rietveld:https://codereview.chromium.org/12853011/#ps1", 340 "rietveld:https://codereview.chromium.org/12853011/#ps1",
328 "--idempotent", 341 "--idempotent",
329 "--user", 342 "--user",
330 "commit-bot@chromium.org", 343 "commit-bot@chromium.org",
331 "[dummy hash for content_gl_tests]", 344 "[dummy hash for content_gl_tests]",
332 "--", 345 "--",
333 "--use-gpu-in-tests", 346 "--use-gpu-in-tests",
334 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 347 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
335 ], 348 ],
349 "cwd": "[SLAVE_BUILD]",
336 "name": "[trigger] content_gl_tests on Intel GPU on Mac (with patch)", 350 "name": "[trigger] content_gl_tests on Intel GPU on Mac (with patch)",
337 "~followup_annotations": [ 351 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@json.output@{@@@", 352 "@@@STEP_LOG_LINE@json.output@{@@@",
339 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 353 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
340 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 354 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
341 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on Intel GPU on Mac ( with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 355 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on Intel GPU on Mac ( with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 356 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
343 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 357 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
344 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 358 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
345 "@@@STEP_LOG_LINE@json.output@ }@@@", 359 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "--tag", 427 "--tag",
414 "rietveld:https://codereview.chromium.org/12853011/#ps1", 428 "rietveld:https://codereview.chromium.org/12853011/#ps1",
415 "--idempotent", 429 "--idempotent",
416 "--user", 430 "--user",
417 "commit-bot@chromium.org", 431 "commit-bot@chromium.org",
418 "[dummy hash for gl_tests]", 432 "[dummy hash for gl_tests]",
419 "--", 433 "--",
420 "--use-gpu-in-tests", 434 "--use-gpu-in-tests",
421 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 435 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
422 ], 436 ],
437 "cwd": "[SLAVE_BUILD]",
423 "name": "[trigger] gl_tests on Intel GPU on Mac (with patch)", 438 "name": "[trigger] gl_tests on Intel GPU on Mac (with patch)",
424 "~followup_annotations": [ 439 "~followup_annotations": [
425 "@@@STEP_LOG_LINE@json.output@{@@@", 440 "@@@STEP_LOG_LINE@json.output@{@@@",
426 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on Intel GP U on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 441 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on Intel GP U on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
427 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 442 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
428 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on Intel GPU on Mac (with pat ch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 443 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on Intel GPU on Mac (with pat ch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
429 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 444 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
430 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 445 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
431 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 446 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
432 "@@@STEP_LOG_LINE@json.output@ }@@@", 447 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "--tag", 515 "--tag",
501 "rietveld:https://codereview.chromium.org/12853011/#ps1", 516 "rietveld:https://codereview.chromium.org/12853011/#ps1",
502 "--idempotent", 517 "--idempotent",
503 "--user", 518 "--user",
504 "commit-bot@chromium.org", 519 "commit-bot@chromium.org",
505 "[dummy hash for angle_unittests]", 520 "[dummy hash for angle_unittests]",
506 "--", 521 "--",
507 "--use-gpu-in-tests", 522 "--use-gpu-in-tests",
508 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 523 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
509 ], 524 ],
525 "cwd": "[SLAVE_BUILD]",
510 "name": "[trigger] angle_unittests on Intel GPU on Mac (with patch)", 526 "name": "[trigger] angle_unittests on Intel GPU on Mac (with patch)",
511 "~followup_annotations": [ 527 "~followup_annotations": [
512 "@@@STEP_LOG_LINE@json.output@{@@@", 528 "@@@STEP_LOG_LINE@json.output@{@@@",
513 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 529 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
514 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 530 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
515 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 531 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
516 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 532 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
517 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 533 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
518 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 534 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
519 "@@@STEP_LOG_LINE@json.output@ }@@@", 535 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "--build-revision", 614 "--build-revision",
599 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 615 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
600 "--test-machine-name", 616 "--test-machine-name",
601 "mac_blink_rel", 617 "mac_blink_rel",
602 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 618 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
603 "--output-format", 619 "--output-format",
604 "json", 620 "json",
605 "--output-dir", 621 "--output-dir",
606 "${ISOLATED_OUTDIR}" 622 "${ISOLATED_OUTDIR}"
607 ], 623 ],
624 "cwd": "[SLAVE_BUILD]",
608 "name": "[trigger] maps_pixel_test on Intel GPU on Mac (with patch)", 625 "name": "[trigger] maps_pixel_test on Intel GPU on Mac (with patch)",
609 "~followup_annotations": [ 626 "~followup_annotations": [
610 "@@@STEP_LOG_LINE@json.output@{@@@", 627 "@@@STEP_LOG_LINE@json.output@{@@@",
611 "@@@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_blink_rel/571\", @@@", 628 "@@@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_blink_rel/571\", @@@",
612 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 629 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
613 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 630 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
614 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 631 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
615 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 632 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
616 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 633 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
617 "@@@STEP_LOG_LINE@json.output@ }@@@", 634 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "--os-type", 718 "--os-type",
702 "mac", 719 "mac",
703 "--test-machine-name", 720 "--test-machine-name",
704 "mac_blink_rel", 721 "mac_blink_rel",
705 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 722 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
706 "--output-format", 723 "--output-format",
707 "json", 724 "json",
708 "--output-dir", 725 "--output-dir",
709 "${ISOLATED_OUTDIR}" 726 "${ISOLATED_OUTDIR}"
710 ], 727 ],
728 "cwd": "[SLAVE_BUILD]",
711 "name": "[trigger] pixel_test on Intel GPU on Mac (with patch)", 729 "name": "[trigger] pixel_test on Intel GPU on Mac (with patch)",
712 "~followup_annotations": [ 730 "~followup_annotations": [
713 "@@@STEP_LOG_LINE@json.output@{@@@", 731 "@@@STEP_LOG_LINE@json.output@{@@@",
714 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 732 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
715 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 733 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
716 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 734 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
717 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 735 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
718 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 736 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
719 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 737 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
720 "@@@STEP_LOG_LINE@json.output@ }@@@", 738 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 "--show-stdout", 813 "--show-stdout",
796 "--browser=release", 814 "--browser=release",
797 "-v", 815 "-v",
798 "--use-devtools-active-port", 816 "--use-devtools-active-port",
799 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 817 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
800 "--output-format", 818 "--output-format",
801 "json", 819 "json",
802 "--output-dir", 820 "--output-dir",
803 "${ISOLATED_OUTDIR}" 821 "${ISOLATED_OUTDIR}"
804 ], 822 ],
823 "cwd": "[SLAVE_BUILD]",
805 "name": "[trigger] webgl_conformance on Intel GPU on Mac (with patch)", 824 "name": "[trigger] webgl_conformance on Intel GPU on Mac (with patch)",
806 "~followup_annotations": [ 825 "~followup_annotations": [
807 "@@@STEP_LOG_LINE@json.output@{@@@", 826 "@@@STEP_LOG_LINE@json.output@{@@@",
808 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 827 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
809 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 828 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
810 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 829 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
811 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 830 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
812 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 831 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
813 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 832 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
814 "@@@STEP_LOG_LINE@json.output@ }@@@", 833 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 "--show-stdout", 908 "--show-stdout",
890 "--browser=release", 909 "--browser=release",
891 "-v", 910 "-v",
892 "--use-devtools-active-port", 911 "--use-devtools-active-port",
893 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 912 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
894 "--output-format", 913 "--output-format",
895 "json", 914 "json",
896 "--output-dir", 915 "--output-dir",
897 "${ISOLATED_OUTDIR}" 916 "${ISOLATED_OUTDIR}"
898 ], 917 ],
918 "cwd": "[SLAVE_BUILD]",
899 "name": "[trigger] context_lost on Intel GPU on Mac (with patch)", 919 "name": "[trigger] context_lost on Intel GPU on Mac (with patch)",
900 "~followup_annotations": [ 920 "~followup_annotations": [
901 "@@@STEP_LOG_LINE@json.output@{@@@", 921 "@@@STEP_LOG_LINE@json.output@{@@@",
902 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on Inte l GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 922 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on Inte l GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
903 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 923 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
904 "@@@STEP_LOG_LINE@json.output@ \"context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 924 "@@@STEP_LOG_LINE@json.output@ \"context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
905 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 925 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
906 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 926 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
907 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 927 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
908 "@@@STEP_LOG_LINE@json.output@ }@@@", 928 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 "--show-stdout", 1003 "--show-stdout",
984 "--browser=release", 1004 "--browser=release",
985 "-v", 1005 "-v",
986 "--use-devtools-active-port", 1006 "--use-devtools-active-port",
987 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1007 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
988 "--output-format", 1008 "--output-format",
989 "json", 1009 "json",
990 "--output-dir", 1010 "--output-dir",
991 "${ISOLATED_OUTDIR}" 1011 "${ISOLATED_OUTDIR}"
992 ], 1012 ],
1013 "cwd": "[SLAVE_BUILD]",
993 "name": "[trigger] memory_test on Intel GPU on Mac (with patch)", 1014 "name": "[trigger] memory_test on Intel GPU on Mac (with patch)",
994 "~followup_annotations": [ 1015 "~followup_annotations": [
995 "@@@STEP_LOG_LINE@json.output@{@@@", 1016 "@@@STEP_LOG_LINE@json.output@{@@@",
996 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 1017 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
997 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1018 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
998 "@@@STEP_LOG_LINE@json.output@ \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1019 "@@@STEP_LOG_LINE@json.output@ \"memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
999 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1020 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1000 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1021 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1001 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1022 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1002 "@@@STEP_LOG_LINE@json.output@ }@@@", 1023 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 "--show-stdout", 1098 "--show-stdout",
1078 "--browser=release", 1099 "--browser=release",
1079 "-v", 1100 "-v",
1080 "--use-devtools-active-port", 1101 "--use-devtools-active-port",
1081 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1102 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1082 "--output-format", 1103 "--output-format",
1083 "json", 1104 "json",
1084 "--output-dir", 1105 "--output-dir",
1085 "${ISOLATED_OUTDIR}" 1106 "${ISOLATED_OUTDIR}"
1086 ], 1107 ],
1108 "cwd": "[SLAVE_BUILD]",
1087 "name": "[trigger] trace_test on Intel GPU on Mac (with patch)", 1109 "name": "[trigger] trace_test on Intel GPU on Mac (with patch)",
1088 "~followup_annotations": [ 1110 "~followup_annotations": [
1089 "@@@STEP_LOG_LINE@json.output@{@@@", 1111 "@@@STEP_LOG_LINE@json.output@{@@@",
1090 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 1112 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
1091 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1113 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1092 "@@@STEP_LOG_LINE@json.output@ \"trace_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1114 "@@@STEP_LOG_LINE@json.output@ \"trace_test on Intel GPU on Mac (with p atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
1093 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1115 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1094 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1116 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1095 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1117 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1096 "@@@STEP_LOG_LINE@json.output@ }@@@", 1118 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "--show-stdout", 1193 "--show-stdout",
1172 "--browser=release", 1194 "--browser=release",
1173 "-v", 1195 "-v",
1174 "--use-devtools-active-port", 1196 "--use-devtools-active-port",
1175 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1197 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1176 "--output-format", 1198 "--output-format",
1177 "json", 1199 "json",
1178 "--output-dir", 1200 "--output-dir",
1179 "${ISOLATED_OUTDIR}" 1201 "${ISOLATED_OUTDIR}"
1180 ], 1202 ],
1203 "cwd": "[SLAVE_BUILD]",
1181 "name": "[trigger] screenshot_sync on Intel GPU on Mac (with patch)", 1204 "name": "[trigger] screenshot_sync on Intel GPU on Mac (with patch)",
1182 "~followup_annotations": [ 1205 "~followup_annotations": [
1183 "@@@STEP_LOG_LINE@json.output@{@@@", 1206 "@@@STEP_LOG_LINE@json.output@{@@@",
1184 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 1207 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on I ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
1185 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1208 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1186 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1209 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on Intel GPU on Mac (w ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
1187 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1210 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1188 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1211 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1189 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1212 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1190 "@@@STEP_LOG_LINE@json.output@ }@@@", 1213 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 "--show-stdout", 1288 "--show-stdout",
1266 "--browser=release", 1289 "--browser=release",
1267 "-v", 1290 "-v",
1268 "--use-devtools-active-port", 1291 "--use-devtools-active-port",
1269 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1292 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1270 "--output-format", 1293 "--output-format",
1271 "json", 1294 "json",
1272 "--output-dir", 1295 "--output-dir",
1273 "${ISOLATED_OUTDIR}" 1296 "${ISOLATED_OUTDIR}"
1274 ], 1297 ],
1298 "cwd": "[SLAVE_BUILD]",
1275 "name": "[trigger] hardware_accelerated_feature on Intel GPU on Mac (with pa tch)", 1299 "name": "[trigger] hardware_accelerated_feature on Intel GPU on Mac (with pa tch)",
1276 "~followup_annotations": [ 1300 "~followup_annotations": [
1277 "@@@STEP_LOG_LINE@json.output@{@@@", 1301 "@@@STEP_LOG_LINE@json.output@{@@@",
1278 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated _feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\ ", @@@", 1302 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated _feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\ ", @@@",
1279 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1303 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1280 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1304 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
1281 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1305 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1282 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1306 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1283 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1307 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1284 "@@@STEP_LOG_LINE@json.output@ }@@@", 1308 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 "--show-stdout", 1383 "--show-stdout",
1360 "--browser=release", 1384 "--browser=release",
1361 "-v", 1385 "-v",
1362 "--use-devtools-active-port", 1386 "--use-devtools-active-port",
1363 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1387 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1364 "--output-format", 1388 "--output-format",
1365 "json", 1389 "json",
1366 "--output-dir", 1390 "--output-dir",
1367 "${ISOLATED_OUTDIR}" 1391 "${ISOLATED_OUTDIR}"
1368 ], 1392 ],
1393 "cwd": "[SLAVE_BUILD]",
1369 "name": "[trigger] gpu_process_launch on Intel GPU on Mac (with patch)", 1394 "name": "[trigger] gpu_process_launch on Intel GPU on Mac (with patch)",
1370 "~followup_annotations": [ 1395 "~followup_annotations": [
1371 "@@@STEP_LOG_LINE@json.output@{@@@", 1396 "@@@STEP_LOG_LINE@json.output@{@@@",
1372 "@@@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_blink_rel/571\", @@@", 1397 "@@@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_blink_rel/571\", @@@",
1373 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1398 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1374 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1399 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
1375 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1400 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1376 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1401 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1377 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1402 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1378 "@@@STEP_LOG_LINE@json.output@ }@@@", 1403 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 "--build-revision", 1482 "--build-revision",
1458 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 1483 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1459 "--test-machine-name", 1484 "--test-machine-name",
1460 "mac_blink_rel", 1485 "mac_blink_rel",
1461 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1486 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1462 "--output-format", 1487 "--output-format",
1463 "json", 1488 "json",
1464 "--output-dir", 1489 "--output-dir",
1465 "${ISOLATED_OUTDIR}" 1490 "${ISOLATED_OUTDIR}"
1466 ], 1491 ],
1492 "cwd": "[SLAVE_BUILD]",
1467 "name": "[trigger] gpu_rasterization on Intel GPU on Mac (with patch)", 1493 "name": "[trigger] gpu_rasterization on Intel GPU on Mac (with patch)",
1468 "~followup_annotations": [ 1494 "~followup_annotations": [
1469 "@@@STEP_LOG_LINE@json.output@{@@@", 1495 "@@@STEP_LOG_LINE@json.output@{@@@",
1470 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", 1496 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@",
1471 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1497 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1472 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1498 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
1473 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1499 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1474 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1500 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1475 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1501 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1476 "@@@STEP_LOG_LINE@json.output@ }@@@", 1502 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 "purpose:pre-commit", 1569 "purpose:pre-commit",
1544 "--tag", 1570 "--tag",
1545 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1571 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1546 "--idempotent", 1572 "--idempotent",
1547 "--user", 1573 "--user",
1548 "commit-bot@chromium.org", 1574 "commit-bot@chromium.org",
1549 "[dummy hash for tab_capture_end2end_tests]", 1575 "[dummy hash for tab_capture_end2end_tests]",
1550 "--", 1576 "--",
1551 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1577 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1552 ], 1578 ],
1579 "cwd": "[SLAVE_BUILD]",
1553 "name": "[trigger] tab_capture_end2end_tests on Intel GPU on Mac (with patch )", 1580 "name": "[trigger] tab_capture_end2end_tests on Intel GPU on Mac (with patch )",
1554 "~followup_annotations": [ 1581 "~followup_annotations": [
1555 "@@@STEP_LOG_LINE@json.output@{@@@", 1582 "@@@STEP_LOG_LINE@json.output@{@@@",
1556 "@@@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_blink_rel/571\", @@@", 1583 "@@@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_blink_rel/571\", @@@",
1557 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1584 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1558 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", 1585 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@",
1559 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1586 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1560 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1587 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1561 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1588 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1562 "@@@STEP_LOG_LINE@json.output@ }@@@", 1589 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 "--tag", 1657 "--tag",
1631 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1658 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1632 "--idempotent", 1659 "--idempotent",
1633 "--user", 1660 "--user",
1634 "commit-bot@chromium.org", 1661 "commit-bot@chromium.org",
1635 "[dummy hash for content_gl_tests]", 1662 "[dummy hash for content_gl_tests]",
1636 "--", 1663 "--",
1637 "--use-gpu-in-tests", 1664 "--use-gpu-in-tests",
1638 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1665 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1639 ], 1666 ],
1667 "cwd": "[SLAVE_BUILD]",
1640 "name": "[trigger] content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 1668 "name": "[trigger] content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
1641 "~followup_annotations": [ 1669 "~followup_annotations": [
1642 "@@@STEP_LOG_LINE@json.output@{@@@", 1670 "@@@STEP_LOG_LINE@json.output@{@@@",
1643 "@@@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_blink_rel/571\", @ @@", 1671 "@@@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_blink_rel/571\", @ @@",
1644 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1672 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1645 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 1673 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
1646 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1674 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1647 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1675 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1648 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1676 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1649 "@@@STEP_LOG_LINE@json.output@ }@@@", 1677 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 "--tag", 1745 "--tag",
1718 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1746 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1719 "--idempotent", 1747 "--idempotent",
1720 "--user", 1748 "--user",
1721 "commit-bot@chromium.org", 1749 "commit-bot@chromium.org",
1722 "[dummy hash for gl_tests]", 1750 "[dummy hash for gl_tests]",
1723 "--", 1751 "--",
1724 "--use-gpu-in-tests", 1752 "--use-gpu-in-tests",
1725 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1753 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1726 ], 1754 ],
1755 "cwd": "[SLAVE_BUILD]",
1727 "name": "[trigger] gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9", 1756 "name": "[trigger] gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9",
1728 "~followup_annotations": [ 1757 "~followup_annotations": [
1729 "@@@STEP_LOG_LINE@json.output@{@@@", 1758 "@@@STEP_LOG_LINE@json.output@{@@@",
1730 "@@@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_blink_rel/571\", @@@", 1759 "@@@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_blink_rel/571\", @@@",
1731 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1760 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1732 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on NVIDIA GPU on Mac Retina ( with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 1761 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on NVIDIA GPU on Mac Retina ( with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
1733 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1762 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1734 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1763 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1735 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1764 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1736 "@@@STEP_LOG_LINE@json.output@ }@@@", 1765 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 "--tag", 1833 "--tag",
1805 "rietveld:https://codereview.chromium.org/12853011/#ps1", 1834 "rietveld:https://codereview.chromium.org/12853011/#ps1",
1806 "--idempotent", 1835 "--idempotent",
1807 "--user", 1836 "--user",
1808 "commit-bot@chromium.org", 1837 "commit-bot@chromium.org",
1809 "[dummy hash for angle_unittests]", 1838 "[dummy hash for angle_unittests]",
1810 "--", 1839 "--",
1811 "--use-gpu-in-tests", 1840 "--use-gpu-in-tests",
1812 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 1841 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
1813 ], 1842 ],
1843 "cwd": "[SLAVE_BUILD]",
1814 "name": "[trigger] angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 1844 "name": "[trigger] angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
1815 "~followup_annotations": [ 1845 "~followup_annotations": [
1816 "@@@STEP_LOG_LINE@json.output@{@@@", 1846 "@@@STEP_LOG_LINE@json.output@{@@@",
1817 "@@@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_blink_rel/571\", @@ @", 1847 "@@@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_blink_rel/571\", @@ @",
1818 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1848 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1819 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 1849 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
1820 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1850 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1821 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1851 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1822 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1852 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1823 "@@@STEP_LOG_LINE@json.output@ }@@@", 1853 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 "--build-revision", 1932 "--build-revision",
1903 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 1933 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1904 "--test-machine-name", 1934 "--test-machine-name",
1905 "mac_blink_rel", 1935 "mac_blink_rel",
1906 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 1936 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
1907 "--output-format", 1937 "--output-format",
1908 "json", 1938 "json",
1909 "--output-dir", 1939 "--output-dir",
1910 "${ISOLATED_OUTDIR}" 1940 "${ISOLATED_OUTDIR}"
1911 ], 1941 ],
1942 "cwd": "[SLAVE_BUILD]",
1912 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 1943 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
1913 "~followup_annotations": [ 1944 "~followup_annotations": [
1914 "@@@STEP_LOG_LINE@json.output@{@@@", 1945 "@@@STEP_LOG_LINE@json.output@{@@@",
1915 "@@@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_blink_rel/571\", @@ @", 1946 "@@@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_blink_rel/571\", @@ @",
1916 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1947 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1917 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 1948 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
1918 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1949 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1919 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1950 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1920 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1951 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1921 "@@@STEP_LOG_LINE@json.output@ }@@@", 1952 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 "--os-type", 2036 "--os-type",
2006 "mac", 2037 "mac",
2007 "--test-machine-name", 2038 "--test-machine-name",
2008 "mac_blink_rel", 2039 "mac_blink_rel",
2009 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2040 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2010 "--output-format", 2041 "--output-format",
2011 "json", 2042 "json",
2012 "--output-dir", 2043 "--output-dir",
2013 "${ISOLATED_OUTDIR}" 2044 "${ISOLATED_OUTDIR}"
2014 ], 2045 ],
2046 "cwd": "[SLAVE_BUILD]",
2015 "name": "[trigger] pixel_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9", 2047 "name": "[trigger] pixel_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9",
2016 "~followup_annotations": [ 2048 "~followup_annotations": [
2017 "@@@STEP_LOG_LINE@json.output@{@@@", 2049 "@@@STEP_LOG_LINE@json.output@{@@@",
2018 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", 2050 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@",
2019 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2051 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2020 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2052 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2021 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2053 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2022 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2054 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2023 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2055 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2024 "@@@STEP_LOG_LINE@json.output@ }@@@", 2056 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 "--show-stdout", 2131 "--show-stdout",
2100 "--browser=release", 2132 "--browser=release",
2101 "-v", 2133 "-v",
2102 "--use-devtools-active-port", 2134 "--use-devtools-active-port",
2103 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2135 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2104 "--output-format", 2136 "--output-format",
2105 "json", 2137 "json",
2106 "--output-dir", 2138 "--output-dir",
2107 "${ISOLATED_OUTDIR}" 2139 "${ISOLATED_OUTDIR}"
2108 ], 2140 ],
2141 "cwd": "[SLAVE_BUILD]",
2109 "name": "[trigger] webgl_conformance on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9", 2142 "name": "[trigger] webgl_conformance on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9",
2110 "~followup_annotations": [ 2143 "~followup_annotations": [
2111 "@@@STEP_LOG_LINE@json.output@{@@@", 2144 "@@@STEP_LOG_LINE@json.output@{@@@",
2112 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", 2145 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@",
2113 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2146 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2114 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2147 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2115 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2148 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2116 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2149 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2117 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2150 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2118 "@@@STEP_LOG_LINE@json.output@ }@@@", 2151 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 "--show-stdout", 2226 "--show-stdout",
2194 "--browser=release", 2227 "--browser=release",
2195 "-v", 2228 "-v",
2196 "--use-devtools-active-port", 2229 "--use-devtools-active-port",
2197 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2230 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2198 "--output-format", 2231 "--output-format",
2199 "json", 2232 "json",
2200 "--output-dir", 2233 "--output-dir",
2201 "${ISOLATED_OUTDIR}" 2234 "${ISOLATED_OUTDIR}"
2202 ], 2235 ],
2236 "cwd": "[SLAVE_BUILD]",
2203 "name": "[trigger] context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2237 "name": "[trigger] context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
2204 "~followup_annotations": [ 2238 "~followup_annotations": [
2205 "@@@STEP_LOG_LINE@json.output@{@@@", 2239 "@@@STEP_LOG_LINE@json.output@{@@@",
2206 "@@@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_blink_rel/571\", @@@", 2240 "@@@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_blink_rel/571\", @@@",
2207 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2241 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2208 "@@@STEP_LOG_LINE@json.output@ \"context_lost on NVIDIA GPU on Mac Reti na (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2242 "@@@STEP_LOG_LINE@json.output@ \"context_lost on NVIDIA GPU on Mac Reti na (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2209 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2243 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2210 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2244 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2211 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2245 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2212 "@@@STEP_LOG_LINE@json.output@ }@@@", 2246 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2287 "--show-stdout", 2321 "--show-stdout",
2288 "--browser=release", 2322 "--browser=release",
2289 "-v", 2323 "-v",
2290 "--use-devtools-active-port", 2324 "--use-devtools-active-port",
2291 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2325 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2292 "--output-format", 2326 "--output-format",
2293 "json", 2327 "json",
2294 "--output-dir", 2328 "--output-dir",
2295 "${ISOLATED_OUTDIR}" 2329 "${ISOLATED_OUTDIR}"
2296 ], 2330 ],
2331 "cwd": "[SLAVE_BUILD]",
2297 "name": "[trigger] memory_test on NVIDIA GPU on Mac Retina (with patch) on M ac-10.9", 2332 "name": "[trigger] memory_test on NVIDIA GPU on Mac Retina (with patch) on M ac-10.9",
2298 "~followup_annotations": [ 2333 "~followup_annotations": [
2299 "@@@STEP_LOG_LINE@json.output@{@@@", 2334 "@@@STEP_LOG_LINE@json.output@{@@@",
2300 "@@@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_blink_rel/571\", @@@", 2335 "@@@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_blink_rel/571\", @@@",
2301 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2336 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2302 "@@@STEP_LOG_LINE@json.output@ \"memory_test on NVIDIA GPU on Mac Retin a (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2337 "@@@STEP_LOG_LINE@json.output@ \"memory_test on NVIDIA GPU on Mac Retin a (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2338 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2339 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2340 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2306 "@@@STEP_LOG_LINE@json.output@ }@@@", 2341 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 "--show-stdout", 2416 "--show-stdout",
2382 "--browser=release", 2417 "--browser=release",
2383 "-v", 2418 "-v",
2384 "--use-devtools-active-port", 2419 "--use-devtools-active-port",
2385 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2420 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2386 "--output-format", 2421 "--output-format",
2387 "json", 2422 "json",
2388 "--output-dir", 2423 "--output-dir",
2389 "${ISOLATED_OUTDIR}" 2424 "${ISOLATED_OUTDIR}"
2390 ], 2425 ],
2426 "cwd": "[SLAVE_BUILD]",
2391 "name": "[trigger] trace_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9", 2427 "name": "[trigger] trace_test on NVIDIA GPU on Mac Retina (with patch) on Ma c-10.9",
2392 "~followup_annotations": [ 2428 "~followup_annotations": [
2393 "@@@STEP_LOG_LINE@json.output@{@@@", 2429 "@@@STEP_LOG_LINE@json.output@{@@@",
2394 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", 2430 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@",
2395 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2431 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2396 "@@@STEP_LOG_LINE@json.output@ \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2432 "@@@STEP_LOG_LINE@json.output@ \"trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2397 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2433 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2398 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2434 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2399 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2435 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2400 "@@@STEP_LOG_LINE@json.output@ }@@@", 2436 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 "--show-stdout", 2511 "--show-stdout",
2476 "--browser=release", 2512 "--browser=release",
2477 "-v", 2513 "-v",
2478 "--use-devtools-active-port", 2514 "--use-devtools-active-port",
2479 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2515 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2480 "--output-format", 2516 "--output-format",
2481 "json", 2517 "json",
2482 "--output-dir", 2518 "--output-dir",
2483 "${ISOLATED_OUTDIR}" 2519 "${ISOLATED_OUTDIR}"
2484 ], 2520 ],
2521 "cwd": "[SLAVE_BUILD]",
2485 "name": "[trigger] screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2522 "name": "[trigger] screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
2486 "~followup_annotations": [ 2523 "~followup_annotations": [
2487 "@@@STEP_LOG_LINE@json.output@{@@@", 2524 "@@@STEP_LOG_LINE@json.output@{@@@",
2488 "@@@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_blink_rel/571\", @@ @", 2525 "@@@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_blink_rel/571\", @@ @",
2489 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2526 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2490 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2527 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on NVIDIA GPU on Mac R etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2491 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2528 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2492 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2529 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2493 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2530 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2494 "@@@STEP_LOG_LINE@json.output@ }@@@", 2531 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2569 "--show-stdout", 2606 "--show-stdout",
2570 "--browser=release", 2607 "--browser=release",
2571 "-v", 2608 "-v",
2572 "--use-devtools-active-port", 2609 "--use-devtools-active-port",
2573 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2610 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2574 "--output-format", 2611 "--output-format",
2575 "json", 2612 "json",
2576 "--output-dir", 2613 "--output-dir",
2577 "${ISOLATED_OUTDIR}" 2614 "${ISOLATED_OUTDIR}"
2578 ], 2615 ],
2616 "cwd": "[SLAVE_BUILD]",
2579 "name": "[trigger] hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9", 2617 "name": "[trigger] hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9",
2580 "~followup_annotations": [ 2618 "~followup_annotations": [
2581 "@@@STEP_LOG_LINE@json.output@{@@@", 2619 "@@@STEP_LOG_LINE@json.output@{@@@",
2582 "@@@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_blink_ rel/571\", @@@", 2620 "@@@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_blink_ rel/571\", @@@",
2583 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2621 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2584 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2622 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2585 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2623 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2586 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2624 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2587 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2625 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2588 "@@@STEP_LOG_LINE@json.output@ }@@@", 2626 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2663 "--show-stdout", 2701 "--show-stdout",
2664 "--browser=release", 2702 "--browser=release",
2665 "-v", 2703 "-v",
2666 "--use-devtools-active-port", 2704 "--use-devtools-active-port",
2667 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2705 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2668 "--output-format", 2706 "--output-format",
2669 "json", 2707 "json",
2670 "--output-dir", 2708 "--output-dir",
2671 "${ISOLATED_OUTDIR}" 2709 "${ISOLATED_OUTDIR}"
2672 ], 2710 ],
2711 "cwd": "[SLAVE_BUILD]",
2673 "name": "[trigger] gpu_process_launch on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9", 2712 "name": "[trigger] gpu_process_launch on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9",
2674 "~followup_annotations": [ 2713 "~followup_annotations": [
2675 "@@@STEP_LOG_LINE@json.output@{@@@", 2714 "@@@STEP_LOG_LINE@json.output@{@@@",
2676 "@@@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_blink_rel/571\", @@@", 2715 "@@@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_blink_rel/571\", @@@",
2677 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2716 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2678 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on NVIDIA GPU on Ma c Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2717 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on NVIDIA GPU on Ma c Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2679 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2718 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2680 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2719 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2681 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2720 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2682 "@@@STEP_LOG_LINE@json.output@ }@@@", 2721 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2761 "--build-revision", 2800 "--build-revision",
2762 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 2801 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
2763 "--test-machine-name", 2802 "--test-machine-name",
2764 "mac_blink_rel", 2803 "mac_blink_rel",
2765 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 2804 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2766 "--output-format", 2805 "--output-format",
2767 "json", 2806 "json",
2768 "--output-dir", 2807 "--output-dir",
2769 "${ISOLATED_OUTDIR}" 2808 "${ISOLATED_OUTDIR}"
2770 ], 2809 ],
2810 "cwd": "[SLAVE_BUILD]",
2771 "name": "[trigger] gpu_rasterization on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9", 2811 "name": "[trigger] gpu_rasterization on NVIDIA GPU on Mac Retina (with patch ) on Mac-10.9",
2772 "~followup_annotations": [ 2812 "~followup_annotations": [
2773 "@@@STEP_LOG_LINE@json.output@{@@@", 2813 "@@@STEP_LOG_LINE@json.output@{@@@",
2774 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", 2814 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@",
2775 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2815 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2776 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2816 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2777 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2817 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2778 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2818 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2779 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2819 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2780 "@@@STEP_LOG_LINE@json.output@ }@@@", 2820 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2847 "purpose:pre-commit", 2887 "purpose:pre-commit",
2848 "--tag", 2888 "--tag",
2849 "rietveld:https://codereview.chromium.org/12853011/#ps1", 2889 "rietveld:https://codereview.chromium.org/12853011/#ps1",
2850 "--idempotent", 2890 "--idempotent",
2851 "--user", 2891 "--user",
2852 "commit-bot@chromium.org", 2892 "commit-bot@chromium.org",
2853 "[dummy hash for tab_capture_end2end_tests]", 2893 "[dummy hash for tab_capture_end2end_tests]",
2854 "--", 2894 "--",
2855 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 2895 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
2856 ], 2896 ],
2897 "cwd": "[SLAVE_BUILD]",
2857 "name": "[trigger] tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (wi th patch) on Mac-10.9", 2898 "name": "[trigger] tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (wi th patch) on Mac-10.9",
2858 "~followup_annotations": [ 2899 "~followup_annotations": [
2859 "@@@STEP_LOG_LINE@json.output@{@@@", 2900 "@@@STEP_LOG_LINE@json.output@{@@@",
2860 "@@@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_blink_rel /571\", @@@", 2901 "@@@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_blink_rel /571\", @@@",
2861 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 2902 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
2862 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on NVIDIA GP U on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", 2903 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on NVIDIA GP U on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@",
2863 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 2904 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
2864 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 2905 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
2865 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 2906 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
2866 "@@@STEP_LOG_LINE@json.output@ }@@@", 2907 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 27 matching lines...) Expand all
2894 "[SLAVE_BUILD]/src/out", 2935 "[SLAVE_BUILD]/src/out",
2895 "--json-test-results", 2936 "--json-test-results",
2896 "/path/to/tmp/json", 2937 "/path/to/tmp/json",
2897 "--test-results-server", 2938 "--test-results-server",
2898 "test-results.appspot.com", 2939 "test-results.appspot.com",
2899 "--build-number", 2940 "--build-number",
2900 "571", 2941 "571",
2901 "--builder-name", 2942 "--builder-name",
2902 "mac_blink_rel" 2943 "mac_blink_rel"
2903 ], 2944 ],
2945 "cwd": "[SLAVE_BUILD]",
2904 "name": "webkit_tests (with patch)", 2946 "name": "webkit_tests (with patch)",
2905 "~followup_annotations": [ 2947 "~followup_annotations": [
2906 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 2948 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
2907 ] 2949 ]
2908 }, 2950 },
2909 { 2951 {
2910 "cmd": [ 2952 "cmd": [
2911 "python", 2953 "python",
2912 "-u", 2954 "-u",
2913 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 2955 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
2914 "--results-dir", 2956 "--results-dir",
2915 "[SLAVE_BUILD]/layout-test-results", 2957 "[SLAVE_BUILD]/layout-test-results",
2916 "--build-dir", 2958 "--build-dir",
2917 "[SLAVE_BUILD]/src/out", 2959 "[SLAVE_BUILD]/src/out",
2918 "--build-number", 2960 "--build-number",
2919 "571", 2961 "571",
2920 "--builder-name", 2962 "--builder-name",
2921 "mac_blink_rel", 2963 "mac_blink_rel",
2922 "--gs-bucket", 2964 "--gs-bucket",
2923 "gs://chromium-layout-test-archives", 2965 "gs://chromium-layout-test-archives",
2924 "--factory-properties", 2966 "--factory-properties",
2925 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 2967 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
2926 "--build-properties", 2968 "--build-properties",
2927 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}" 2969 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"v8\", \ "patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavena me\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittests] \", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_unitt ests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \" gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[dum my hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemet ry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}"
2928 ], 2970 ],
2971 "cwd": "[SLAVE_BUILD]",
2929 "name": "archive_webkit_tests_results", 2972 "name": "archive_webkit_tests_results",
2930 "~followup_annotations": [ 2973 "~followup_annotations": [
2931 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", 2974 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@",
2932 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@" 2975 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@"
2933 ] 2976 ]
2934 }, 2977 },
2935 { 2978 {
2936 "allow_subannotations": true, 2979 "allow_subannotations": true,
2937 "cmd": [ 2980 "cmd": [
2938 "python", 2981 "python",
2939 "-u", 2982 "-u",
2940 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 2983 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
2941 "--swarming-client-dir", 2984 "--swarming-client-dir",
2942 "[SLAVE_BUILD]/src/tools/swarming_client", 2985 "[SLAVE_BUILD]/src/tools/swarming_client",
2943 "--temp-root-dir", 2986 "--temp-root-dir",
2944 "[TMP_BASE]", 2987 "[TMP_BASE]",
2945 "--merged-test-output", 2988 "--merged-test-output",
2946 "/path/to/tmp/json", 2989 "/path/to/tmp/json",
2947 "--", 2990 "--",
2948 "collect", 2991 "collect",
2949 "--swarming", 2992 "--swarming",
2950 "https://chromium-swarm.appspot.com", 2993 "https://chromium-swarm.appspot.com",
2951 "--decorate", 2994 "--decorate",
2952 "--print-status-updates", 2995 "--print-status-updates",
2953 "--shards", 2996 "--shards",
2954 "1", 2997 "1",
2955 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac _blink_rel/571" 2998 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac _blink_rel/571"
2956 ], 2999 ],
3000 "cwd": "[SLAVE_BUILD]",
2957 "name": "content_gl_tests on Intel GPU on Mac (with patch)" 3001 "name": "content_gl_tests on Intel GPU on Mac (with patch)"
2958 }, 3002 },
2959 { 3003 {
2960 "allow_subannotations": true, 3004 "allow_subannotations": true,
2961 "cmd": [ 3005 "cmd": [
2962 "python", 3006 "python",
2963 "-u", 3007 "-u",
2964 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3008 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
2965 "--swarming-client-dir", 3009 "--swarming-client-dir",
2966 "[SLAVE_BUILD]/src/tools/swarming_client", 3010 "[SLAVE_BUILD]/src/tools/swarming_client",
2967 "--temp-root-dir", 3011 "--temp-root-dir",
2968 "[TMP_BASE]", 3012 "[TMP_BASE]",
2969 "--merged-test-output", 3013 "--merged-test-output",
2970 "/path/to/tmp/json", 3014 "/path/to/tmp/json",
2971 "--", 3015 "--",
2972 "collect", 3016 "collect",
2973 "--swarming", 3017 "--swarming",
2974 "https://chromium-swarm.appspot.com", 3018 "https://chromium-swarm.appspot.com",
2975 "--decorate", 3019 "--decorate",
2976 "--print-status-updates", 3020 "--print-status-updates",
2977 "--shards", 3021 "--shards",
2978 "1", 3022 "1",
2979 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_r el/571" 3023 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_r el/571"
2980 ], 3024 ],
3025 "cwd": "[SLAVE_BUILD]",
2981 "name": "gl_tests on Intel GPU on Mac (with patch)" 3026 "name": "gl_tests on Intel GPU on Mac (with patch)"
2982 }, 3027 },
2983 { 3028 {
2984 "allow_subannotations": true, 3029 "allow_subannotations": true,
2985 "cmd": [ 3030 "cmd": [
2986 "python", 3031 "python",
2987 "-u", 3032 "-u",
2988 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3033 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
2989 "--swarming-client-dir", 3034 "--swarming-client-dir",
2990 "[SLAVE_BUILD]/src/tools/swarming_client", 3035 "[SLAVE_BUILD]/src/tools/swarming_client",
2991 "--temp-root-dir", 3036 "--temp-root-dir",
2992 "[TMP_BASE]", 3037 "[TMP_BASE]",
2993 "--merged-test-output", 3038 "--merged-test-output",
2994 "/path/to/tmp/json", 3039 "/path/to/tmp/json",
2995 "--", 3040 "--",
2996 "collect", 3041 "collect",
2997 "--swarming", 3042 "--swarming",
2998 "https://chromium-swarm.appspot.com", 3043 "https://chromium-swarm.appspot.com",
2999 "--decorate", 3044 "--decorate",
3000 "--print-status-updates", 3045 "--print-status-updates",
3001 "--shards", 3046 "--shards",
3002 "1", 3047 "1",
3003 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ blink_rel/571" 3048 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ blink_rel/571"
3004 ], 3049 ],
3050 "cwd": "[SLAVE_BUILD]",
3005 "name": "angle_unittests on Intel GPU on Mac (with patch)" 3051 "name": "angle_unittests on Intel GPU on Mac (with patch)"
3006 }, 3052 },
3007 { 3053 {
3008 "cmd": [ 3054 "cmd": [
3009 "python", 3055 "python",
3010 "-u", 3056 "-u",
3011 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3057 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3012 "collect", 3058 "collect",
3013 "--swarming", 3059 "--swarming",
3014 "https://chromium-swarm.appspot.com", 3060 "https://chromium-swarm.appspot.com",
3015 "--decorate", 3061 "--decorate",
3016 "--print-status-updates", 3062 "--print-status-updates",
3017 "--shards", 3063 "--shards",
3018 "1", 3064 "1",
3019 "maps_pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ blink_rel/571", 3065 "maps_pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ blink_rel/571",
3020 "--task-output-dir", 3066 "--task-output-dir",
3021 "/path/to/tmp/" 3067 "/path/to/tmp/"
3022 ], 3068 ],
3069 "cwd": "[SLAVE_BUILD]",
3023 "name": "maps_pixel_test on Intel GPU on Mac (with patch)" 3070 "name": "maps_pixel_test on Intel GPU on Mac (with patch)"
3024 }, 3071 },
3025 { 3072 {
3026 "cmd": [ 3073 "cmd": [
3027 "python", 3074 "python",
3028 "-u", 3075 "-u",
3029 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3076 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3030 "collect", 3077 "collect",
3031 "--swarming", 3078 "--swarming",
3032 "https://chromium-swarm.appspot.com", 3079 "https://chromium-swarm.appspot.com",
3033 "--decorate", 3080 "--decorate",
3034 "--print-status-updates", 3081 "--print-status-updates",
3035 "--shards", 3082 "--shards",
3036 "1", 3083 "1",
3037 "pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink _rel/571", 3084 "pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink _rel/571",
3038 "--task-output-dir", 3085 "--task-output-dir",
3039 "/path/to/tmp/" 3086 "/path/to/tmp/"
3040 ], 3087 ],
3088 "cwd": "[SLAVE_BUILD]",
3041 "name": "pixel_test on Intel GPU on Mac (with patch)" 3089 "name": "pixel_test on Intel GPU on Mac (with patch)"
3042 }, 3090 },
3043 { 3091 {
3044 "cmd": [ 3092 "cmd": [
3045 "python", 3093 "python",
3046 "-u", 3094 "-u",
3047 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3095 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3048 "collect", 3096 "collect",
3049 "--swarming", 3097 "--swarming",
3050 "https://chromium-swarm.appspot.com", 3098 "https://chromium-swarm.appspot.com",
3051 "--decorate", 3099 "--decorate",
3052 "--print-status-updates", 3100 "--print-status-updates",
3053 "--shards", 3101 "--shards",
3054 "1", 3102 "1",
3055 "webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_blink_rel/571", 3103 "webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_blink_rel/571",
3056 "--task-output-dir", 3104 "--task-output-dir",
3057 "/path/to/tmp/" 3105 "/path/to/tmp/"
3058 ], 3106 ],
3107 "cwd": "[SLAVE_BUILD]",
3059 "name": "webgl_conformance on Intel GPU on Mac (with patch)" 3108 "name": "webgl_conformance on Intel GPU on Mac (with patch)"
3060 }, 3109 },
3061 { 3110 {
3062 "cmd": [ 3111 "cmd": [
3063 "python", 3112 "python",
3064 "-u", 3113 "-u",
3065 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3114 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3066 "collect", 3115 "collect",
3067 "--swarming", 3116 "--swarming",
3068 "https://chromium-swarm.appspot.com", 3117 "https://chromium-swarm.appspot.com",
3069 "--decorate", 3118 "--decorate",
3070 "--print-status-updates", 3119 "--print-status-updates",
3071 "--shards", 3120 "--shards",
3072 "1", 3121 "1",
3073 "context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_bli nk_rel/571", 3122 "context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_bli nk_rel/571",
3074 "--task-output-dir", 3123 "--task-output-dir",
3075 "/path/to/tmp/" 3124 "/path/to/tmp/"
3076 ], 3125 ],
3126 "cwd": "[SLAVE_BUILD]",
3077 "name": "context_lost on Intel GPU on Mac (with patch)" 3127 "name": "context_lost on Intel GPU on Mac (with patch)"
3078 }, 3128 },
3079 { 3129 {
3080 "cmd": [ 3130 "cmd": [
3081 "python", 3131 "python",
3082 "-u", 3132 "-u",
3083 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3133 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3084 "collect", 3134 "collect",
3085 "--swarming", 3135 "--swarming",
3086 "https://chromium-swarm.appspot.com", 3136 "https://chromium-swarm.appspot.com",
3087 "--decorate", 3137 "--decorate",
3088 "--print-status-updates", 3138 "--print-status-updates",
3089 "--shards", 3139 "--shards",
3090 "1", 3140 "1",
3091 "memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blin k_rel/571", 3141 "memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blin k_rel/571",
3092 "--task-output-dir", 3142 "--task-output-dir",
3093 "/path/to/tmp/" 3143 "/path/to/tmp/"
3094 ], 3144 ],
3145 "cwd": "[SLAVE_BUILD]",
3095 "name": "memory_test on Intel GPU on Mac (with patch)" 3146 "name": "memory_test on Intel GPU on Mac (with patch)"
3096 }, 3147 },
3097 { 3148 {
3098 "cmd": [ 3149 "cmd": [
3099 "python", 3150 "python",
3100 "-u", 3151 "-u",
3101 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3152 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3102 "collect", 3153 "collect",
3103 "--swarming", 3154 "--swarming",
3104 "https://chromium-swarm.appspot.com", 3155 "https://chromium-swarm.appspot.com",
3105 "--decorate", 3156 "--decorate",
3106 "--print-status-updates", 3157 "--print-status-updates",
3107 "--shards", 3158 "--shards",
3108 "1", 3159 "1",
3109 "trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink _rel/571", 3160 "trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink _rel/571",
3110 "--task-output-dir", 3161 "--task-output-dir",
3111 "/path/to/tmp/" 3162 "/path/to/tmp/"
3112 ], 3163 ],
3164 "cwd": "[SLAVE_BUILD]",
3113 "name": "trace_test on Intel GPU on Mac (with patch)" 3165 "name": "trace_test on Intel GPU on Mac (with patch)"
3114 }, 3166 },
3115 { 3167 {
3116 "cmd": [ 3168 "cmd": [
3117 "python", 3169 "python",
3118 "-u", 3170 "-u",
3119 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3171 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3120 "collect", 3172 "collect",
3121 "--swarming", 3173 "--swarming",
3122 "https://chromium-swarm.appspot.com", 3174 "https://chromium-swarm.appspot.com",
3123 "--decorate", 3175 "--decorate",
3124 "--print-status-updates", 3176 "--print-status-updates",
3125 "--shards", 3177 "--shards",
3126 "1", 3178 "1",
3127 "screenshot_sync on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ blink_rel/571", 3179 "screenshot_sync on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_ blink_rel/571",
3128 "--task-output-dir", 3180 "--task-output-dir",
3129 "/path/to/tmp/" 3181 "/path/to/tmp/"
3130 ], 3182 ],
3183 "cwd": "[SLAVE_BUILD]",
3131 "name": "screenshot_sync on Intel GPU on Mac (with patch)" 3184 "name": "screenshot_sync on Intel GPU on Mac (with patch)"
3132 }, 3185 },
3133 { 3186 {
3134 "cmd": [ 3187 "cmd": [
3135 "python", 3188 "python",
3136 "-u", 3189 "-u",
3137 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3190 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3138 "collect", 3191 "collect",
3139 "--swarming", 3192 "--swarming",
3140 "https://chromium-swarm.appspot.com", 3193 "https://chromium-swarm.appspot.com",
3141 "--decorate", 3194 "--decorate",
3142 "--print-status-updates", 3195 "--print-status-updates",
3143 "--shards", 3196 "--shards",
3144 "1", 3197 "1",
3145 "hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[d ummy has/mac_blink_rel/571", 3198 "hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[d ummy has/mac_blink_rel/571",
3146 "--task-output-dir", 3199 "--task-output-dir",
3147 "/path/to/tmp/" 3200 "/path/to/tmp/"
3148 ], 3201 ],
3202 "cwd": "[SLAVE_BUILD]",
3149 "name": "hardware_accelerated_feature on Intel GPU on Mac (with patch)" 3203 "name": "hardware_accelerated_feature on Intel GPU on Mac (with patch)"
3150 }, 3204 },
3151 { 3205 {
3152 "cmd": [ 3206 "cmd": [
3153 "python", 3207 "python",
3154 "-u", 3208 "-u",
3155 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3209 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3156 "collect", 3210 "collect",
3157 "--swarming", 3211 "--swarming",
3158 "https://chromium-swarm.appspot.com", 3212 "https://chromium-swarm.appspot.com",
3159 "--decorate", 3213 "--decorate",
3160 "--print-status-updates", 3214 "--print-status-updates",
3161 "--shards", 3215 "--shards",
3162 "1", 3216 "1",
3163 "gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/m ac_blink_rel/571", 3217 "gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/m ac_blink_rel/571",
3164 "--task-output-dir", 3218 "--task-output-dir",
3165 "/path/to/tmp/" 3219 "/path/to/tmp/"
3166 ], 3220 ],
3221 "cwd": "[SLAVE_BUILD]",
3167 "name": "gpu_process_launch on Intel GPU on Mac (with patch)" 3222 "name": "gpu_process_launch on Intel GPU on Mac (with patch)"
3168 }, 3223 },
3169 { 3224 {
3170 "cmd": [ 3225 "cmd": [
3171 "python", 3226 "python",
3172 "-u", 3227 "-u",
3173 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3228 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3174 "collect", 3229 "collect",
3175 "--swarming", 3230 "--swarming",
3176 "https://chromium-swarm.appspot.com", 3231 "https://chromium-swarm.appspot.com",
3177 "--decorate", 3232 "--decorate",
3178 "--print-status-updates", 3233 "--print-status-updates",
3179 "--shards", 3234 "--shards",
3180 "1", 3235 "1",
3181 "gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_blink_rel/571", 3236 "gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma c_blink_rel/571",
3182 "--task-output-dir", 3237 "--task-output-dir",
3183 "/path/to/tmp/" 3238 "/path/to/tmp/"
3184 ], 3239 ],
3240 "cwd": "[SLAVE_BUILD]",
3185 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" 3241 "name": "gpu_rasterization on Intel GPU on Mac (with patch)"
3186 }, 3242 },
3187 { 3243 {
3188 "allow_subannotations": true, 3244 "allow_subannotations": true,
3189 "cmd": [ 3245 "cmd": [
3190 "python", 3246 "python",
3191 "-u", 3247 "-u",
3192 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3248 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3193 "--swarming-client-dir", 3249 "--swarming-client-dir",
3194 "[SLAVE_BUILD]/src/tools/swarming_client", 3250 "[SLAVE_BUILD]/src/tools/swarming_client",
3195 "--temp-root-dir", 3251 "--temp-root-dir",
3196 "[TMP_BASE]", 3252 "[TMP_BASE]",
3197 "--merged-test-output", 3253 "--merged-test-output",
3198 "/path/to/tmp/json", 3254 "/path/to/tmp/json",
3199 "--", 3255 "--",
3200 "collect", 3256 "collect",
3201 "--swarming", 3257 "--swarming",
3202 "https://chromium-swarm.appspot.com", 3258 "https://chromium-swarm.appspot.com",
3203 "--decorate", 3259 "--decorate",
3204 "--print-status-updates", 3260 "--print-status-updates",
3205 "--shards", 3261 "--shards",
3206 "1", 3262 "1",
3207 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm y has/mac_blink_rel/571" 3263 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm y has/mac_blink_rel/571"
3208 ], 3264 ],
3265 "cwd": "[SLAVE_BUILD]",
3209 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" 3266 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)"
3210 }, 3267 },
3211 { 3268 {
3212 "allow_subannotations": true, 3269 "allow_subannotations": true,
3213 "cmd": [ 3270 "cmd": [
3214 "python", 3271 "python",
3215 "-u", 3272 "-u",
3216 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3273 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3217 "--swarming-client-dir", 3274 "--swarming-client-dir",
3218 "[SLAVE_BUILD]/src/tools/swarming_client", 3275 "[SLAVE_BUILD]/src/tools/swarming_client",
3219 "--temp-root-dir", 3276 "--temp-root-dir",
3220 "[TMP_BASE]", 3277 "[TMP_BASE]",
3221 "--merged-test-output", 3278 "--merged-test-output",
3222 "/path/to/tmp/json", 3279 "/path/to/tmp/json",
3223 "--", 3280 "--",
3224 "collect", 3281 "collect",
3225 "--swarming", 3282 "--swarming",
3226 "https://chromium-swarm.appspot.com", 3283 "https://chromium-swarm.appspot.com",
3227 "--decorate", 3284 "--decorate",
3228 "--print-status-updates", 3285 "--print-status-updates",
3229 "--shards", 3286 "--shards",
3230 "1", 3287 "1",
3231 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571" 3288 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571"
3232 ], 3289 ],
3290 "cwd": "[SLAVE_BUILD]",
3233 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10 .9" 3291 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10 .9"
3234 }, 3292 },
3235 { 3293 {
3236 "allow_subannotations": true, 3294 "allow_subannotations": true,
3237 "cmd": [ 3295 "cmd": [
3238 "python", 3296 "python",
3239 "-u", 3297 "-u",
3240 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3298 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3241 "--swarming-client-dir", 3299 "--swarming-client-dir",
3242 "[SLAVE_BUILD]/src/tools/swarming_client", 3300 "[SLAVE_BUILD]/src/tools/swarming_client",
3243 "--temp-root-dir", 3301 "--temp-root-dir",
3244 "[TMP_BASE]", 3302 "[TMP_BASE]",
3245 "--merged-test-output", 3303 "--merged-test-output",
3246 "/path/to/tmp/json", 3304 "/path/to/tmp/json",
3247 "--", 3305 "--",
3248 "collect", 3306 "collect",
3249 "--swarming", 3307 "--swarming",
3250 "https://chromium-swarm.appspot.com", 3308 "https://chromium-swarm.appspot.com",
3251 "--decorate", 3309 "--decorate",
3252 "--print-status-updates", 3310 "--print-status-updates",
3253 "--shards", 3311 "--shards",
3254 "1", 3312 "1",
3255 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac _blink_rel/571" 3313 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac _blink_rel/571"
3256 ], 3314 ],
3315 "cwd": "[SLAVE_BUILD]",
3257 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3316 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3258 }, 3317 },
3259 { 3318 {
3260 "allow_subannotations": true, 3319 "allow_subannotations": true,
3261 "cmd": [ 3320 "cmd": [
3262 "python", 3321 "python",
3263 "-u", 3322 "-u",
3264 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3323 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3265 "--swarming-client-dir", 3324 "--swarming-client-dir",
3266 "[SLAVE_BUILD]/src/tools/swarming_client", 3325 "[SLAVE_BUILD]/src/tools/swarming_client",
3267 "--temp-root-dir", 3326 "--temp-root-dir",
3268 "[TMP_BASE]", 3327 "[TMP_BASE]",
3269 "--merged-test-output", 3328 "--merged-test-output",
3270 "/path/to/tmp/json", 3329 "/path/to/tmp/json",
3271 "--", 3330 "--",
3272 "collect", 3331 "collect",
3273 "--swarming", 3332 "--swarming",
3274 "https://chromium-swarm.appspot.com", 3333 "https://chromium-swarm.appspot.com",
3275 "--decorate", 3334 "--decorate",
3276 "--print-status-updates", 3335 "--print-status-updates",
3277 "--shards", 3336 "--shards",
3278 "1", 3337 "1",
3279 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571" 3338 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571"
3280 ], 3339 ],
3340 "cwd": "[SLAVE_BUILD]",
3281 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9" 3341 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9"
3282 }, 3342 },
3283 { 3343 {
3284 "cmd": [ 3344 "cmd": [
3285 "python", 3345 "python",
3286 "-u", 3346 "-u",
3287 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3347 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3288 "collect", 3348 "collect",
3289 "--swarming", 3349 "--swarming",
3290 "https://chromium-swarm.appspot.com", 3350 "https://chromium-swarm.appspot.com",
3291 "--decorate", 3351 "--decorate",
3292 "--print-status-updates", 3352 "--print-status-updates",
3293 "--shards", 3353 "--shards",
3294 "1", 3354 "1",
3295 "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571", 3355 "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571",
3296 "--task-output-dir", 3356 "--task-output-dir",
3297 "/path/to/tmp/" 3357 "/path/to/tmp/"
3298 ], 3358 ],
3359 "cwd": "[SLAVE_BUILD]",
3299 "name": "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9" 3360 "name": "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9"
3300 }, 3361 },
3301 { 3362 {
3302 "cmd": [ 3363 "cmd": [
3303 "python", 3364 "python",
3304 "-u", 3365 "-u",
3305 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3366 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3306 "collect", 3367 "collect",
3307 "--swarming", 3368 "--swarming",
3308 "https://chromium-swarm.appspot.com", 3369 "https://chromium-swarm.appspot.com",
3309 "--decorate", 3370 "--decorate",
3310 "--print-status-updates", 3371 "--print-status-updates",
3311 "--shards", 3372 "--shards",
3312 "1", 3373 "1",
3313 "pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_blink_rel/571", 3374 "pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_blink_rel/571",
3314 "--task-output-dir", 3375 "--task-output-dir",
3315 "/path/to/tmp/" 3376 "/path/to/tmp/"
3316 ], 3377 ],
3378 "cwd": "[SLAVE_BUILD]",
3317 "name": "pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3379 "name": "pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3318 }, 3380 },
3319 { 3381 {
3320 "cmd": [ 3382 "cmd": [
3321 "python", 3383 "python",
3322 "-u", 3384 "-u",
3323 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3385 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3324 "collect", 3386 "collect",
3325 "--swarming", 3387 "--swarming",
3326 "https://chromium-swarm.appspot.com", 3388 "https://chromium-swarm.appspot.com",
3327 "--decorate", 3389 "--decorate",
3328 "--print-status-updates", 3390 "--print-status-updates",
3329 "--shards", 3391 "--shards",
3330 "1", 3392 "1",
3331 "webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_blink_rel/571", 3393 "webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_blink_rel/571",
3332 "--task-output-dir", 3394 "--task-output-dir",
3333 "/path/to/tmp/" 3395 "/path/to/tmp/"
3334 ], 3396 ],
3397 "cwd": "[SLAVE_BUILD]",
3335 "name": "webgl_conformance on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9" 3398 "name": "webgl_conformance on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9"
3336 }, 3399 },
3337 { 3400 {
3338 "cmd": [ 3401 "cmd": [
3339 "python", 3402 "python",
3340 "-u", 3403 "-u",
3341 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3404 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3342 "collect", 3405 "collect",
3343 "--swarming", 3406 "--swarming",
3344 "https://chromium-swarm.appspot.com", 3407 "https://chromium-swarm.appspot.com",
3345 "--decorate", 3408 "--decorate",
3346 "--print-status-updates", 3409 "--print-status-updates",
3347 "--shards", 3410 "--shards",
3348 "1", 3411 "1",
3349 "context_lost on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has /mac_blink_rel/571", 3412 "context_lost on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has /mac_blink_rel/571",
3350 "--task-output-dir", 3413 "--task-output-dir",
3351 "/path/to/tmp/" 3414 "/path/to/tmp/"
3352 ], 3415 ],
3416 "cwd": "[SLAVE_BUILD]",
3353 "name": "context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3417 "name": "context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3354 }, 3418 },
3355 { 3419 {
3356 "cmd": [ 3420 "cmd": [
3357 "python", 3421 "python",
3358 "-u", 3422 "-u",
3359 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3423 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3360 "collect", 3424 "collect",
3361 "--swarming", 3425 "--swarming",
3362 "https://chromium-swarm.appspot.com", 3426 "https://chromium-swarm.appspot.com",
3363 "--decorate", 3427 "--decorate",
3364 "--print-status-updates", 3428 "--print-status-updates",
3365 "--shards", 3429 "--shards",
3366 "1", 3430 "1",
3367 "memory_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/ mac_blink_rel/571", 3431 "memory_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/ mac_blink_rel/571",
3368 "--task-output-dir", 3432 "--task-output-dir",
3369 "/path/to/tmp/" 3433 "/path/to/tmp/"
3370 ], 3434 ],
3435 "cwd": "[SLAVE_BUILD]",
3371 "name": "memory_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3436 "name": "memory_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3372 }, 3437 },
3373 { 3438 {
3374 "cmd": [ 3439 "cmd": [
3375 "python", 3440 "python",
3376 "-u", 3441 "-u",
3377 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3442 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3378 "collect", 3443 "collect",
3379 "--swarming", 3444 "--swarming",
3380 "https://chromium-swarm.appspot.com", 3445 "https://chromium-swarm.appspot.com",
3381 "--decorate", 3446 "--decorate",
3382 "--print-status-updates", 3447 "--print-status-updates",
3383 "--shards", 3448 "--shards",
3384 "1", 3449 "1",
3385 "trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_blink_rel/571", 3450 "trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m ac_blink_rel/571",
3386 "--task-output-dir", 3451 "--task-output-dir",
3387 "/path/to/tmp/" 3452 "/path/to/tmp/"
3388 ], 3453 ],
3454 "cwd": "[SLAVE_BUILD]",
3389 "name": "trace_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3455 "name": "trace_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3390 }, 3456 },
3391 { 3457 {
3392 "cmd": [ 3458 "cmd": [
3393 "python", 3459 "python",
3394 "-u", 3460 "-u",
3395 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3461 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3396 "collect", 3462 "collect",
3397 "--swarming", 3463 "--swarming",
3398 "https://chromium-swarm.appspot.com", 3464 "https://chromium-swarm.appspot.com",
3399 "--decorate", 3465 "--decorate",
3400 "--print-status-updates", 3466 "--print-status-updates",
3401 "--shards", 3467 "--shards",
3402 "1", 3468 "1",
3403 "screenshot_sync on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571", 3469 "screenshot_sync on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571",
3404 "--task-output-dir", 3470 "--task-output-dir",
3405 "/path/to/tmp/" 3471 "/path/to/tmp/"
3406 ], 3472 ],
3473 "cwd": "[SLAVE_BUILD]",
3407 "name": "screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9" 3474 "name": "screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10. 9"
3408 }, 3475 },
3409 { 3476 {
3410 "cmd": [ 3477 "cmd": [
3411 "python", 3478 "python",
3412 "-u", 3479 "-u",
3413 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3480 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3414 "collect", 3481 "collect",
3415 "--swarming", 3482 "--swarming",
3416 "https://chromium-swarm.appspot.com", 3483 "https://chromium-swarm.appspot.com",
3417 "--decorate", 3484 "--decorate",
3418 "--print-status-updates", 3485 "--print-status-updates",
3419 "--shards", 3486 "--shards",
3420 "1", 3487 "1",
3421 "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac -10.9/[dummy has/mac_blink_rel/571", 3488 "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac -10.9/[dummy has/mac_blink_rel/571",
3422 "--task-output-dir", 3489 "--task-output-dir",
3423 "/path/to/tmp/" 3490 "/path/to/tmp/"
3424 ], 3491 ],
3492 "cwd": "[SLAVE_BUILD]",
3425 "name": "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9" 3493 "name": "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patc h) on Mac-10.9"
3426 }, 3494 },
3427 { 3495 {
3428 "cmd": [ 3496 "cmd": [
3429 "python", 3497 "python",
3430 "-u", 3498 "-u",
3431 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3499 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3432 "collect", 3500 "collect",
3433 "--swarming", 3501 "--swarming",
3434 "https://chromium-swarm.appspot.com", 3502 "https://chromium-swarm.appspot.com",
3435 "--decorate", 3503 "--decorate",
3436 "--print-status-updates", 3504 "--print-status-updates",
3437 "--shards", 3505 "--shards",
3438 "1", 3506 "1",
3439 "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dum my has/mac_blink_rel/571", 3507 "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dum my has/mac_blink_rel/571",
3440 "--task-output-dir", 3508 "--task-output-dir",
3441 "/path/to/tmp/" 3509 "/path/to/tmp/"
3442 ], 3510 ],
3511 "cwd": "[SLAVE_BUILD]",
3443 "name": "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9" 3512 "name": "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch) on Mac- 10.9"
3444 }, 3513 },
3445 { 3514 {
3446 "cmd": [ 3515 "cmd": [
3447 "python", 3516 "python",
3448 "-u", 3517 "-u",
3449 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 3518 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
3450 "collect", 3519 "collect",
3451 "--swarming", 3520 "--swarming",
3452 "https://chromium-swarm.appspot.com", 3521 "https://chromium-swarm.appspot.com",
3453 "--decorate", 3522 "--decorate",
3454 "--print-status-updates", 3523 "--print-status-updates",
3455 "--shards", 3524 "--shards",
3456 "1", 3525 "1",
3457 "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_blink_rel/571", 3526 "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm y has/mac_blink_rel/571",
3458 "--task-output-dir", 3527 "--task-output-dir",
3459 "/path/to/tmp/" 3528 "/path/to/tmp/"
3460 ], 3529 ],
3530 "cwd": "[SLAVE_BUILD]",
3461 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9" 3531 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1 0.9"
3462 }, 3532 },
3463 { 3533 {
3464 "allow_subannotations": true, 3534 "allow_subannotations": true,
3465 "cmd": [ 3535 "cmd": [
3466 "python", 3536 "python",
3467 "-u", 3537 "-u",
3468 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 3538 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
3469 "--swarming-client-dir", 3539 "--swarming-client-dir",
3470 "[SLAVE_BUILD]/src/tools/swarming_client", 3540 "[SLAVE_BUILD]/src/tools/swarming_client",
3471 "--temp-root-dir", 3541 "--temp-root-dir",
3472 "[TMP_BASE]", 3542 "[TMP_BASE]",
3473 "--merged-test-output", 3543 "--merged-test-output",
3474 "/path/to/tmp/json", 3544 "/path/to/tmp/json",
3475 "--", 3545 "--",
3476 "collect", 3546 "collect",
3477 "--swarming", 3547 "--swarming",
3478 "https://chromium-swarm.appspot.com", 3548 "https://chromium-swarm.appspot.com",
3479 "--decorate", 3549 "--decorate",
3480 "--print-status-updates", 3550 "--print-status-updates",
3481 "--shards", 3551 "--shards",
3482 "1", 3552 "1",
3483 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_blink_rel/571" 3553 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10 .9/[dummy has/mac_blink_rel/571"
3484 ], 3554 ],
3555 "cwd": "[SLAVE_BUILD]",
3485 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" 3556 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9"
3486 } 3557 }
3487 ] 3558 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698