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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug.json

Issue 2206953006: Create a separate src for colorspace tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: FIXME 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "gpusrgb", 419 "gpusrgb",
420 "msaa4", 420 "msaa4",
421 "serialize-8888", 421 "serialize-8888",
422 "tiles_rt-8888", 422 "tiles_rt-8888",
423 "pic-8888", 423 "pic-8888",
424 "gpudft", 424 "gpudft",
425 "--src", 425 "--src",
426 "tests", 426 "tests",
427 "gm", 427 "gm",
428 "image", 428 "image",
429 "colorImage",
429 "--threads", 430 "--threads",
430 "0", 431 "0",
431 "--blacklist", 432 "--blacklist",
432 "f16", 433 "f16",
433 "_", 434 "_",
434 "_", 435 "_",
435 "dstreadshuffle", 436 "dstreadshuffle",
436 "f16", 437 "f16",
437 "image", 438 "image",
438 "_", 439 "_",
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 "SKIA_OUT": "[SLAVE_BUILD]/out" 829 "SKIA_OUT": "[SLAVE_BUILD]/out"
829 }, 830 },
830 "name": "kill-server" 831 "name": "kill-server"
831 }, 832 },
832 { 833 {
833 "name": "$result", 834 "name": "$result",
834 "recipe_result": null, 835 "recipe_result": null,
835 "status_code": 0 836 "status_code": 0
836 } 837 }
837 ] 838 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698