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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2247903002: Fix up infra bot change (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "_", 300 "_",
301 "image-cacherator-from-ctable", 301 "image-cacherator-from-ctable",
302 "2ndpic-8888", 302 "2ndpic-8888",
303 "gm", 303 "gm",
304 "_", 304 "_",
305 "image-cacherator-from-ctable", 305 "image-cacherator-from-ctable",
306 "serialize-8888", 306 "serialize-8888",
307 "gm", 307 "gm",
308 "_", 308 "_",
309 "image-cacherator-from-ctable", 309 "image-cacherator-from-ctable",
310 "sp-8888",
311 "svg",
312 "_",
313 "car.svg",
314 "pic-8888",
315 "svg",
316 "_",
317 "car.svg",
318 "2ndpic-8888",
319 "svg",
320 "_",
321 "car.svg",
322 "serialize-8888",
323 "svg",
324 "_",
325 "car.svg",
326 "sp-8888",
327 "svg",
328 "_",
329 "gallardo.svg",
330 "pic-8888",
331 "svg",
332 "_",
333 "gallardo.svg",
334 "2ndpic-8888",
335 "svg",
336 "_",
337 "gallardo.svg",
338 "serialize-8888",
339 "svg",
340 "_",
341 "gallardo.svg",
342 "sp-8888",
343 "svg",
344 "_",
345 "rg1024_green_grapes.svg",
346 "pic-8888",
347 "svg",
348 "_",
349 "rg1024_green_grapes.svg",
350 "2ndpic-8888",
351 "svg",
352 "_",
353 "rg1024_green_grapes.svg",
354 "serialize-8888",
355 "svg",
356 "_",
357 "rg1024_green_grapes.svg",
358 "sp-8888",
359 "svg",
360 "_",
361 "Seal_of_Kansas.svg",
362 "pic-8888",
363 "svg",
364 "_",
365 "Seal_of_Kansas.svg",
366 "2ndpic-8888",
367 "svg",
368 "_",
369 "Seal_of_Kansas.svg",
370 "serialize-8888",
371 "svg",
372 "_",
373 "Seal_of_Kansas.svg",
310 "--match", 374 "--match",
311 "~Once", 375 "~Once",
312 "~Shared" 376 "~Shared"
313 ], 377 ],
314 "env": { 378 "env": {
315 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 379 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
316 "BUILDTYPE": "Debug", 380 "BUILDTYPE": "Debug",
317 "CHROME_HEADLESS": "1", 381 "CHROME_HEADLESS": "1",
318 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 382 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
319 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 383 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
320 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 384 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
321 "SKIA_OUT": "[SLAVE_BUILD]/out", 385 "SKIA_OUT": "[SLAVE_BUILD]/out",
322 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 386 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
323 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 387 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
324 }, 388 },
325 "name": "dm" 389 "name": "dm"
326 }, 390 },
327 { 391 {
328 "name": "$result", 392 "name": "$result",
329 "recipe_result": null, 393 "recipe_result": null,
330 "status_code": 0 394 "status_code": 0
331 } 395 }
332 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698