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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "_", 436 "_",
437 "image-cacherator-from-ctable", 437 "image-cacherator-from-ctable",
438 "2ndpic-8888", 438 "2ndpic-8888",
439 "gm", 439 "gm",
440 "_", 440 "_",
441 "image-cacherator-from-ctable", 441 "image-cacherator-from-ctable",
442 "serialize-8888", 442 "serialize-8888",
443 "gm", 443 "gm",
444 "_", 444 "_",
445 "image-cacherator-from-ctable", 445 "image-cacherator-from-ctable",
446 "sp-8888",
447 "svg",
448 "_",
449 "car.svg",
450 "pic-8888",
451 "svg",
452 "_",
453 "car.svg",
454 "2ndpic-8888",
455 "svg",
456 "_",
457 "car.svg",
458 "serialize-8888",
459 "svg",
460 "_",
461 "car.svg",
462 "sp-8888",
463 "svg",
464 "_",
465 "gallardo.svg",
466 "pic-8888",
467 "svg",
468 "_",
469 "gallardo.svg",
470 "2ndpic-8888",
471 "svg",
472 "_",
473 "gallardo.svg",
474 "serialize-8888",
475 "svg",
476 "_",
477 "gallardo.svg",
478 "sp-8888",
479 "svg",
480 "_",
481 "rg1024_green_grapes.svg",
482 "pic-8888",
483 "svg",
484 "_",
485 "rg1024_green_grapes.svg",
486 "2ndpic-8888",
487 "svg",
488 "_",
489 "rg1024_green_grapes.svg",
490 "serialize-8888",
491 "svg",
492 "_",
493 "rg1024_green_grapes.svg",
494 "sp-8888",
495 "svg",
496 "_",
497 "Seal_of_Kansas.svg",
498 "pic-8888",
499 "svg",
500 "_",
501 "Seal_of_Kansas.svg",
502 "2ndpic-8888",
503 "svg",
504 "_",
505 "Seal_of_Kansas.svg",
506 "serialize-8888",
507 "svg",
508 "_",
509 "Seal_of_Kansas.svg",
510 "_", 446 "_",
511 "image", 447 "image",
512 "_", 448 "_",
513 "interlaced1.png", 449 "interlaced1.png",
514 "_", 450 "_",
515 "image", 451 "image",
516 "_", 452 "_",
517 "interlaced2.png", 453 "interlaced2.png",
518 "_", 454 "_",
519 "image", 455 "image",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "SKIA_OUT": "[SLAVE_BUILD]/out" 550 "SKIA_OUT": "[SLAVE_BUILD]/out"
615 }, 551 },
616 "name": "dm" 552 "name": "dm"
617 }, 553 },
618 { 554 {
619 "name": "$result", 555 "name": "$result",
620 "recipe_result": null, 556 "recipe_result": null,
621 "status_code": 0 557 "status_code": 0
622 } 558 }
623 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698