diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 16:04:35 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 16:04:35 +0000 |
commit | 4b739de2d1c40cd2c7de3b490f8267ed101f138c (patch) | |
tree | 90db1f778548ff06c425b33dea2b1e1aec81dd66 /skia/skia_test_expectations.txt | |
parent | e4b812270d6143e0aa8bafb7037b45f073287e34 (diff) | |
download | chromium_src-4b739de2d1c40cd2c7de3b490f8267ed101f138c.zip chromium_src-4b739de2d1c40cd2c7de3b490f8267ed101f138c.tar.gz chromium_src-4b739de2d1c40cd2c7de3b490f8267ed101f138c.tar.bz2 |
Roll Skia DEPS to r7572 & add some suppressions
control: https://codereview.chromium.org/12226009/
Review URL: https://codereview.chromium.org/12221016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_test_expectations.txt')
-rw-r--r-- | skia/skia_test_expectations.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/skia/skia_test_expectations.txt b/skia/skia_test_expectations.txt index 615324a..47dbc73 100644 --- a/skia/skia_test_expectations.txt +++ b/skia/skia_test_expectations.txt @@ -56,10 +56,25 @@ crbug.com/170082 platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothing # gpu-based oval drawing has improved this image crbug.com/171664 platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip.html [ ImageOnlyFailure ] -# the roll to r7483 caused these minor image differences, the root cause is still TBD +# the roll to r7483 caused these minor image differences, the root cause was changes to Skia's sorting +# algorithm crbug.com/173368 svg/batik/text/smallFonts.svg [ ImageOnlyFailure ] crbug.com/173368 svg/batik/text/textDecoration.svg [ ImageOnlyFailure ] crbug.com/173368 svg/batik/text/textFeatures.svg [ ImageOnlyFailure ] crbug.com/173368 svg/text/selection-styles.xhtml [ ImageOnlyFailure ] +# in r7552 (https://codereview.appspot.com/7273048/) Skia's sorting +# algorithm was changed (again). This caused some imperceptible changes in +# some of the Japanese font layout tests +crbug.com/174338 fast/repaint/japanese-rl-selection-clear.html [ ImageOnlyFailure ] +crbug.com/174338 fast/repaint/japanese-rl-selection-repaint-in-regions.html [ ImageOnlyFailure ] +crbug.com/174338 fast/repaint/japanese-rl-selection-repaint.html [ ImageOnlyFailure ] +crbug.com/174338 fast/text/justify-ideograph-vertical.html [ ImageOnlyFailure ] +crbug.com/174338 fast/writing-mode/border-vertical-lr.html [ ImageOnlyFailure ] +crbug.com/174338 fast/writing-mode/japanese-lr-selection.html [ ImageOnlyFailure ] +crbug.com/174338 fast/writing-mode/japanese-lr-text.html [ ImageOnlyFailure ] +crbug.com/174338 fast/writing-mode/japanese-rl-selection.html [ ImageOnlyFailure ] +crbug.com/174338 fast/writing-mode/japanese-rl-text.html [ ImageOnlyFailure ] +crbug.com/174338 svg/custom/shapes-supporting-markers.svg [ ImageOnlyFailure ] + # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |