Changeset 181401 in webkit


Ignore:
Timestamp:
Mar 11, 2015 1:08:26 PM (9 years ago)
Author:
Said Abou-Hallawa
Message:

svg/animations/smil-leak-*.svg tests are flaky.
https://bugs.webkit.org/show_bug.cgi?id=114280

Unreviewed.

Some svg tests were flaky on mac only but they became flaky on all ports
after r181345. They pass locally and on EWS but not on bots. Mark them to
be flaky on all ports till we figure out the problem with these tests.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r181397 r181401  
     12015-03-11  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        svg/animations/smil-leak-*.svg tests are flaky.
     4        https://bugs.webkit.org/show_bug.cgi?id=114280
     5
     6        Unreviewed.
     7
     8        Some svg tests were flaky on mac only but they became flaky on all ports
     9        after r181345. They pass locally and on EWS but not on bots. Mark them to
     10        be flaky on all ports till we figure out the problem with these tests.
     11
     12        * TestExpectations:
     13        * platform/mac/TestExpectations:
     14
    1152015-03-11  Tim Horton  <timothy_horton@apple.com>
    216
  • trunk/LayoutTests/TestExpectations

    r181351 r181401  
    493493
    494494webkit.org/b/142526 contentfiltering/block-after-add-data.html [ Skip ]
     495
     496# These tests were flaky on Mac only but they became flaky on all ports after r181345
     497webkit.org/b/114280 svg/animations/smil-leak-dynamically-added-element-instances.svg [ Pass Failure ]
     498webkit.org/b/114280 svg/animations/smil-leak-element-instances-noBaseValRef.svg [ Pass Failure ]
     499webkit.org/b/114280 svg/animations/smil-leak-element-instances.svg [ Pass Failure ]
     500webkit.org/b/114280 svg/animations/smil-leak-elements.svg [ Pass Failure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r181285 r181401  
    735735
    736736webkit.org/b/120923 animations/cross-fade-background-image.html [ ImageOnlyFailure ]
    737 
    738 webkit.org/b/114280 svg/animations/smil-leak-dynamically-added-element-instances.svg [ Pass Failure ]
    739 webkit.org/b/114280 svg/animations/smil-leak-element-instances-noBaseValRef.svg [ Pass Failure ]
    740 webkit.org/b/114280 svg/animations/smil-leak-element-instances.svg [ Pass Failure ]
    741 webkit.org/b/114280 svg/animations/smil-leak-elements.svg [ Pass Failure ]
    742737
    743738webkit.org/b/131244 svg/as-image/svg-as-image-canvas.html [ Pass ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.