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

Unified Diff: sp/gen-expectations

Issue 1129173006: Enable slimming paint by default (for trybots only) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fri Jun 19 16:39:28 PDT 2015 Created 5 years, 6 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 | « sp/gen-auto-rebaseline ('k') | sp/last-auto-rebaseline » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sp/gen-expectations
diff --git a/sp/gen-expectations b/sp/gen-expectations
new file mode 100755
index 0000000000000000000000000000000000000000..3a8cd9a3eaf1ef1d5306d87835b714d18af1c8a6
--- /dev/null
+++ b/sp/gen-expectations
@@ -0,0 +1,18 @@
+#!/bin/sh
+cd `dirname $0`/../LayoutTests
+
+cat >SlimmingPaintExpectations <<END
+# Slimming paint overriding expectations (to change, modify sp/gen-expectations)
+
+Bug(0) svg/W3C-SVG-1.1/masking-intro-01-f.svg [ NeedsRebaseline ]
+Bug(0) svg/clip-path/clipper-placement-issue.svg [ NeedsRebaseline ]
+
+#
+# Lines to avoid conflicts.
+#
+
+# The following are generated from LayoutTests/TestExpectations by sp/gen-expectations
+END
+
+grep "virtual/slimmingpaint/.*\..*" TestExpectations | grep -v Skip |
+ sed 's"virtual/slimmingpaint/""' >> SlimmingPaintExpectations
« no previous file with comments | « sp/gen-auto-rebaseline ('k') | sp/last-auto-rebaseline » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698