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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 ], 460 ],
457 "cwd": "[SLAVE_BUILD]/skia", 461 "cwd": "[SLAVE_BUILD]/skia",
458 "name": "dm" 462 "name": "dm"
459 }, 463 },
460 { 464 {
461 "name": "$result", 465 "name": "$result",
462 "recipe_result": null, 466 "recipe_result": null,
463 "status_code": 0 467 "status_code": 0
464 } 468 }
465 ] 469 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698