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

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

Powered by Google App Engine
This is Rietveld 408576698