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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2398173002: Disable svgs on nanobench when running on Valgrind (Closed)
Patch Set: Rebase Created 4 years, 2 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "--track-origins=yes", 67 "--track-origins=yes",
68 "--error-exitcode=1", 68 "--error-exitcode=1",
69 "--num-callers=40", 69 "--num-callers=40",
70 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 70 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
71 "[SLAVE_BUILD]/out/Release/nanobench", 71 "[SLAVE_BUILD]/out/Release/nanobench",
72 "--undefok", 72 "--undefok",
73 "-i", 73 "-i",
74 "[SLAVE_BUILD]/skia/resources", 74 "[SLAVE_BUILD]/skia/resources",
75 "--skps", 75 "--skps",
76 "[SLAVE_BUILD]/skp", 76 "[SLAVE_BUILD]/skp",
77 "--svgs",
78 "[SLAVE_BUILD]/svg",
79 "--images", 77 "--images",
80 "[SLAVE_BUILD]/skimage/nanobench", 78 "[SLAVE_BUILD]/skimage/nanobench",
81 "--nocpu", 79 "--nocpu",
82 "--pre_log", 80 "--pre_log",
83 "--images", 81 "--images",
84 "--gpuStatsDump", 82 "--gpuStatsDump",
85 "true", 83 "true",
86 "--scales", 84 "--scales",
87 "1.0", 85 "1.0",
88 "1.1", 86 "1.1",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "--track-origins=yes", 140 "--track-origins=yes",
143 "--error-exitcode=1", 141 "--error-exitcode=1",
144 "--num-callers=40", 142 "--num-callers=40",
145 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 143 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
146 "[SLAVE_BUILD]/out/Release/nanobench", 144 "[SLAVE_BUILD]/out/Release/nanobench",
147 "--undefok", 145 "--undefok",
148 "-i", 146 "-i",
149 "[SLAVE_BUILD]/skia/resources", 147 "[SLAVE_BUILD]/skia/resources",
150 "--skps", 148 "--skps",
151 "[SLAVE_BUILD]/skp", 149 "[SLAVE_BUILD]/skp",
152 "--svgs",
153 "[SLAVE_BUILD]/svg",
154 "--images", 150 "--images",
155 "[SLAVE_BUILD]/skimage/nanobench", 151 "[SLAVE_BUILD]/skimage/nanobench",
156 "--nocpu", 152 "--nocpu",
157 "--pre_log", 153 "--pre_log",
158 "--images", 154 "--images",
159 "--gpuStatsDump", 155 "--gpuStatsDump",
160 "true", 156 "true",
161 "--scales", 157 "--scales",
162 "1.0", 158 "1.0",
163 "1.1", 159 "1.1",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "SKIA_OUT": "[SLAVE_BUILD]/out" 206 "SKIA_OUT": "[SLAVE_BUILD]/out"
211 }, 207 },
212 "name": "nanobench --abandonGpuContext" 208 "name": "nanobench --abandonGpuContext"
213 }, 209 },
214 { 210 {
215 "name": "$result", 211 "name": "$result",
216 "recipe_result": null, 212 "recipe_result": null,
217 "status_code": 0 213 "status_code": 0
218 } 214 }
219 ] 215 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698