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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 { 209 {
210 "cmd": [ 210 "cmd": [
211 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R elease/dm", 211 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R elease/dm",
212 "--undefok", 212 "--undefok",
213 "--resourcePath", 213 "--resourcePath",
214 "[SLAVE_BUILD]/skia/resources", 214 "[SLAVE_BUILD]/skia/resources",
215 "--skps", 215 "--skps",
216 "[SLAVE_BUILD]/playback/skps", 216 "[SLAVE_BUILD]/playback/skps",
217 "--images", 217 "--images",
218 "[SLAVE_BUILD]/images/dm", 218 "[SLAVE_BUILD]/images/dm",
219 "--colorImages",
220 "[SLAVE_BUILD]/images/colorspace",
219 "--nameByHash", 221 "--nameByHash",
220 "--properties", 222 "--properties",
221 "gitHash", 223 "gitHash",
222 "164710", 224 "164710",
223 "master", 225 "master",
224 "client.skia", 226 "client.skia",
225 "builder", 227 "builder",
226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", 228 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN",
227 "build_number", 229 "build_number",
228 "5", 230 "5",
(...skipping 27 matching lines...) Expand all
256 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 258 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
257 }, 259 },
258 "name": "dm" 260 "name": "dm"
259 }, 261 },
260 { 262 {
261 "name": "$result", 263 "name": "$result",
262 "recipe_result": null, 264 "recipe_result": null,
263 "status_code": 0 265 "status_code": 0
264 } 266 }
265 ] 267 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698