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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "_", 363 "_",
364 "drawfilter", 364 "drawfilter",
365 "pic-8888", 365 "pic-8888",
366 "gm", 366 "gm",
367 "_", 367 "_",
368 "drawfilter", 368 "drawfilter",
369 "2ndpic-8888", 369 "2ndpic-8888",
370 "gm", 370 "gm",
371 "_", 371 "_",
372 "drawfilter", 372 "drawfilter",
373 "lite-8888",
374 "gm",
375 "_",
376 "drawfilter",
373 "sp-8888", 377 "sp-8888",
374 "gm", 378 "gm",
375 "_", 379 "_",
376 "image-cacherator-from-picture", 380 "image-cacherator-from-picture",
377 "pic-8888", 381 "pic-8888",
378 "gm", 382 "gm",
379 "_", 383 "_",
380 "image-cacherator-from-picture", 384 "image-cacherator-from-picture",
381 "2ndpic-8888", 385 "2ndpic-8888",
382 "gm", 386 "gm",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "SKIA_OUT": "[SLAVE_BUILD]/out" 429 "SKIA_OUT": "[SLAVE_BUILD]/out"
426 }, 430 },
427 "name": "dm" 431 "name": "dm"
428 }, 432 },
429 { 433 {
430 "name": "$result", 434 "name": "$result",
431 "recipe_result": null, 435 "recipe_result": null,
432 "status_code": 0 436 "status_code": 0
433 } 437 }
434 ] 438 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698