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

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

Issue 2380313002: Revert of Fix gamut GM to work w/serialization configs. Remove it from blacklist. (Closed)
Patch Set: Created 4 years, 2 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "_", 308 "_",
309 "image-cacherator-from-ctable", 309 "image-cacherator-from-ctable",
310 "2ndpic-8888", 310 "2ndpic-8888",
311 "gm", 311 "gm",
312 "_", 312 "_",
313 "image-cacherator-from-ctable", 313 "image-cacherator-from-ctable",
314 "serialize-8888", 314 "serialize-8888",
315 "gm", 315 "gm",
316 "_", 316 "_",
317 "image-cacherator-from-ctable", 317 "image-cacherator-from-ctable",
318 "sp-8888",
319 "gm",
320 "_",
321 "gamut",
322 "pic-8888",
323 "gm",
324 "_",
325 "gamut",
326 "lite-8888",
327 "gm",
328 "_",
329 "gamut",
330 "2ndpic-8888",
331 "gm",
332 "_",
333 "gamut",
334 "serialize-8888",
335 "gm",
336 "_",
337 "gamut",
318 "--match", 338 "--match",
319 "~ReadWriteAlpha" 339 "~ReadWriteAlpha"
320 ], 340 ],
321 "cwd": "[SLAVE_BUILD]/skia", 341 "cwd": "[SLAVE_BUILD]/skia",
322 "env": { 342 "env": {
323 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin" 343 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin"
324 }, 344 },
325 "name": "dm" 345 "name": "dm"
326 }, 346 },
327 { 347 {
328 "name": "$result", 348 "name": "$result",
329 "recipe_result": null, 349 "recipe_result": null,
330 "status_code": 0 350 "status_code": 0
331 } 351 }
332 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698