Title: [228906] trunk/LayoutTests
Revision
228906
Author
[email protected]
Date
2018-02-21 16:17:37 -0800 (Wed, 21 Feb 2018)

Log Message

Add delay to make cookie purge catch up when running http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html
https://bugs.webkit.org/show_bug.cgi?id=183024
<rdar://problem/37765207>

Unreviewed test gardening.

* http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html:
    Added a setTimeout() delay.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (228905 => 228906)


--- trunk/LayoutTests/ChangeLog	2018-02-22 00:10:25 UTC (rev 228905)
+++ trunk/LayoutTests/ChangeLog	2018-02-22 00:17:37 UTC (rev 228906)
@@ -1,3 +1,14 @@
+2018-02-21  John Wilander  <[email protected]>
+
+        Add delay to make cookie purge catch up when running http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html
+        https://bugs.webkit.org/show_bug.cgi?id=183024
+        <rdar://problem/37765207>
+
+        Unreviewed test gardening.
+
+        * http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html:
+            Added a setTimeout() delay.
+
 2018-02-21  Youenn Fablet  <[email protected]>
 
         Move AppCache loading to the NetworkProcess

Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html (228905 => 228906)


--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html	2018-02-22 00:10:25 UTC (rev 228905)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html	2018-02-22 00:17:37 UTC (rev 228906)
@@ -43,7 +43,7 @@
 
     function fireDataModificationHandlerAndContinue() {
         testRunner.installStatisticsDidScanDataRecordsCallback(function() {
-            runTest();
+            setTimeout(runTest, 500);
         });
         testRunner.statisticsProcessStatisticsAndDataRecords();
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to