| 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
|
|
|