Changeset 254482 in webkit


Ignore:
Timestamp:
Jan 13, 2020 7:15:36 PM (4 years ago)
Author:
wilander@apple.com
Message:

Remove calls to testRunner.installStatisticsDidModifyDataRecordsCallback() in http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins*
https://bugs.webkit.org/show_bug.cgi?id=206188
<rdar://problem/58540033>

Unreviewed test gardening.

Removed the calls to testRunner.installStatisticsDidModifyDataRecordsCallback()
to address flakiness.

  • http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html:
  • http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r254481 r254482  
     12020-01-13  John Wilander  <wilander@apple.com>
     2
     3        Remove calls to testRunner.installStatisticsDidModifyDataRecordsCallback() in http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins*
     4        https://bugs.webkit.org/show_bug.cgi?id=206188
     5        <rdar://problem/58540033>
     6
     7        Unreviewed test gardening.
     8
     9        Removed the calls to testRunner.installStatisticsDidModifyDataRecordsCallback()
     10        to address flakiness.
     11
     12        * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html:
     13        * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
     14
    1152020-01-13  Justin Fan  <justin_fan@apple.com>
    216
  • trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html

    r254386 r254482  
    3636
    3737            testRunner.installStatisticsDidScanDataRecordsCallback(completeTest);
    38             testRunner.installStatisticsDidModifyDataRecordsCallback(completeTest);
    3938
    4039            testRunner.statisticsProcessStatisticsAndDataRecords();
  • trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html

    r254386 r254482  
    3636
    3737            testRunner.installStatisticsDidScanDataRecordsCallback(completeTest);
    38             testRunner.installStatisticsDidModifyDataRecordsCallback(completeTest);
    3938
    4039            testRunner.statisticsProcessStatisticsAndDataRecords();
Note: See TracChangeset for help on using the changeset viewer.