Changeset 64266 in webkit


Ignore:
Timestamp:
Jul 29, 2010 1:22:25 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-29 Alex Nicolaou <anicolao@chromium.org>

Reviewed by Dirk Schulze.

[chromium] new svg failures after r63485
https://bugs.webkit.org/show_bug.cgi?id=42428

Now that my fix for https://bugs.webkit.org/show_bug.cgi?id=43102
is checked in, 42428 is fixed also as well as a bunch of other tests
that were previously failing because of the wrong colourspace for the
SVG mask. This change resets expectations to pass for the appropriate
tests.

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64264 r64266  
     12010-07-29  Alex Nicolaou  <anicolao@chromium.org>
     2
     3        Reviewed by Dirk Schulze.
     4
     5        [chromium] new svg failures after r63485
     6        https://bugs.webkit.org/show_bug.cgi?id=42428
     7
     8        Now that my fix for https://bugs.webkit.org/show_bug.cgi?id=43102
     9        is checked in, 42428 is fixed also as well as a bunch of other tests
     10        that were previously failing because of the wrong colourspace for the
     11        SVG mask. This change resets expectations to pass for the appropriate
     12        tests.
     13
     14        * platform/chromium/test_expectations.txt:
     15
    1162010-07-28  Victor Wang  <victorw@chromium.org>
    217
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r64254 r64266  
    986986// alpha in bottom group.
    987987BUG10310 LINUX : svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL
    988 
    989 // Image mismatch since WebKit r49757.
    990 // The difference is hard to tell, but our gradation is slightly different
    991 // (blue is too strong on the gradation).
    992 // Pixel dump was updated on upstream but our rendering did not change.
    993 BUG25175 MAC : svg/custom/grayscale-gradient-mask.svg = IMAGE
    994988
    995989// -----------------------------------------------------------------
     
    23842378// More Webkit Roll to r51875
    23852379// Some of these went from IMAGE+TEXT to just IMAGE at r57886
    2386 BUG29737 MAC : svg/W3C-SVG-1.1/filters-blend-01-b.svg = IMAGE
    2387 BUG29737 MAC : svg/W3C-SVG-1.1/filters-color-01-b.svg = IMAGE
    2388 BUG29737 MAC : svg/W3C-SVG-1.1/filters-comptran-01-b.svg = IMAGE
    2389 BUG29737 MAC : svg/W3C-SVG-1.1/filters-gauss-01-b.svg = IMAGE
    2390 BUG29737 MAC : svg/W3C-SVG-1.1/filters-morph-01-f.svg = IMAGE
    2391 BUG29737 MAC : svg/W3C-SVG-1.1/filters-offset-01-b.svg = IMAGE
    2392 BUG29737 MAC : svg/batik/filters/feTile.svg = IMAGE
    2393 BUG29737 MAC : svg/custom/feComponentTransfer-Discrete.svg = IMAGE
    2394 BUG29737 MAC : svg/custom/feComponentTransfer-Gamma.svg = IMAGE
    2395 BUG29737 MAC : svg/custom/feComponentTransfer-Linear.svg = IMAGE
    2396 BUG29737 MAC : svg/custom/feComponentTransfer-Table.svg = IMAGE
    2397 BUG29737 MAC : svg/custom/text-filter.svg = IMAGE
    2398 BUG29737 MAC : svg/filters/feComposite.svg = IMAGE
    2399 BUG29737 MAC : svg/filters/feDisplacementMap.svg = IMAGE
    2400 BUG29737 MAC : svg/filters/feTile.svg = IMAGE
    24012380BUG29737 MAC : svg/custom/use-elementInstance-event-target.svg = IMAGE
    2402 BUG29737 SLOW MAC : svg/filters/big-sized-filter.svg = IMAGE
    24032381BUG29737 MAC : svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE
    24042382BUG29737 MAC : svg/filters/sourceAlpha.svg = IMAGE
     
    26452623// Caused by http://trac.webkit.org/changeset/56288/
    26462624BUG_JSCHUH WIN LINUX : svg/filters/filterRes.svg = IMAGE+TEXT TEXT
    2647 BUG_JSCHUH MAC : svg/filters/filterRes.svg = IMAGE
    26482625
    26492626// Caused by http://trac.webkit.org/changeset/56394.
     
    26952672BUGJAMESR MAC : svg/custom/resource-invalidate-on-target-update.svg = IMAGE PASS
    26962673BUGJAMESR LINUX : svg/custom/resource-invalidate-on-target-update.svg = IMAGE
    2697 BUGJAMESR : svg/filters/filter-clip.svg = IMAGE
     2674BUGJAMESR WIN LINUX : svg/filters/filter-clip.svg = IMAGE
    26982675BUGJAMESR : svg/filters/filter-source-position.svg = IMAGE
    26992676BUGJAMESR BUG30048 BUG29737 WIN LINUX : svg/filters/shadow-on-rect-with-filter.svg = IMAGE
     
    30993076BUGWK42403 WIN : svg/custom/mask-colorspace.svg = IMAGE
    31003077
    3101 BUGWK42428 : svg/custom/convolution-crash.svg = IMAGE
    31023078BUGWK42428 LINUX WIN : svg/W3C-SVG-1.1/filters-conv-01-f.svg = IMAGE+TEXT
    31033079
Note: See TracChangeset for help on using the changeset viewer.