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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json

Issue 2219343002: finish SkLiteDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skip drawfilter, skia:4769 Created 4 years, 4 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "_", 361 "_",
362 "drawfilter", 362 "drawfilter",
363 "pic-8888", 363 "pic-8888",
364 "gm", 364 "gm",
365 "_", 365 "_",
366 "drawfilter", 366 "drawfilter",
367 "2ndpic-8888", 367 "2ndpic-8888",
368 "gm", 368 "gm",
369 "_", 369 "_",
370 "drawfilter", 370 "drawfilter",
371 "lite-8888",
372 "gm",
373 "_",
374 "drawfilter",
371 "sp-8888", 375 "sp-8888",
372 "gm", 376 "gm",
373 "_", 377 "_",
374 "image-cacherator-from-picture", 378 "image-cacherator-from-picture",
375 "pic-8888", 379 "pic-8888",
376 "gm", 380 "gm",
377 "_", 381 "_",
378 "image-cacherator-from-picture", 382 "image-cacherator-from-picture",
379 "2ndpic-8888", 383 "2ndpic-8888",
380 "gm", 384 "gm",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "SKIA_OUT": "[SLAVE_BUILD]/out" 527 "SKIA_OUT": "[SLAVE_BUILD]/out"
524 }, 528 },
525 "name": "dm" 529 "name": "dm"
526 }, 530 },
527 { 531 {
528 "name": "$result", 532 "name": "$result",
529 "recipe_result": null, 533 "recipe_result": null,
530 "status_code": 0 534 "status_code": 0
531 } 535 }
532 ] 536 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698