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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "_", 355 "_",
356 "drawfilter", 356 "drawfilter",
357 "pic-8888", 357 "pic-8888",
358 "gm", 358 "gm",
359 "_", 359 "_",
360 "drawfilter", 360 "drawfilter",
361 "2ndpic-8888", 361 "2ndpic-8888",
362 "gm", 362 "gm",
363 "_", 363 "_",
364 "drawfilter", 364 "drawfilter",
365 "lite-8888",
366 "gm",
367 "_",
368 "drawfilter",
365 "sp-8888", 369 "sp-8888",
366 "gm", 370 "gm",
367 "_", 371 "_",
368 "image-cacherator-from-picture", 372 "image-cacherator-from-picture",
369 "pic-8888", 373 "pic-8888",
370 "gm", 374 "gm",
371 "_", 375 "_",
372 "image-cacherator-from-picture", 376 "image-cacherator-from-picture",
373 "2ndpic-8888", 377 "2ndpic-8888",
374 "gm", 378 "gm",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "SKIA_OUT": "[SLAVE_BUILD]/out" 513 "SKIA_OUT": "[SLAVE_BUILD]/out"
510 }, 514 },
511 "name": "dm" 515 "name": "dm"
512 }, 516 },
513 { 517 {
514 "name": "$result", 518 "name": "$result",
515 "recipe_result": null, 519 "recipe_result": null,
516 "status_code": 0 520 "status_code": 0
517 } 521 }
518 ] 522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698