diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 19:21:29 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 19:21:29 +0000 |
commit | 10be88bb92f4c2ada1711dbca62a07748a6fa5c8 (patch) | |
tree | a6e387e6158c362a87754ec312c8c581f98c7c46 | |
parent | 68d8224b2b734559ffdeb2d9156810c5887de291 (diff) | |
download | chromium_src-10be88bb92f4c2ada1711dbca62a07748a6fa5c8.zip chromium_src-10be88bb92f4c2ada1711dbca62a07748a6fa5c8.tar.gz chromium_src-10be88bb92f4c2ada1711dbca62a07748a6fa5c8.tar.bz2 |
Roll Skia DEPS to 6773 & add suppressions
control: https://codereview.chromium.org/11575012/
Review URL: https://codereview.chromium.org/11571012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172920 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia_test_expectations.txt | 10 |
2 files changed, 11 insertions, 1 deletions
@@ -29,7 +29,7 @@ vars = { "ffmpeg_hash": "82ae69cc47f25f9a59cf2ca8742e3391c34e7602", "sfntly_revision": "134", - "skia_revision": "6755", + "skia_revision": "6773", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. diff --git a/skia/skia_test_expectations.txt b/skia/skia_test_expectations.txt index 4327f6e..814ce0e 100644 --- a/skia/skia_test_expectations.txt +++ b/skia/skia_test_expectations.txt @@ -48,4 +48,14 @@ # # START OVERRIDES HERE +# These 6 tests will be rebaselined by fmalita@ +# They are due to http://code.google.com/p/skia/source/detail?r=6773 +crbug.com/165935 fast/borders/borderRadiusDotted02.html [ ImageOnlyFailure ] +crbug.com/165935 fast/borders/borderRadiusDotted03.html [ ImageOnlyFailure ] +crbug.com/165935 fast/borders/borderRadiusDotted04.html [ ImageOnlyFailure ] +# These 3 are really Windows only +crbug.com/165935 fast/forms/button-generated-content.html [ ImageOnlyFailure ] +crbug.com/165935 fast/forms/button-inner-block-reuse.html [ ImageOnlyFailure ] +crbug.com/165935 ietestcenter/css3/bordersbackgrounds/border-radius-style-001.htm [ ImageOnlyFailure ] + # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |