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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "gm", 359 "gm",
360 "_", 360 "_",
361 "scaled_tilemodes", 361 "scaled_tilemodes",
362 "serialize-8888", 362 "serialize-8888",
363 "gm", 363 "gm",
364 "_", 364 "_",
365 "typefacerendering_pfaMac", 365 "typefacerendering_pfaMac",
366 "serialize-8888", 366 "serialize-8888",
367 "gm", 367 "gm",
368 "_", 368 "_",
369 "parsedpaths",
370 "serialize-8888",
371 "gm",
372 "_",
369 "bleed_alpha_image", 373 "bleed_alpha_image",
370 "serialize-8888", 374 "serialize-8888",
371 "gm", 375 "gm",
372 "_", 376 "_",
373 "bleed_alpha_image_shader", 377 "bleed_alpha_image_shader",
374 "sp-8888", 378 "sp-8888",
375 "gm", 379 "gm",
376 "_", 380 "_",
377 "drawfilter", 381 "drawfilter",
378 "pic-8888", 382 "pic-8888",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 ], 462 ],
459 "cwd": "[SLAVE_BUILD]/skia", 463 "cwd": "[SLAVE_BUILD]/skia",
460 "name": "dm" 464 "name": "dm"
461 }, 465 },
462 { 466 {
463 "name": "$result", 467 "name": "$result",
464 "recipe_result": null, 468 "recipe_result": null,
465 "status_code": 0 469 "status_code": 0
466 } 470 }
467 ] 471 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698