Changeset 258993 in webkit


Ignore:
Timestamp:
Mar 25, 2020 10:15:12 AM (4 years ago)
Author:
Said Abou-Hallawa
Message:

Layout Test fast/images/async-image-multiple-clients-repaint.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=202328
<rdar://problem/54325032>

Unreviewed test gardening.

Remove flaky expectation for this test since it has been passing on all
Mac and iOS platforms. Make the iOS expected result the same for the
device and for the simulator.

  • platform/ios-simulator/fast/images: Removed.
  • platform/ios/TestExpectations:
  • platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt: Added.
  • platform/mac-wk1/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r258990 r258993  
     12020-03-25  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        Layout Test fast/images/async-image-multiple-clients-repaint.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=202328
     5        <rdar://problem/54325032>
     6
     7        Unreviewed test gardening.
     8
     9        Remove flaky expectation for this test since it has been passing on all
     10        Mac and iOS platforms. Make the iOS expected result the same for the
     11        device and for the simulator.
     12
     13        * platform/ios-simulator/fast/images: Removed.
     14        * platform/ios/TestExpectations:
     15        * platform/ios/fast/images/async-image-multiple-clients-repaint-expected.txt: Added.
     16        * platform/mac-wk1/TestExpectations:
     17        * platform/mac/TestExpectations:
     18
    1192020-03-25  Frank Yang  <guowei_yang@apple.com>
    220
  • trunk/LayoutTests/platform/ios/TestExpectations

    r258989 r258993  
    33023302fast/scrolling/ios/body-overflow-hidden.html [ Pass ImageOnlyFailure ]
    33033303
    3304 webkit.org/b/202328 fast/images/async-image-multiple-clients-repaint.html [ Pass Failure ]
    3305 
    33063304# drawFocusRing without keyboard enabled does nothing
    33073305imported/w3c/web-platform-tests/2dcontext/drawing-paths-to-the-canvas/drawFocusIfNeeded_001.html [ Skip ]
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r258939 r258993  
    734734[ Mojave+ ] fast/images/async-image-background-image-repeated.html [ Skip ]
    735735[ Mojave+ ] fast/images/async-image-background-image.html [ Skip ]
    736 [ Mojave+ ] fast/images/async-image-multiple-clients-repaint.html [ Skip ]
    737736[ Mojave+ ] fast/images/composited-animated-gif-outside-viewport.html [ Skip ]
    738737[ Mojave+ ] fast/images/decode-render-animated-image.html [ Skip ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r258935 r258993  
    18341834webkit.org/b/201401 imported/w3c/web-platform-tests/media-source/mediasource-video-is-visible.html [ Skip ]
    18351835
    1836 # rdar://55484256 (REGRESSION: (Catalina) fast/images/async-image-multiple-clients-repaint.html is a flakey failure)
    1837 [ Catalina+ ] fast/images/async-image-multiple-clients-repaint.html [ Pass Failure ]
    1838 
    18391836# Two canvas tests fail with small antialiasing diffs
    18401837imported/w3c/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_arcto_001.htm [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.