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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "_", 430 "_",
431 "image-cacherator-from-ctable", 431 "image-cacherator-from-ctable",
432 "2ndpic-8888", 432 "2ndpic-8888",
433 "gm", 433 "gm",
434 "_", 434 "_",
435 "image-cacherator-from-ctable", 435 "image-cacherator-from-ctable",
436 "serialize-8888", 436 "serialize-8888",
437 "gm", 437 "gm",
438 "_", 438 "_",
439 "image-cacherator-from-ctable", 439 "image-cacherator-from-ctable",
440 "sp-8888",
441 "svg",
442 "_",
443 "car.svg",
444 "pic-8888",
445 "svg",
446 "_",
447 "car.svg",
448 "2ndpic-8888",
449 "svg",
450 "_",
451 "car.svg",
452 "serialize-8888",
453 "svg",
454 "_",
455 "car.svg",
456 "sp-8888",
457 "svg",
458 "_",
459 "gallardo.svg",
460 "pic-8888",
461 "svg",
462 "_",
463 "gallardo.svg",
464 "2ndpic-8888",
465 "svg",
466 "_",
467 "gallardo.svg",
468 "serialize-8888",
469 "svg",
470 "_",
471 "gallardo.svg",
472 "sp-8888",
473 "svg",
474 "_",
475 "rg1024_green_grapes.svg",
476 "pic-8888",
477 "svg",
478 "_",
479 "rg1024_green_grapes.svg",
480 "2ndpic-8888",
481 "svg",
482 "_",
483 "rg1024_green_grapes.svg",
484 "serialize-8888",
485 "svg",
486 "_",
487 "rg1024_green_grapes.svg",
488 "sp-8888",
489 "svg",
490 "_",
491 "Seal_of_Kansas.svg",
492 "pic-8888",
493 "svg",
494 "_",
495 "Seal_of_Kansas.svg",
496 "2ndpic-8888",
497 "svg",
498 "_",
499 "Seal_of_Kansas.svg",
500 "serialize-8888",
501 "svg",
502 "_",
503 "Seal_of_Kansas.svg",
504 "_", 440 "_",
505 "image", 441 "image",
506 "_", 442 "_",
507 "interlaced1.png", 443 "interlaced1.png",
508 "_", 444 "_",
509 "image", 445 "image",
510 "_", 446 "_",
511 "interlaced2.png", 447 "interlaced2.png",
512 "_", 448 "_",
513 "image", 449 "image",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 "SKIA_OUT": "[SLAVE_BUILD]/out" 536 "SKIA_OUT": "[SLAVE_BUILD]/out"
601 }, 537 },
602 "name": "dm" 538 "name": "dm"
603 }, 539 },
604 { 540 {
605 "name": "$result", 541 "name": "$result",
606 "recipe_result": null, 542 "recipe_result": null,
607 "status_code": 0 543 "status_code": 0
608 } 544 }
609 ] 545 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698