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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-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 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
5 ], 5 ],
6 "env": { 6 "env": {
7 "BUILDTYPE": "Debug", 7 "BUILDTYPE": "Debug",
8 "CC": "/usr/bin/clang", 8 "CC": "/usr/bin/clang",
9 "CHROME_HEADLESS": "1", 9 "CHROME_HEADLESS": "1",
10 "CXX": "/usr/bin/clang++", 10 "CXX": "/usr/bin/clang++",
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "gpu", 484 "gpu",
485 "gpusrgb", 485 "gpusrgb",
486 "pdf", 486 "pdf",
487 "serialize-8888", 487 "serialize-8888",
488 "tiles_rt-8888", 488 "tiles_rt-8888",
489 "pic-8888", 489 "pic-8888",
490 "--src", 490 "--src",
491 "tests", 491 "tests",
492 "gm", 492 "gm",
493 "image", 493 "image",
494 "colorImage",
494 "--blacklist", 495 "--blacklist",
495 "f16", 496 "f16",
496 "_", 497 "_",
497 "_", 498 "_",
498 "dstreadshuffle", 499 "dstreadshuffle",
499 "f16", 500 "f16",
500 "image", 501 "image",
501 "_", 502 "_",
502 "_", 503 "_",
503 "srgb", 504 "srgb",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 872 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
872 }, 873 },
873 "name": "wait for reboot" 874 "name": "wait for reboot"
874 }, 875 },
875 { 876 {
876 "name": "$result", 877 "name": "$result",
877 "recipe_result": null, 878 "recipe_result": null,
878 "status_code": 0 879 "status_code": 0
879 } 880 }
880 ] 881 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698