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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "gm", 418 "gm",
419 "_", 419 "_",
420 "image-cacherator-from-ctable", 420 "image-cacherator-from-ctable",
421 "2ndpic-8888", 421 "2ndpic-8888",
422 "gm", 422 "gm",
423 "_", 423 "_",
424 "image-cacherator-from-ctable", 424 "image-cacherator-from-ctable",
425 "serialize-8888", 425 "serialize-8888",
426 "gm", 426 "gm",
427 "_", 427 "_",
428 "image-cacherator-from-ctable", 428 "image-cacherator-from-ctable"
429 "sp-8888",
430 "svg",
431 "_",
432 "car.svg",
433 "pic-8888",
434 "svg",
435 "_",
436 "car.svg",
437 "2ndpic-8888",
438 "svg",
439 "_",
440 "car.svg",
441 "serialize-8888",
442 "svg",
443 "_",
444 "car.svg",
445 "sp-8888",
446 "svg",
447 "_",
448 "gallardo.svg",
449 "pic-8888",
450 "svg",
451 "_",
452 "gallardo.svg",
453 "2ndpic-8888",
454 "svg",
455 "_",
456 "gallardo.svg",
457 "serialize-8888",
458 "svg",
459 "_",
460 "gallardo.svg",
461 "sp-8888",
462 "svg",
463 "_",
464 "rg1024_green_grapes.svg",
465 "pic-8888",
466 "svg",
467 "_",
468 "rg1024_green_grapes.svg",
469 "2ndpic-8888",
470 "svg",
471 "_",
472 "rg1024_green_grapes.svg",
473 "serialize-8888",
474 "svg",
475 "_",
476 "rg1024_green_grapes.svg",
477 "sp-8888",
478 "svg",
479 "_",
480 "Seal_of_Kansas.svg",
481 "pic-8888",
482 "svg",
483 "_",
484 "Seal_of_Kansas.svg",
485 "2ndpic-8888",
486 "svg",
487 "_",
488 "Seal_of_Kansas.svg",
489 "serialize-8888",
490 "svg",
491 "_",
492 "Seal_of_Kansas.svg"
493 ], 429 ],
494 "env": { 430 "env": {
495 "BUILDTYPE": "Release", 431 "BUILDTYPE": "Release",
496 "CHROME_HEADLESS": "1", 432 "CHROME_HEADLESS": "1",
497 "SKIA_OUT": "[SLAVE_BUILD]/out" 433 "SKIA_OUT": "[SLAVE_BUILD]/out"
498 }, 434 },
499 "name": "dm" 435 "name": "dm"
500 }, 436 },
501 { 437 {
502 "name": "$result", 438 "name": "$result",
503 "recipe_result": null, 439 "recipe_result": null,
504 "status_code": 0 440 "status_code": 0
505 } 441 }
506 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698