Title: [228294] trunk/LayoutTests
Revision
228294
Author
[email protected]
Date
2018-02-08 14:00:48 -0800 (Thu, 08 Feb 2018)

Log Message

Switch http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html from testRunner.installStatisticsDidModifyDataRecordsCallback() to testRunner.installStatisticsDidScanDataRecordsCallback()
https://bugs.webkit.org/show_bug.cgi?id=182624
<rdar://problem/37364749>

Unreviewed test gardening.

* http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html:
* platform/mac-wk2/TestExpectations:
    Changed from [ Pass Timeout ] to [ Pass ] for the given test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (228293 => 228294)


--- trunk/LayoutTests/ChangeLog	2018-02-08 21:45:31 UTC (rev 228293)
+++ trunk/LayoutTests/ChangeLog	2018-02-08 22:00:48 UTC (rev 228294)
@@ -1,3 +1,15 @@
+2018-02-08  John Wilander  <[email protected]>
+
+        Switch http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html from testRunner.installStatisticsDidModifyDataRecordsCallback() to testRunner.installStatisticsDidScanDataRecordsCallback()
+        https://bugs.webkit.org/show_bug.cgi?id=182624
+        <rdar://problem/37364749>
+
+        Unreviewed test gardening.
+
+        * http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html:
+        * platform/mac-wk2/TestExpectations:
+            Changed from [ Pass Timeout ] to [ Pass ] for the given test.
+
 2018-02-08  Ryan Haddad  <[email protected]>
 
         Mark inspector/console/clearMessages.html as flaky.

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


--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html	2018-02-08 21:45:31 UTC (rev 228293)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html	2018-02-08 22:00:48 UTC (rev 228294)
@@ -42,7 +42,7 @@
 
 
     function fireDataModificationHandlerAndContinue() {
-        testRunner.installStatisticsDidModifyDataRecordsCallback(function() {
+        testRunner.installStatisticsDidScanDataRecordsCallback(function() {
             runTest();
         });
         testRunner.statisticsProcessStatisticsAndDataRecords();

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (228293 => 228294)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2018-02-08 21:45:31 UTC (rev 228293)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2018-02-08 22:00:48 UTC (rev 228294)
@@ -803,7 +803,7 @@
 [ HighSierra+ ] http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction.html [ Pass ]
 [ HighSierra+ ] http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout.html [ Pass ]
 [ HighSierra+ ] http/tests/resourceLoadStatistics/third-party-cookie-with-and-without-user-interaction.html [ Pass ]
-[ HighSierra+ ] http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html [ Pass Timeout ]
+[ HighSierra+ ] http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html [ Pass ]
 [ HighSierra+ ] http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context.html [ Pass ]
 [ HighSierra+ ] http/tests/resourceLoadStatistics/add-partitioning-to-redirect.html [ Pass ]
 [ HighSierra+ ] http/tests/resourceLoadStatistics/add-blocking-to-redirect.html [ Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to