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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_dm.json

Issue 2471133002: Set analytic AA as default. (Closed)
Patch Set: Add parsedpaths to expected failure Created 4 years, 1 month 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "gm", 357 "gm",
358 "_", 358 "_",
359 "scaled_tilemodes", 359 "scaled_tilemodes",
360 "serialize-8888", 360 "serialize-8888",
361 "gm", 361 "gm",
362 "_", 362 "_",
363 "typefacerendering_pfaMac", 363 "typefacerendering_pfaMac",
364 "serialize-8888", 364 "serialize-8888",
365 "gm", 365 "gm",
366 "_", 366 "_",
367 "parsedpaths",
368 "serialize-8888",
369 "gm",
370 "_",
367 "bleed_alpha_image", 371 "bleed_alpha_image",
368 "serialize-8888", 372 "serialize-8888",
369 "gm", 373 "gm",
370 "_", 374 "_",
371 "bleed_alpha_image_shader", 375 "bleed_alpha_image_shader",
372 "sp-8888", 376 "sp-8888",
373 "gm", 377 "gm",
374 "_", 378 "_",
375 "drawfilter", 379 "drawfilter",
376 "pic-8888", 380 "pic-8888",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "@@@STEP_FAILURE@@@" 465 "@@@STEP_FAILURE@@@"
462 ] 466 ]
463 }, 467 },
464 { 468 {
465 "name": "$result", 469 "name": "$result",
466 "reason": "Failed build steps: dm", 470 "reason": "Failed build steps: dm",
467 "recipe_result": null, 471 "recipe_result": null,
468 "status_code": 1 472 "status_code": 1
469 } 473 }
470 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698