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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/recipe_with_gerrit_patch.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
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/missing_SVG_VERSION_device.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "gm", 421 "gm",
422 "_", 422 "_",
423 "image-cacherator-from-ctable", 423 "image-cacherator-from-ctable",
424 "2ndpic-8888", 424 "2ndpic-8888",
425 "gm", 425 "gm",
426 "_", 426 "_",
427 "image-cacherator-from-ctable", 427 "image-cacherator-from-ctable",
428 "serialize-8888", 428 "serialize-8888",
429 "gm", 429 "gm",
430 "_", 430 "_",
431 "image-cacherator-from-ctable", 431 "image-cacherator-from-ctable"
432 "sp-8888",
433 "svg",
434 "_",
435 "car.svg",
436 "pic-8888",
437 "svg",
438 "_",
439 "car.svg",
440 "2ndpic-8888",
441 "svg",
442 "_",
443 "car.svg",
444 "serialize-8888",
445 "svg",
446 "_",
447 "car.svg",
448 "sp-8888",
449 "svg",
450 "_",
451 "gallardo.svg",
452 "pic-8888",
453 "svg",
454 "_",
455 "gallardo.svg",
456 "2ndpic-8888",
457 "svg",
458 "_",
459 "gallardo.svg",
460 "serialize-8888",
461 "svg",
462 "_",
463 "gallardo.svg",
464 "sp-8888",
465 "svg",
466 "_",
467 "rg1024_green_grapes.svg",
468 "pic-8888",
469 "svg",
470 "_",
471 "rg1024_green_grapes.svg",
472 "2ndpic-8888",
473 "svg",
474 "_",
475 "rg1024_green_grapes.svg",
476 "serialize-8888",
477 "svg",
478 "_",
479 "rg1024_green_grapes.svg",
480 "sp-8888",
481 "svg",
482 "_",
483 "Seal_of_Kansas.svg",
484 "pic-8888",
485 "svg",
486 "_",
487 "Seal_of_Kansas.svg",
488 "2ndpic-8888",
489 "svg",
490 "_",
491 "Seal_of_Kansas.svg",
492 "serialize-8888",
493 "svg",
494 "_",
495 "Seal_of_Kansas.svg"
496 ], 432 ],
497 "env": { 433 "env": {
498 "BUILDTYPE": "Debug", 434 "BUILDTYPE": "Debug",
499 "CHROME_HEADLESS": "1", 435 "CHROME_HEADLESS": "1",
500 "SKIA_OUT": "[SLAVE_BUILD]/out" 436 "SKIA_OUT": "[SLAVE_BUILD]/out"
501 }, 437 },
502 "name": "dm" 438 "name": "dm"
503 }, 439 },
504 { 440 {
505 "name": "$result", 441 "name": "$result",
506 "recipe_result": null, 442 "recipe_result": null,
507 "status_code": 0 443 "status_code": 0
508 } 444 }
509 ] 445 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/missing_SVG_VERSION_device.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698