diff options
author | fmalita@chromium.org <fmalita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 15:55:38 +0000 |
---|---|---|
committer | fmalita@chromium.org <fmalita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 15:55:38 +0000 |
commit | 54da78908e06733ce1f0166bbd3e30e8ac25da7e (patch) | |
tree | caa8e82c5597ede4c01ed856ee71c275af6dde91 | |
parent | 1cf3c636d2f9189c35a8975919f67caac098214d (diff) | |
download | chromium_src-54da78908e06733ce1f0166bbd3e30e8ac25da7e.zip chromium_src-54da78908e06733ce1f0166bbd3e30e8ac25da7e.tar.gz chromium_src-54da78908e06733ce1f0166bbd3e30e8ac25da7e.tar.bz2 |
Update skia_test_expectations.
Remove tests rebaselined in http://src.chromium.org/viewvc/blink/?revision=149616.
Re-assigning virtual/gpu/fast/canvas/image-object-in-canvas.html to the current
bug (it was rebaselined in r149616 and the bots turned green for a while, but
the Skia roll today made the new result obsolete).
TBR=robertphilips@google.com
Review URL: https://chromiumcodereview.appspot.com/14759005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198464 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | skia/skia_test_expectations.txt | 43 |
1 files changed, 3 insertions, 40 deletions
diff --git a/skia/skia_test_expectations.txt b/skia/skia_test_expectations.txt index 66f7b15..52a6500 100644 --- a/skia/skia_test_expectations.txt +++ b/skia/skia_test_expectations.txt @@ -48,46 +48,9 @@ # # START OVERRIDES HERE -# These two tests exercise the canvas 'darken' mode. This was fixed in -# Skia r8449 thus need to be rebaselined -crbug.com/225398 virtual/gpu/fast/canvas/canvas-composite-transformclip.html [ ImageOnlyFailure ] -crbug.com/225398 virtual/gpu/fast/canvas/canvas-composite.html [ ImageOnlyFailure ] - -# This test has one pixel different on the edge of a circle due to changes -# in how Skia draws circles (Skia r8613) -crbug.com/230821 virtual/gpu/fast/canvas/image-object-in-canvas.html [ ImageOnlyFailure ] - -# Skia CLs r8742 and r8743 fixed a bug with texture rendering (when the scale was -# close to 1). -crbug.com/233548 scrollbars/listbox-scrollbar-combinations.html [ ImageOnlyFailure ] -crbug.com/233548 scrollbars/overflow-scrollbar-combinations.html [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/W3C-I18N/text-anchor-no-markup.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/as-image/image-preserveAspectRatio-all.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/batik/filters/feTile.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/custom/image-small-width-height.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/custom/pointer-events-image-css-transform.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/custom/pointer-events-image.svg [ ImageOnlyFailure ] -crbug.com/233548 svg/filters/feImage-preserveAspectRatio-all.svg [ ImageOnlyFailure ] -crbug.com/233548 virtual/gpu/compositedscrolling/scrollbars/listbox-scrollbar-combinations.html [ ImageOnlyFailure ] -crbug.com/233548 virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations.html [ ImageOnlyFailure ] - # In r8961 the way Skia draws rotated rects was changed. This resulted -# in a change to the following image -crbug.com/237634 virtual/gpu/fast/canvas/image-pattern-rotate.html [ ImageOnlyFailure ] +# in a change to the following +crbug.com/237634 virtual/gpu/fast/canvas/image-pattern-rotate.html [ ImageOnlyFailure ] +crbug.com/237634 virtual/gpu/fast/canvas/image-object-in-canvas.html [ ImageOnlyFailure ] # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |