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

Side by Side Diff: tools/dm_flags.json

Issue 1527323003: Blacklist GLPrograms on Angle Debug bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--matrix", 3 "--matrix",
4 "0", 4 "0",
5 "1", 5 "1",
6 "1", 6 "1",
7 "0", 7 "0",
8 "--config", 8 "--config",
9 "565", 9 "565",
10 "8888", 10 "8888",
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2174 "image", 2174 "image",
2175 "_", 2175 "_",
2176 "interlaced1.png", 2176 "interlaced1.png",
2177 "_", 2177 "_",
2178 "image", 2178 "image",
2179 "_", 2179 "_",
2180 "interlaced2.png", 2180 "interlaced2.png",
2181 "_", 2181 "_",
2182 "image", 2182 "image",
2183 "_", 2183 "_",
2184 "interlaced3.png" 2184 "interlaced3.png",
2185 "--match",
2186 "~GLPrograms"
2185 ] 2187 ]
2186 } 2188 }
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