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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2282883002: Remove SVG DM serialization suppressions (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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "_", 474 "_",
475 "image-cacherator-from-ctable", 475 "image-cacherator-from-ctable",
476 "2ndpic-8888", 476 "2ndpic-8888",
477 "gm", 477 "gm",
478 "_", 478 "_",
479 "image-cacherator-from-ctable", 479 "image-cacherator-from-ctable",
480 "serialize-8888", 480 "serialize-8888",
481 "gm", 481 "gm",
482 "_", 482 "_",
483 "image-cacherator-from-ctable", 483 "image-cacherator-from-ctable",
484 "sp-8888",
485 "svg",
486 "_",
487 "car.svg",
488 "pic-8888",
489 "svg",
490 "_",
491 "car.svg",
492 "2ndpic-8888",
493 "svg",
494 "_",
495 "car.svg",
496 "serialize-8888",
497 "svg",
498 "_",
499 "car.svg",
500 "sp-8888",
501 "svg",
502 "_",
503 "gallardo.svg",
504 "pic-8888",
505 "svg",
506 "_",
507 "gallardo.svg",
508 "2ndpic-8888",
509 "svg",
510 "_",
511 "gallardo.svg",
512 "serialize-8888",
513 "svg",
514 "_",
515 "gallardo.svg",
516 "sp-8888",
517 "svg",
518 "_",
519 "rg1024_green_grapes.svg",
520 "pic-8888",
521 "svg",
522 "_",
523 "rg1024_green_grapes.svg",
524 "2ndpic-8888",
525 "svg",
526 "_",
527 "rg1024_green_grapes.svg",
528 "serialize-8888",
529 "svg",
530 "_",
531 "rg1024_green_grapes.svg",
532 "sp-8888",
533 "svg",
534 "_",
535 "Seal_of_Kansas.svg",
536 "pic-8888",
537 "svg",
538 "_",
539 "Seal_of_Kansas.svg",
540 "2ndpic-8888",
541 "svg",
542 "_",
543 "Seal_of_Kansas.svg",
544 "serialize-8888",
545 "svg",
546 "_",
547 "Seal_of_Kansas.svg",
548 "_", 484 "_",
549 "image", 485 "image",
550 "_", 486 "_",
551 "interlaced1.png", 487 "interlaced1.png",
552 "_", 488 "_",
553 "image", 489 "image",
554 "_", 490 "_",
555 "interlaced2.png", 491 "interlaced2.png",
556 "_", 492 "_",
557 "image", 493 "image",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "SKIA_OUT": "[SLAVE_BUILD]\\out" 583 "SKIA_OUT": "[SLAVE_BUILD]\\out"
648 }, 584 },
649 "name": "dm" 585 "name": "dm"
650 }, 586 },
651 { 587 {
652 "name": "$result", 588 "name": "$result",
653 "recipe_result": null, 589 "recipe_result": null,
654 "status_code": 0 590 "status_code": 0
655 } 591 }
656 ] 592 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698