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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "_", 481 "_",
482 "image-cacherator-from-ctable", 482 "image-cacherator-from-ctable",
483 "2ndpic-8888", 483 "2ndpic-8888",
484 "gm", 484 "gm",
485 "_", 485 "_",
486 "image-cacherator-from-ctable", 486 "image-cacherator-from-ctable",
487 "serialize-8888", 487 "serialize-8888",
488 "gm", 488 "gm",
489 "_", 489 "_",
490 "image-cacherator-from-ctable", 490 "image-cacherator-from-ctable",
491 "sp-8888",
492 "svg",
493 "_",
494 "car.svg",
495 "pic-8888",
496 "svg",
497 "_",
498 "car.svg",
499 "2ndpic-8888",
500 "svg",
501 "_",
502 "car.svg",
503 "serialize-8888",
504 "svg",
505 "_",
506 "car.svg",
507 "sp-8888",
508 "svg",
509 "_",
510 "gallardo.svg",
511 "pic-8888",
512 "svg",
513 "_",
514 "gallardo.svg",
515 "2ndpic-8888",
516 "svg",
517 "_",
518 "gallardo.svg",
519 "serialize-8888",
520 "svg",
521 "_",
522 "gallardo.svg",
523 "sp-8888",
524 "svg",
525 "_",
526 "rg1024_green_grapes.svg",
527 "pic-8888",
528 "svg",
529 "_",
530 "rg1024_green_grapes.svg",
531 "2ndpic-8888",
532 "svg",
533 "_",
534 "rg1024_green_grapes.svg",
535 "serialize-8888",
536 "svg",
537 "_",
538 "rg1024_green_grapes.svg",
539 "sp-8888",
540 "svg",
541 "_",
542 "Seal_of_Kansas.svg",
543 "pic-8888",
544 "svg",
545 "_",
546 "Seal_of_Kansas.svg",
547 "2ndpic-8888",
548 "svg",
549 "_",
550 "Seal_of_Kansas.svg",
551 "serialize-8888",
552 "svg",
553 "_",
554 "Seal_of_Kansas.svg",
555 "--noRAW_threading" 491 "--noRAW_threading"
556 ], 492 ],
557 "env": { 493 "env": {
558 "BUILDTYPE": "Release_x64", 494 "BUILDTYPE": "Release_x64",
559 "CHROME_HEADLESS": "1", 495 "CHROME_HEADLESS": "1",
560 "SKIA_OUT": "[SLAVE_BUILD]\\out" 496 "SKIA_OUT": "[SLAVE_BUILD]\\out"
561 }, 497 },
562 "name": "dm" 498 "name": "dm"
563 }, 499 },
564 { 500 {
565 "name": "$result", 501 "name": "$result",
566 "recipe_result": null, 502 "recipe_result": null,
567 "status_code": 0 503 "status_code": 0
568 } 504 }
569 ] 505 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698