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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_MSAN.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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux MSAN", 10 "WebKit Linux MSAN",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@HEAD", 22 "src@HEAD",
23 "--revision", 23 "--revision",
24 "src/third_party/WebKit@HEAD" 24 "src/third_party/WebKit@HEAD"
25 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 27 "name": "bot_update",
27 "~followup_annotations": [ 28 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
63 ] 64 ]
64 }, 65 },
65 { 66 {
66 "cmd": [ 67 "cmd": [
67 "python", 68 "python",
68 "-u", 69 "-u",
69 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 70 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
70 "--version" 71 "--version"
71 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
72 "name": "swarming.py --version", 74 "name": "swarming.py --version",
73 "stdout": "/path/to/tmp/", 75 "stdout": "/path/to/tmp/",
74 "~followup_annotations": [ 76 "~followup_annotations": [
75 "@@@STEP_TEXT@0.4.10@@@" 77 "@@@STEP_TEXT@0.4.10@@@"
76 ] 78 ]
77 }, 79 },
78 { 80 {
79 "cmd": [ 81 "cmd": [
80 "python", 82 "python",
81 "-u", 83 "-u",
82 "[DEPOT_TOOLS]/gclient.py", 84 "[DEPOT_TOOLS]/gclient.py",
83 "runhooks" 85 "runhooks"
84 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
85 "env": { 88 "env": {
86 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ms an=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare use_goma=1 use_prebuilt_instrumented_libraries=1" 89 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ms an=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare use_goma=1 use_prebuilt_instrumented_libraries=1"
87 }, 90 },
88 "name": "gclient runhooks" 91 "name": "gclient runhooks"
89 }, 92 },
90 { 93 {
91 "cmd": [ 94 "cmd": [
92 "python", 95 "python",
93 "-u", 96 "-u",
94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 97 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
95 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", 98 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json",
96 "/path/to/tmp/json" 99 "/path/to/tmp/json"
97 ], 100 ],
101 "cwd": "[SLAVE_BUILD]",
98 "name": "read test spec", 102 "name": "read test spec",
99 "~followup_annotations": [ 103 "~followup_annotations": [
100 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso n@@@", 104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso n@@@",
101 "@@@STEP_LOG_LINE@json.output@{@@@", 105 "@@@STEP_LOG_LINE@json.output@{@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux MSAN\": {@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux MSAN\": {@@@",
103 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 107 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
104 "@@@STEP_LOG_LINE@json.output@ {@@@", 108 "@@@STEP_LOG_LINE@json.output@ {@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 110 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
107 "@@@STEP_LOG_LINE@json.output@ }, @@@", 111 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 13 matching lines...) Expand all
121 "--output", 125 "--output",
122 "/path/to/tmp/json", 126 "/path/to/tmp/json",
123 "--", 127 "--",
124 "--build-config-fs", 128 "--build-config-fs",
125 "Release", 129 "Release",
126 "--paths", 130 "--paths",
127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
128 "--properties", 132 "--properties",
129 "{\"buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"masterna me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"linux\"}" 133 "{\"buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"masterna me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"linux\"}"
130 ], 134 ],
135 "cwd": "[SLAVE_BUILD]",
131 "name": "get compile targets for scripts", 136 "name": "get compile targets for scripts",
132 "~followup_annotations": [ 137 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{}@@@", 138 "@@@STEP_LOG_LINE@json.output@{}@@@",
134 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
135 ] 140 ]
136 }, 141 },
137 { 142 {
138 "cmd": [ 143 "cmd": [
139 "python", 144 "python",
140 "-u", 145 "-u",
141 "[BUILD]/scripts/slave/cleanup_temp.py" 146 "[BUILD]/scripts/slave/cleanup_temp.py"
142 ], 147 ],
148 "cwd": "[SLAVE_BUILD]",
143 "name": "cleanup_temp" 149 "name": "cleanup_temp"
144 }, 150 },
145 { 151 {
146 "cmd": [ 152 "cmd": [
147 "python", 153 "python",
148 "-u", 154 "-u",
149 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 155 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
150 "--build-dir", 156 "--build-dir",
151 "[SLAVE_BUILD]/src/out/Release", 157 "[SLAVE_BUILD]/src/out/Release",
152 "--clean-isolated-files" 158 "--clean-isolated-files"
153 ], 159 ],
160 "cwd": "[SLAVE_BUILD]",
154 "name": "clean isolated files" 161 "name": "clean isolated files"
155 }, 162 },
156 { 163 {
157 "cmd": [ 164 "cmd": [
158 "python", 165 "python",
159 "-u", 166 "-u",
160 "[BUILD]/scripts/slave/compile.py", 167 "[BUILD]/scripts/slave/compile.py",
161 "--target", 168 "--target",
162 "Release", 169 "Release",
163 "--src-dir", 170 "--src-dir",
164 "[SLAVE_BUILD]/src", 171 "[SLAVE_BUILD]/src",
165 "--build-tool", 172 "--build-tool",
166 "ninja", 173 "ninja",
167 "--compiler", 174 "--compiler",
168 "goma-clang", 175 "goma-clang",
169 "--goma-dir", 176 "--goma-dir",
170 "[BUILD]/goma", 177 "[BUILD]/goma",
171 "--", 178 "--",
172 "blink_tests", 179 "blink_tests",
173 "browser_tests", 180 "browser_tests",
174 "browser_tests_run" 181 "browser_tests_run"
175 ], 182 ],
183 "cwd": "[SLAVE_BUILD]",
176 "name": "compile" 184 "name": "compile"
177 }, 185 },
178 { 186 {
179 "cmd": [ 187 "cmd": [
180 "python", 188 "python",
181 "-u", 189 "-u",
182 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 190 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
183 "--build-dir", 191 "--build-dir",
184 "[SLAVE_BUILD]/src/out/Release", 192 "[SLAVE_BUILD]/src/out/Release",
185 "--src-dir", 193 "--src-dir",
186 "[SLAVE_BUILD]/src" 194 "[SLAVE_BUILD]/src"
187 ], 195 ],
188 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
189 "name": "remove_build_metadata" 197 "name": "remove_build_metadata"
190 }, 198 },
191 { 199 {
192 "cmd": [ 200 "cmd": [
193 "python", 201 "python",
194 "-u", 202 "-u",
195 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 203 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
196 "batcharchive", 204 "batcharchive",
197 "--dump-json", 205 "--dump-json",
198 "/path/to/tmp/json", 206 "/path/to/tmp/json",
199 "--isolate-server", 207 "--isolate-server",
200 "https://isolateserver.appspot.com", 208 "https://isolateserver.appspot.com",
201 "--verbose", 209 "--verbose",
202 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 210 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
203 ], 211 ],
212 "cwd": "[SLAVE_BUILD]",
204 "name": "isolate tests", 213 "name": "isolate tests",
205 "~followup_annotations": [ 214 "~followup_annotations": [
206 "@@@STEP_LOG_LINE@json.output@{@@@", 215 "@@@STEP_LOG_LINE@json.output@{@@@",
207 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 216 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 217 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@" 218 "@@@STEP_LOG_END@json.output@@@"
210 ] 219 ]
211 }, 220 },
212 { 221 {
213 "cmd": [ 222 "cmd": [
214 "python", 223 "python",
215 "-u", 224 "-u",
216 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 225 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
217 "--build-dir", 226 "--build-dir",
218 "[SLAVE_BUILD]/src/out/Release", 227 "[SLAVE_BUILD]/src/out/Release",
219 "--output-json", 228 "--output-json",
220 "/path/to/tmp/json" 229 "/path/to/tmp/json"
221 ], 230 ],
231 "cwd": "[SLAVE_BUILD]",
222 "name": "find isolated tests", 232 "name": "find isolated tests",
223 "~followup_annotations": [ 233 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output@{@@@", 234 "@@@STEP_LOG_LINE@json.output@{@@@",
225 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 235 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
226 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 236 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
227 "@@@STEP_LOG_LINE@json.output@}@@@", 237 "@@@STEP_LOG_LINE@json.output@}@@@",
228 "@@@STEP_LOG_END@json.output@@@", 238 "@@@STEP_LOG_END@json.output@@@",
229 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 239 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
230 ] 240 ]
231 }, 241 },
232 { 242 {
233 "cmd": [ 243 "cmd": [
234 "python", 244 "python",
235 "-u", 245 "-u",
236 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 246 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
237 "browser_tests" 247 "browser_tests"
238 ], 248 ],
249 "cwd": "[SLAVE_BUILD]",
239 "name": "[error] browser_tests", 250 "name": "[error] browser_tests",
240 "~followup_annotations": [ 251 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@python.inline@@@@", 252 "@@@STEP_LOG_LINE@python.inline@@@@",
242 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 253 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
243 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 254 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
244 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 255 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
245 "@@@STEP_LOG_END@python.inline@@@" 256 "@@@STEP_LOG_END@python.inline@@@"
246 ] 257 ]
247 }, 258 },
248 { 259 {
(...skipping 27 matching lines...) Expand all
276 "--build-number", 287 "--build-number",
277 "571", 288 "571",
278 "--builder-name", 289 "--builder-name",
279 "WebKit Linux MSAN", 290 "WebKit Linux MSAN",
280 "--additional-expectations", 291 "--additional-expectations",
281 "src/third_party/WebKit/LayoutTests/MSANExpectations", 292 "src/third_party/WebKit/LayoutTests/MSANExpectations",
282 "--time-out-ms", 293 "--time-out-ms",
283 "66000", 294 "66000",
284 "--options=--enable-sanitizer" 295 "--options=--enable-sanitizer"
285 ], 296 ],
297 "cwd": "[SLAVE_BUILD]",
286 "name": "webkit_tests", 298 "name": "webkit_tests",
287 "~followup_annotations": [ 299 "~followup_annotations": [
288 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 300 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
289 ] 301 ]
290 }, 302 },
291 { 303 {
292 "cmd": [ 304 "cmd": [
293 "python", 305 "python",
294 "-u", 306 "-u",
295 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 307 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
296 "--results-dir", 308 "--results-dir",
297 "[SLAVE_BUILD]/layout-test-results", 309 "[SLAVE_BUILD]/layout-test-results",
298 "--build-dir", 310 "--build-dir",
299 "[SLAVE_BUILD]/src/out", 311 "[SLAVE_BUILD]/src/out",
300 "--build-number", 312 "--build-number",
301 "571", 313 "571",
302 "--builder-name", 314 "--builder-name",
303 "WebKit Linux MSAN", 315 "WebKit Linux MSAN",
304 "--gs-bucket", 316 "--gs-bucket",
305 "gs://chromium-layout-test-archives", 317 "gs://chromium-layout-test-archives",
306 "--factory-properties", 318 "--factory-properties",
307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"mastername\": \"ch romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 319 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"mastername\": \"ch romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
308 "--build-properties", 320 "--build-properties",
309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"mastername\": \"ch romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"mastername\": \"ch romium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
310 ], 322 ],
323 "cwd": "[SLAVE_BUILD]",
311 "name": "archive_webkit_tests_results", 324 "name": "archive_webkit_tests_results",
312 "~followup_annotations": [ 325 "~followup_annotations": [
313 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_MSAN/571/layout-test-results/results.html@@@", 326 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_MSAN/571/layout-test-results/results.html@@@",
314 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_MSAN/571/layout-test-results.zip@@@" 327 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_MSAN/571/layout-test-results.zip@@@"
315 ] 328 ]
316 }, 329 },
317 { 330 {
318 "cmd": [ 331 "cmd": [
319 "python", 332 "python",
320 "-u", 333 "-u",
321 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 334 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
322 "browser_tests" 335 "browser_tests"
323 ], 336 ],
337 "cwd": "[SLAVE_BUILD]",
324 "name": "[collect error] browser_tests", 338 "name": "[collect error] browser_tests",
325 "~followup_annotations": [ 339 "~followup_annotations": [
326 "@@@STEP_LOG_LINE@python.inline@@@@", 340 "@@@STEP_LOG_LINE@python.inline@@@@",
327 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 341 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
328 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 342 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
329 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 343 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
330 "@@@STEP_LOG_END@python.inline@@@" 344 "@@@STEP_LOG_END@python.inline@@@"
331 ] 345 ]
332 } 346 }
333 ] 347 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698