Changeset 176125 in webkit


Ignore:
Timestamp:
Nov 14, 2014 10:00:58 AM (9 years ago)
Author:
ap@apple.com
Message:

Many (most?) transitions tests are very flaky, frequently failing all at once
https://bugs.webkit.org/show_bug.cgi?id=137883

Add more affected tests to unbreak EWS.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r176124 r176125  
     12014-11-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Many (most?)  transitions tests are very flaky, frequently failing all at once
     4        https://bugs.webkit.org/show_bug.cgi?id=137883
     5
     6        * TestExpectations:
     7        * platform/mac/TestExpectations:
     8        Add more affected tests to unbreak EWS.
     9
    1102014-11-11  David Hyatt  <hyatt@apple.com>
    211
  • trunk/LayoutTests/TestExpectations

    r175755 r176125  
    206206webkit.org/b/137568 css3/conditional/w3c/at-supports-014.html [ ImageOnlyFailure ]
    207207
     208transitions/svg-text-shadow-transition.html [ Failure ]
    208209webkit.org/b/137883 transitions/background-transitions.html [ Failure Pass ]
    209210webkit.org/b/137883 transitions/border-radius-transition.html [ Failure Pass ]
     
    214215webkit.org/b/137883 transitions/color-transition-rounding.html [ Failure Pass ]
    215216webkit.org/b/137883 transitions/created-while-suspended.html [ Failure Pass ]
     217webkit.org/b/137883 transitions/cross-fade-background-image.html [ Pass Failure ]
     218webkit.org/b/137883 transitions/cross-fade-border-image.html [ Pass Failure ]
     219webkit.org/b/137883 transitions/cubic-bezier-overflow-color.html [ Pass Failure ]
     220webkit.org/b/137883 transitions/cubic-bezier-overflow-length.html [ Pass Failure ]
     221webkit.org/b/137883 transitions/cubic-bezier-overflow-shadow.html [ Pass Failure ]
     222webkit.org/b/137883 transitions/cubic-bezier-overflow-svg-length.html [ Pass Failure ]
     223webkit.org/b/137883 transitions/cubic-bezier-overflow-transform.html [ Pass Failure ]
     224webkit.org/b/137883 transitions/delay.html [ Pass Failure ]
     225webkit.org/b/137883 transitions/equivalent-background-image-no-transition.html [ Pass Failure ]
     226webkit.org/b/137883 transitions/flex-transitions.html [ Pass Failure ]
     227webkit.org/b/137883 transitions/interrupt-transform-transition.html [ Pass Failure ]
     228webkit.org/b/137883 transitions/interrupt-zero-duration.html [ Pass Failure ]
     229webkit.org/b/137883 transitions/interrupted-accelerated-transition.html [ Pass Failure ]
     230webkit.org/b/137883 transitions/longhand-vs-shorthand-initial.html [ Pass Failure ]
     231webkit.org/b/137883 transitions/mask-transitions.html [ Pass Failure ]
     232webkit.org/b/137883 transitions/matched-transform-functions.html [ Pass Failure ]
     233webkit.org/b/137883 transitions/mismatched-shadow-styles.html [ Pass Failure ]
     234webkit.org/b/137883 transitions/mismatched-shadow-transitions.html [ Pass Failure ]
     235webkit.org/b/137883 transitions/mixed-type.html [ Pass Failure ]
     236webkit.org/b/137883 transitions/move-after-transition.html [ Pass Failure ]
     237webkit.org/b/137883 transitions/multiple-background-size-transitions.html [ Pass Failure ]
     238webkit.org/b/137883 transitions/multiple-background-transitions.html [ Pass Failure ]
     239webkit.org/b/137883 transitions/multiple-mask-transitions.html [ Pass Failure ]
     240webkit.org/b/137883 transitions/multiple-shadow-transitions.html [ Pass Failure ]
     241webkit.org/b/137883 transitions/negative-delay.html [ Pass Failure ]
     242webkit.org/b/137883 transitions/opacity-transition-zindex.html [ Pass Failure ]
     243webkit.org/b/137883 transitions/repeated-firing-background-color.html [ Pass Failure ]
     244webkit.org/b/137883 transitions/retargetted-transition.html [ Pass Failure ]
     245webkit.org/b/137883 transitions/rounded-rect-becomes-non-renderable-while-transitioning.html [ Pass Failure ]
     246webkit.org/b/137883 transitions/shorthand-border-transitions.html [ Pass Failure ]
     247webkit.org/b/137883 transitions/shorthand-transitions.html [ Pass Failure ]
     248webkit.org/b/137883 transitions/started-while-suspended.html [ Pass Failure ]
     249webkit.org/b/137883 transitions/transition-shorthand-delay.html
     250webkit.org/b/137883 transitions/transition-timing-function.html [ Pass Failure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r176117 r176125  
    832832# isProtocolHandlerRegistered() isn't supported yet.
    833833webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
    834 
    835 webkit.org/b/113227 transitions/cross-fade-background-image.html [ Pass Failure ]
    836 webkit.org/b/113227 transitions/cross-fade-border-image.html [ Pass Failure ]
    837 webkit.org/b/113227 transitions/default-timing-function.html [ Pass Failure ]
    838 webkit.org/b/113227 transitions/svg-text-shadow-transition.html [ Pass Failure ]
    839834
    840835# New test failing, needs investigation.
Note: See TracChangeset for help on using the changeset viewer.