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

Side by Side Diff: tools/dm_flags.json

Issue 986583004: Run Valgrind bots with --nogpu and --nocpu as appropriate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nanobench 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": [ 102 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_CPU": [
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 "--blacklist", 115 "--blacklist",
115 "gpu", 116 "gpu",
116 "_", 117 "_",
118 "PANO_20121023_214540.jpg",
119 "msaa",
120 "_",
121 "PANO_20121023_214540.jpg",
122 "pdf",
123 "_",
124 ".webp",
125 "--match",
126 "~Threaded"
127 ],
128 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
129 "--config",
130 "565",
131 "8888",
132 "gpu",
133 "msaa16",
134 "nvprmsaa16",
135 "pdf",
136 "serialize-8888",
137 "tiles_rt-8888",
138 "pipe-8888",
139 "tiles_rt-gpu",
140 "--nocpu",
141 "--blacklist",
142 "gpu",
143 "_",
117 "PANO_20121023_214540.jpg", 144 "PANO_20121023_214540.jpg",
118 "msaa", 145 "msaa",
119 "_", 146 "_",
120 "PANO_20121023_214540.jpg", 147 "PANO_20121023_214540.jpg",
121 "pdf", 148 "pdf",
122 "_", 149 "_",
123 ".webp", 150 ".webp",
124 "--match", 151 "--match",
125 "~Threaded" 152 "~Threaded"
126 ], 153 ],
(...skipping 12 matching lines...) Expand all
139 "angle", 166 "angle",
140 "--blacklist", 167 "--blacklist",
141 "gpu", 168 "gpu",
142 "_", 169 "_",
143 "PANO_20121023_214540.jpg", 170 "PANO_20121023_214540.jpg",
144 "msaa", 171 "msaa",
145 "_", 172 "_",
146 "PANO_20121023_214540.jpg" 173 "PANO_20121023_214540.jpg"
147 ] 174 ]
148 } 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