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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json

Issue 2356753003: Blacklist serialize-8888 typefacerendering_pfaMac (Closed)
Patch Set: 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "_", 423 "_",
424 "composeshader_bitmap", 424 "composeshader_bitmap",
425 "serialize-8888", 425 "serialize-8888",
426 "gm", 426 "gm",
427 "_", 427 "_",
428 "scaled_tilemodes_npot", 428 "scaled_tilemodes_npot",
429 "serialize-8888", 429 "serialize-8888",
430 "gm", 430 "gm",
431 "_", 431 "_",
432 "scaled_tilemodes", 432 "scaled_tilemodes",
433 "serialize-8888",
434 "gm",
435 "_",
436 "typefacerendering_pfaMac",
433 "pic-8888", 437 "pic-8888",
434 "gm", 438 "gm",
435 "_", 439 "_",
436 "drawfilter", 440 "drawfilter",
437 "pic-8888", 441 "pic-8888",
438 "gm", 442 "gm",
439 "_", 443 "_",
440 "image-cacherator-from-picture", 444 "image-cacherator-from-picture",
441 "serialize-8888", 445 "serialize-8888",
442 "gm", 446 "gm",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "SKIA_OUT": "[SLAVE_BUILD]/out" 577 "SKIA_OUT": "[SLAVE_BUILD]/out"
574 }, 578 },
575 "name": "dm" 579 "name": "dm"
576 }, 580 },
577 { 581 {
578 "name": "$result", 582 "name": "$result",
579 "recipe_result": null, 583 "recipe_result": null,
580 "status_code": 0 584 "status_code": 0
581 } 585 }
582 ] 586 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698