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 987533002: Disable --config pdf temporarily on Valgrind bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": [
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",
110 "serialize-8888", 109 "serialize-8888",
111 "tiles_rt-8888", 110 "tiles_rt-8888",
112 "pipe-8888", 111 "pipe-8888",
113 "tiles_rt-gpu", 112 "tiles_rt-gpu",
114 "--blacklist", 113 "--blacklist",
115 "gpu", 114 "gpu",
116 "_", 115 "_",
117 "PANO_20121023_214540.jpg", 116 "PANO_20121023_214540.jpg",
118 "msaa", 117 "msaa",
119 "_", 118 "_",
(...skipping 16 matching lines...) Expand all
136 "angle", 135 "angle",
137 "--blacklist", 136 "--blacklist",
138 "gpu", 137 "gpu",
139 "_", 138 "_",
140 "PANO_20121023_214540.jpg", 139 "PANO_20121023_214540.jpg",
141 "msaa", 140 "msaa",
142 "_", 141 "_",
143 "PANO_20121023_214540.jpg" 142 "PANO_20121023_214540.jpg"
144 ] 143 ]
145 } 144 }
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