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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 "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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "srgb", 90 "srgb",
91 "sp-8888", 91 "sp-8888",
92 "2ndpic-8888", 92 "2ndpic-8888",
93 "serialize-8888", 93 "serialize-8888",
94 "tiles_rt-8888", 94 "tiles_rt-8888",
95 "pic-8888", 95 "pic-8888",
96 "--src", 96 "--src",
97 "tests", 97 "tests",
98 "gm", 98 "gm",
99 "image", 99 "image",
100 "colorImage",
100 "--blacklist", 101 "--blacklist",
101 "f16", 102 "f16",
102 "_", 103 "_",
103 "_", 104 "_",
104 "dstreadshuffle", 105 "dstreadshuffle",
105 "f16", 106 "f16",
106 "image", 107 "image",
107 "_", 108 "_",
108 "_", 109 "_",
109 "srgb", 110 "srgb",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 296 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
296 }, 297 },
297 "name": "dm" 298 "name": "dm"
298 }, 299 },
299 { 300 {
300 "name": "$result", 301 "name": "$result",
301 "recipe_result": null, 302 "recipe_result": null,
302 "status_code": 0 303 "status_code": 0
303 } 304 }
304 ] 305 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698