Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "prefix": "scalefactor150", | 227 "prefix": "scalefactor150", |
| 228 "base": "fast/hidpi/static", | 228 "base": "fast/hidpi/static", |
| 229 "args": ["--force-device-scale-factor=1.5"] | 229 "args": ["--force-device-scale-factor=1.5"] |
| 230 }, | 230 }, |
| 231 { | 231 { |
| 232 "prefix": "scalefactor200withzoom", | 232 "prefix": "scalefactor200withzoom", |
| 233 "base": "fast/hidpi/static", | 233 "base": "fast/hidpi/static", |
| 234 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] | 234 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] |
| 235 }, | |
| 236 { | |
| 237 "prefix": "spinvalidation", | |
|
chrishtr
2016/03/11 21:30:00
How many tests do these three directories add up t
Xianzhu
2016/03/11 22:01:47
548 (428 fast/repaint, 36 compositing/repaint, 84
| |
| 238 "base": "compositing/repaint", | |
| 239 "args": ["--enable-blink-features=slimmingPaintInvalidation"], | |
| 240 "references_use_default_args": true | |
| 241 }, | |
| 242 { | |
| 243 "prefix": "spinvalidation", | |
| 244 "base": "fast/repaint", | |
| 245 "args": ["--enable-blink-features=slimmingPaintInvalidation"], | |
| 246 "references_use_default_args": true | |
| 247 }, | |
| 248 { | |
| 249 "prefix": "spinvalidation", | |
| 250 "base": "paint", | |
| 251 "args": ["--enable-blink-features=slimmingPaintInvalidation"], | |
| 252 "references_use_default_args": true | |
| 235 } | 253 } |
| 236 ] | 254 ] |
| OLD | NEW |