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

Side by Side Diff: tools/dm_flags.json

Issue 992203004: Fix bug in Valgrind flags config. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Valgrind_ Created 5 years, 9 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
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [ 2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "msaa4", 7 "msaa4",
8 "nvprmsaa4", 8 "nvprmsaa4",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "--blacklist", 92 "--blacklist",
93 "gpu", 93 "gpu",
94 "_", 94 "_",
95 "PANO_20121023_214540.jpg", 95 "PANO_20121023_214540.jpg",
96 "msaa", 96 "msaa",
97 "_", 97 "_",
98 "PANO_20121023_214540.jpg", 98 "PANO_20121023_214540.jpg",
99 "--threads", 99 "--threads",
100 "1" 100 "1"
101 ], 101 ],
102 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_CPU": [ 102 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
103 "--config", 103 "--config",
104 "565", 104 "565",
105 "8888", 105 "8888",
106 "gpu", 106 "gpu",
107 "msaa16", 107 "msaa16",
108 "nvprmsaa16", 108 "nvprmsaa16",
109 "pdf", 109 "pdf",
110 "serialize-8888", 110 "serialize-8888",
111 "tiles_rt-8888", 111 "tiles_rt-8888",
112 "pipe-8888", 112 "pipe-8888",
113 "tiles_rt-gpu", 113 "tiles_rt-gpu",
114 "--nogpu", 114 "--nocpu",
115 "--blacklist", 115 "--blacklist",
116 "gpu", 116 "gpu",
117 "_", 117 "_",
118 "PANO_20121023_214540.jpg", 118 "PANO_20121023_214540.jpg",
119 "msaa", 119 "msaa",
120 "_", 120 "_",
121 "PANO_20121023_214540.jpg", 121 "PANO_20121023_214540.jpg",
122 "pdf", 122 "pdf",
123 "_", 123 "_",
124 ".webp", 124 ".webp",
125 "--match", 125 "--match",
126 "~Threaded" 126 "~Threaded"
127 ], 127 ],
128 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [ 128 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
129 "--config", 129 "--config",
130 "565", 130 "565",
131 "8888", 131 "8888",
132 "gpu", 132 "gpu",
133 "msaa16", 133 "msaa16",
134 "nvprmsaa16", 134 "nvprmsaa16",
135 "pdf", 135 "pdf",
136 "serialize-8888", 136 "serialize-8888",
137 "tiles_rt-8888", 137 "tiles_rt-8888",
138 "pipe-8888", 138 "pipe-8888",
139 "tiles_rt-gpu", 139 "tiles_rt-gpu",
140 "--nocpu", 140 "--nogpu",
141 "--blacklist", 141 "--blacklist",
142 "gpu", 142 "gpu",
143 "_", 143 "_",
144 "PANO_20121023_214540.jpg", 144 "PANO_20121023_214540.jpg",
145 "msaa", 145 "msaa",
146 "_", 146 "_",
147 "PANO_20121023_214540.jpg", 147 "PANO_20121023_214540.jpg",
148 "pdf", 148 "pdf",
149 "_", 149 "_",
150 ".webp", 150 ".webp",
(...skipping 15 matching lines...) Expand all
166 "angle", 166 "angle",
167 "--blacklist", 167 "--blacklist",
168 "gpu", 168 "gpu",
169 "_", 169 "_",
170 "PANO_20121023_214540.jpg", 170 "PANO_20121023_214540.jpg",
171 "msaa", 171 "msaa",
172 "_", 172 "_",
173 "PANO_20121023_214540.jpg" 173 "PANO_20121023_214540.jpg"
174 ] 174 ]
175 } 175 }
OLDNEW
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698