Changeset 258927 in webkit


Ignore:
Timestamp:
Mar 24, 2020 12:19:30 PM (4 years ago)
Author:
rniwa@webkit.org
Message:

[ macOS iOS ] fast/parser/parser-yield-timing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=207559

Reviewed by Geoffrey Garen.

Delete the test which was added in r120108 to test the yielding time of the parser.

This test has been flaky everywhere, and there isn't a way to test these kinds of timing
reliably in our layout test infrastructure.

  • fast/parser/parser-yield-timing-expected.txt: Removed.
  • fast/parser/parser-yield-timing.html: Removed.
  • platform/gtk/TestExpectations:
  • platform/ios-wk2/TestExpectations:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r258922 r258927  
     12020-03-23  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        [ macOS iOS ] fast/parser/parser-yield-timing.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=207559
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        Delete the test which was added in r120108 to test the yielding time of the parser.
     9
     10        This test has been flaky everywhere, and there isn't a way to test these kinds of timing
     11        reliably in our layout test infrastructure.
     12
     13        * fast/parser/parser-yield-timing-expected.txt: Removed.
     14        * fast/parser/parser-yield-timing.html: Removed.
     15        * platform/gtk/TestExpectations:
     16        * platform/ios-wk2/TestExpectations:
     17        * platform/mac-wk1/TestExpectations:
     18
    1192020-03-24  Jason Lawrence  <lawrence.j@apple.com>
    220
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r258822 r258927  
    16071607webkit.org/b/116976 media/video-played-collapse.html [ Failure Pass Crash ]
    16081608
    1609 webkit.org/b/103443 fast/parser/parser-yield-timing.html [ Failure Pass ]
    1610 
    16111609webkit.org/b/119009 http/tests/cache/subresource-failover-to-network.html [ Failure Pass ]
    16121610
  • trunk/LayoutTests/platform/ios-wk2/TestExpectations

    r258922 r258927  
    745745# Flaky tests:
    746746fast/dom/inline-event-attributes-release.html [ Failure Pass ]
    747 fast/parser/parser-yield-timing.html [ Failure Pass ]
    748747fast/text/align-center-rtl-spill.html [ Failure Pass ]
    749748fast/text/atsui-kerning-and-ligatures.html [ Failure Pass ]
     
    13531352
    13541353webkit.org/b/190852 imported/w3c/web-platform-tests/service-workers/service-worker/redirected-response.https.html [ Pass Failure ]
    1355 
    1356 webkit.org/b/207559 fast/parser/parser-yield-timing.html [ Pass Failure ]
    13571354
    13581355webkit.org/b/207583 http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html [ Pass Failure ]
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r258912 r258927  
    909909webkit.org/b/207470 [ Debug ] imported/w3c/web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_colno.htm [ Pass Failure ]
    910910
    911 webkit.org/b/207559 fast/parser/parser-yield-timing.html [ Pass Failure ]
    912 
    913911# This seems to be indicative of a CFNetwork bug.
    914912webkit.org/b/207895 http/tests/cookies/document-cookie-during-iframe-parsing.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.