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

Side by Side Diff: skia/skia_test_expectations.txt

Issue 10541005: roll skia to 4156 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
OLDNEW
1 // TEMPORARY overrides of 1 // TEMPORARY overrides of
2 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt 2 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
3 // that are associated with changes to the Skia code. 3 // that are associated with changes to the Skia code.
4 // 4 //
5 // GUIDELINES: 5 // GUIDELINES:
6 // - This file should be empty most of the time. 6 // - This file should be empty most of the time.
7 // - Expectations should only be added TEMPORARILY, as a step towards 7 // - Expectations should only be added TEMPORARILY, as a step towards
8 // rebaselining layout test results. If any one expectation remains in here 8 // rebaselining layout test results. If any one expectation remains in here
9 // for more than a week or two, then we are probably doing something wrong. 9 // for more than a week or two, then we are probably doing something wrong.
10 // - Expectations from this file should NOT be rolled into any other 10 // - Expectations from this file should NOT be rolled into any other
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 // sure nothing goes red. 43 // sure nothing goes red.
44 // 44 //
45 // 6. Make sure to rebaseline the layout tests as soon as possible! The longer 45 // 6. Make sure to rebaseline the layout tests as soon as possible! The longer
46 // we leave overrides in this file, the harder it will be to rebaseline those 46 // we leave overrides in this file, the harder it will be to rebaseline those
47 // tests (because other rendering changes might creep in). 47 // tests (because other rendering changes might creep in).
48 // 48 //
49 // START OVERRIDES HERE 49 // START OVERRIDES HERE
50 50
51 BUGCR130283 : svg/W3C-SVG-1.1/painting-stroke-04-t.svg = TEXT 51 BUGCR130283 : svg/W3C-SVG-1.1/painting-stroke-04-t.svg = TEXT
52 52
53 BUGCR131188 : css3/filters/effect-combined-hw.html = IMAGE
54 BUGCR131188 : css3/filters/effect-grayscale-hw.html = IMAGE
55 BUGCR131188 : css3/filters/effect-hue-rotate-hw.html = IMAGE
56 BUGCR131188 : css3/filters/effect-saturate-hw.html = IMAGE
57 BUGCR131188 : css3/filters/effect-sepia-hw.html = IMAGE
58 BUGCR131188 : platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient.html = IMAGE
59
53 // END OVERRIDES HERE (this line ensures that the file is newline-terminated) 60 // END OVERRIDES HERE (this line ensures that the file is newline-terminated)
54 61
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698