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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "565", 83 "565",
84 "8888", 84 "8888",
85 "gpu", 85 "gpu",
86 "gpusrgb", 86 "gpusrgb",
87 "pdf", 87 "pdf",
88 "msaa16", 88 "msaa16",
89 "f16", 89 "f16",
90 "srgb", 90 "srgb",
91 "sp-8888", 91 "sp-8888",
92 "2ndpic-8888", 92 "2ndpic-8888",
93 "lite-8888",
93 "serialize-8888", 94 "serialize-8888",
94 "tiles_rt-8888", 95 "tiles_rt-8888",
95 "pic-8888", 96 "pic-8888",
96 "--src", 97 "--src",
97 "tests", 98 "tests",
98 "gm", 99 "gm",
99 "image", 100 "image",
100 "colorImage", 101 "colorImage",
101 "--blacklist", 102 "--blacklist",
102 "f16", 103 "f16",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "_", 225 "_",
225 "drawfilter", 226 "drawfilter",
226 "pic-8888", 227 "pic-8888",
227 "gm", 228 "gm",
228 "_", 229 "_",
229 "drawfilter", 230 "drawfilter",
230 "2ndpic-8888", 231 "2ndpic-8888",
231 "gm", 232 "gm",
232 "_", 233 "_",
233 "drawfilter", 234 "drawfilter",
235 "lite-8888",
236 "gm",
237 "_",
238 "drawfilter",
234 "sp-8888", 239 "sp-8888",
235 "gm", 240 "gm",
236 "_", 241 "_",
237 "image-cacherator-from-picture", 242 "image-cacherator-from-picture",
238 "pic-8888", 243 "pic-8888",
239 "gm", 244 "gm",
240 "_", 245 "_",
241 "image-cacherator-from-picture", 246 "image-cacherator-from-picture",
242 "2ndpic-8888", 247 "2ndpic-8888",
243 "gm", 248 "gm",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 300 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
296 }, 301 },
297 "name": "dm" 302 "name": "dm"
298 }, 303 },
299 { 304 {
300 "name": "$result", 305 "name": "$result",
301 "recipe_result": null, 306 "recipe_result": null,
302 "status_code": 0 307 "status_code": 0
303 } 308 }
304 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698