Title: [254482] trunk/LayoutTests
Revision
254482
Author
wilan...@apple.com
Date
2020-01-13 19:15:36 -0800 (Mon, 13 Jan 2020)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (254481 => 254482)


--- trunk/LayoutTests/ChangeLog	2020-01-14 02:34:34 UTC (rev 254481)
+++ trunk/LayoutTests/ChangeLog	2020-01-14 03:15:36 UTC (rev 254482)
@@ -1,3 +1,17 @@
+2020-01-13  John Wilander  <wilan...@apple.com>
+
+        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:
+
 2020-01-13  Justin Fan  <justin_...@apple.com>
 
         [WebGL 2] Implement transform feedback and pass transform feedback conformance tests

Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html (254481 => 254482)


--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html	2020-01-14 02:34:34 UTC (rev 254481)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-database.html	2020-01-14 03:15:36 UTC (rev 254482)
@@ -35,7 +35,6 @@
             testRunner.setStatisticsSubframeUnderTopFrameOrigin(statisticsUrl, topFrameOrigin3);
 
             testRunner.installStatisticsDidScanDataRecordsCallback(completeTest);
-            testRunner.installStatisticsDidModifyDataRecordsCallback(completeTest);
 
             testRunner.statisticsProcessStatisticsAndDataRecords();
         });

Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html (254481 => 254482)


--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html	2020-01-14 02:34:34 UTC (rev 254481)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html	2020-01-14 03:15:36 UTC (rev 254482)
@@ -35,7 +35,6 @@
             testRunner.setStatisticsSubframeUnderTopFrameOrigin(statisticsUrl, topFrameOrigin3);
 
             testRunner.installStatisticsDidScanDataRecordsCallback(completeTest);
-            testRunner.installStatisticsDidModifyDataRecordsCallback(completeTest);
 
             testRunner.statisticsProcessStatisticsAndDataRecords();
         });
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to