Changeset 110621 in webkit


Ignore:
Timestamp:
Mar 13, 2012 3:13:30 PM (12 years ago)
Author:
abarth@webkit.org
Message:

Merge expectations for
svg/as-background-image/svg-as-background-6.html. Previously, Snow
Leopard had different expectations than every other platform, but the
behavior seems to match the expectations for other platforms.

Really what's going on is that this is a bad test for the reasons
explained in the test_expectations.txt file. I'm not entirely sure how
to fix the test to have repeatable results.

This patch also notes some more compositing reflection tests as flaky,
similar to the failures in
https://bugs.webkit.org/show_bug.cgi?id=79823. These tests have been
flaky for a while, but they seem to be failing more frequently now. I
couldn't find any recent changes to explain why that might be.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r110620 r110621  
     12012-03-13  Adam Barth  <abarth@webkit.org>
     2
     3        Merge expectations for
     4        svg/as-background-image/svg-as-background-6.html.  Previously, Snow
     5        Leopard had different expectations than every other platform, but the
     6        behavior seems to match the expectations for other platforms.
     7
     8        Really what's going on is that this is a bad test for the reasons
     9        explained in the test_expectations.txt file.  I'm not entirely sure how
     10        to fix the test to have repeatable results.
     11
     12        This patch also notes some more compositing reflection tests as flaky,
     13        similar to the failures in
     14        https://bugs.webkit.org/show_bug.cgi?id=79823.  These tests have been
     15        flaky for a while, but they seem to be failing more frequently now.  I
     16        couldn't find any recent changes to explain why that might be.
     17
     18        * platform/chromium/test_expectations.txt:
     19
    1202012-03-13  Adrienne Walker  <enne@google.com>
    221
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r110620 r110621  
    10771077// or change the test upstream to specify explicitly what font to use.
    10781078// The mask part of this test is totally wrong.
    1079 BUGCR3244 LEOPARD LINUX WIN : svg/as-background-image/svg-as-background-6.html = FAIL
     1079BUGCR3244 : svg/as-background-image/svg-as-background-6.html = FAIL
    10801080
    10811081// Our gradients are wrong here.
     
    37943794BUGWK79823 : compositing/repaint/opacity-between-absolute.html = PASS IMAGE
    37953795BUGWK79823 : compositing/reflections/masked-reflection-on-composited.html = PASS IMAGE
     3796BUGWK79823 : compositing/reflections/reflection-on-composited.html = PASS IMAGE
     3797BUGWK79823 : compositing/geometry/fixed-position.html = PASS IMAGE
     3798BUGWK79823 : compositing/reflections/compositing-change-inside-reflection.html = PASS IMAGE
     3799BUGWK79823 : compositing/webgl/webgl-reflection.html = PASS IMAGE
     3800BUGWK79823 : platform/chromium/compositing/render-surface-alpha-blending.html = PASS IMAGE
    37963801// Already associated with bug 47949 on Mac.
    37973802BUGWK79823 WIN LINUX : compositing/reflections/nested-reflection.html = PASS IMAGE
     
    39053910BUGWK80807 MAC : fast/events/invalid-003.html = PASS CRASH
    39063911
    3907 
    3908 //BUGWK54322 SNOWLEOPARD : svg/as-background-image/svg-as-background-6.html = TIMEOUT IMAGE
    3909 BUGWK80976 SNOWLEOPARD : svg/as-background-image/svg-as-background-6.html = PASS CRASH
    39103912BUGWK80976 SNOWLEOPARD : svg/as-image/svg-nested.html = PASS CRASH
    39113913BUGWK80976 SNOWLEOPARD : svg/custom/fill-opacity-rgba.svg = PASS CRASH
Note: See TracChangeset for help on using the changeset viewer.