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

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: rebase 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--nameByHash", 219 "--nameByHash",
220 "--properties", 220 "--properties",
221 "gitHash", 221 "gitHash",
222 "164710", 222 "164710",
223 "master", 223 "master",
224 "client.skia", 224 "client.skia",
225 "builder", 225 "builder",
226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", 226 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN",
227 "build_number", 227 "build_number",
228 "5", 228 "5",
229 "--colorImages",
230 "[SLAVE_BUILD]/images/colorspace",
229 "--key", 231 "--key",
230 "arch", 232 "arch",
231 "x86_64", 233 "x86_64",
232 "compiler", 234 "compiler",
233 "GCC", 235 "GCC",
234 "configuration", 236 "configuration",
235 "Release", 237 "Release",
236 "cpu_or_gpu", 238 "cpu_or_gpu",
237 "CPU", 239 "CPU",
238 "cpu_or_gpu_value", 240 "cpu_or_gpu_value",
(...skipping 17 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