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

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

Issue 2293173002: New gamut GM, to test gamut conversion in various code-paths (Closed)
Patch Set: Regenerated json Created 4 years, 3 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "_", 304 "_",
305 "image-cacherator-from-ctable", 305 "image-cacherator-from-ctable",
306 "2ndpic-8888", 306 "2ndpic-8888",
307 "gm", 307 "gm",
308 "_", 308 "_",
309 "image-cacherator-from-ctable", 309 "image-cacherator-from-ctable",
310 "serialize-8888", 310 "serialize-8888",
311 "gm", 311 "gm",
312 "_", 312 "_",
313 "image-cacherator-from-ctable", 313 "image-cacherator-from-ctable",
314 "sp-8888",
315 "gm",
316 "_",
317 "gamut",
318 "pic-8888",
319 "gm",
320 "_",
321 "gamut",
322 "lite-8888",
323 "gm",
324 "_",
325 "gamut",
326 "2ndpic-8888",
327 "gm",
328 "_",
329 "gamut",
330 "serialize-8888",
331 "gm",
332 "_",
333 "gamut",
314 "--match", 334 "--match",
315 "~Once", 335 "~Once",
316 "~Shared" 336 "~Shared"
317 ], 337 ],
318 "env": { 338 "env": {
319 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 339 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
320 "BUILDTYPE": "Debug", 340 "BUILDTYPE": "Debug",
321 "CHROME_HEADLESS": "1", 341 "CHROME_HEADLESS": "1",
322 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 342 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
323 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1", 343 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
324 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 344 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
325 "SKIA_OUT": "[SLAVE_BUILD]/out" 345 "SKIA_OUT": "[SLAVE_BUILD]/out"
326 }, 346 },
327 "name": "dm" 347 "name": "dm"
328 }, 348 },
329 { 349 {
330 "name": "$result", 350 "name": "$result",
331 "recipe_result": null, 351 "recipe_result": null,
332 "status_code": 0 352 "status_code": 0
333 } 353 }
334 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698