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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/spv2/compositing/repaint/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index eb57256796d5ee0e1d2940d98b7f2b7a64ce81aa..510e434f5467cfba980f81176d59131bad5dad04 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -168,5 +168,23 @@
"prefix": "threaded",
"base": "fast/idle-callback",
"args": ["--enable-threaded-compositing"]
+ },
+ {
+ "prefix": "spv2",
+ "base": "compositing/repaint",
+ "args": ["--enable-slimming-paint-v2",
+ "--enable-blink-features=SelectionPaintingWithoutSelectionGaps"]
+ },
+ {
+ "prefix": "spv2",
+ "base": "fast/repaint",
+ "args": ["--enable-slimming-paint-v2",
+ "--enable-blink-features=SelectionPaintingWithoutSelectionGaps"]
+ },
+ {
+ "prefix": "spv2",
+ "base": "paint",
+ "args": ["--enable-slimming-paint-v2",
+ "--enable-blink-features=SelectionPaintingWithoutSelectionGaps"]
}
]
« 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