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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1307293002: Virtual test suites for slimming paint phase 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add more failure expectations discovered on real bots Created 5 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/spv2/compositing/repaint/README.txt » ('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 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 }, 161 },
162 { 162 {
163 "prefix": "trustedeventsdefaultaction", 163 "prefix": "trustedeventsdefaultaction",
164 "base": "fast/events", 164 "base": "fast/events",
165 "args": ["--enable-blink-features=TrustedEventsDefaultAction"] 165 "args": ["--enable-blink-features=TrustedEventsDefaultAction"]
166 }, 166 },
167 { 167 {
168 "prefix": "threaded", 168 "prefix": "threaded",
169 "base": "fast/idle-callback", 169 "base": "fast/idle-callback",
170 "args": ["--enable-threaded-compositing"] 170 "args": ["--enable-threaded-compositing"]
171 },
172 {
173 "prefix": "spv2",
174 "base": "compositing/repaint",
175 "args": ["--enable-slimming-paint-v2",
176 "--enable-blink-features=SelectionPaintingWithoutSelectionGaps"]
177 },
178 {
179 "prefix": "spv2",
180 "base": "fast/repaint",
181 "args": ["--enable-slimming-paint-v2",
182 "--enable-blink-features=SelectionPaintingWithoutSelectionGaps"]
183 },
184 {
185 "prefix": "spv2",
186 "base": "paint",
187 "args": ["--enable-slimming-paint-v2",
188 "--enable-blink-features=SelectionPaintingWithoutSelectionGaps"]
171 } 189 }
172 ] 190 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/spv2/compositing/repaint/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698