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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sp/gen-auto-rebaseline ('k') | sp/last-auto-rebaseline » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2 cd `dirname $0`/../LayoutTests
3
4 cat >SlimmingPaintExpectations <<END
5 # Slimming paint overriding expectations (to change, modify sp/gen-expectations)
6
7 Bug(0) svg/W3C-SVG-1.1/masking-intro-01-f.svg [ NeedsRebaseline ]
8 Bug(0) svg/clip-path/clipper-placement-issue.svg [ NeedsRebaseline ]
9
10 #
11 # Lines to avoid conflicts.
12 #
13
14 # The following are generated from LayoutTests/TestExpectations by sp/gen-expect ations
15 END
16
17 grep "virtual/slimmingpaint/.*\..*" TestExpectations | grep -v Skip |
18 sed 's"virtual/slimmingpaint/""' >> SlimmingPaintExpectations
OLDNEW
« 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