Changeset 251287 in webkit


Ignore:
Timestamp:
Oct 18, 2019 9:58:47 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[iOS] Layout Test http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html is frequently failing or timing out (198185)
https://bugs.webkit.org/show_bug.cgi?id=198185
<rdar://problem/51074251>

Patch by Kate Cheney <Kate Cheney> on 2019-10-18
Reviewed by Youenn Fablet.

Fixes a flaky failure caused by test results being checked before data
records have finished processing. This patch uses a callback to
ensure data processing has finished before continuing.

  • http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html:
  • platform/ios-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r251286 r251287  
     12019-10-18  Kate Cheney  <katherine_cheney@apple.com>
     2
     3        [iOS] Layout Test http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html is frequently failing or timing out (198185)
     4        https://bugs.webkit.org/show_bug.cgi?id=198185
     5        <rdar://problem/51074251>
     6
     7        Reviewed by Youenn Fablet.
     8
     9        Fixes a flaky failure caused by test results being checked before data
     10        records have finished processing. This patch uses a callback to
     11        ensure data processing has finished before continuing.
     12
     13        * http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html:
     14        * platform/ios-wk2/TestExpectations:
     15
    1162019-10-18  Truitt Savell  <tsavell@apple.com>
    217
  • trunk/LayoutTests/http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html

    r250393 r251287  
    214214
    215215    function processWebsiteDataAndContinue() {
     216        testRunner.installStatisticsDidScanDataRecordsCallback(checkWebsiteDataAndContinue);
    216217        testRunner.statisticsProcessStatisticsAndDataRecords();
    217         checkWebsiteDataAndContinue();
    218218    }
    219219
  • trunk/LayoutTests/platform/ios-wk2/TestExpectations

    r251242 r251287  
    13221322webkit.org/b/198774 imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker.html [ Failure ]
    13231323
    1324 webkit.org/b/198185 http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html [ Skip ]
    1325 
    13261324webkit.org/b/176030 http/tests/websocket/tests/hybi/send-object-tostring-check.html [ Pass Failure ]
    13271325
Note: See TracChangeset for help on using the changeset viewer.