Title: [227761] trunk/LayoutTests
Revision
227761
Author
[email protected]
Date
2018-01-29 16:16:46 -0800 (Mon, 29 Jan 2018)

Log Message

Switch grandfathering layout test to trigger on data record scanning instead of data record modification
https://bugs.webkit.org/show_bug.cgi?id=181482
<rdar://problem/36549026>

Unreviewed test gardening.

* http/tests/resourceLoadStatistics/grandfathering.html:
    Switched from
    testRunner.installStatisticsDidModifyDataRecordsCallback()
    to
    testRunner.installStatisticsDidScanDataRecordsCallback().
* platform/mac-wk2/TestExpectations:
    Marked as [ Pass ] again.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (227760 => 227761)


--- trunk/LayoutTests/ChangeLog	2018-01-29 23:39:21 UTC (rev 227760)
+++ trunk/LayoutTests/ChangeLog	2018-01-30 00:16:46 UTC (rev 227761)
@@ -1,3 +1,19 @@
+2018-01-29  John Wilander  <[email protected]>
+
+        Switch grandfathering layout test to trigger on data record scanning instead of data record modification
+        https://bugs.webkit.org/show_bug.cgi?id=181482
+        <rdar://problem/36549026>
+
+        Unreviewed test gardening.
+
+        * http/tests/resourceLoadStatistics/grandfathering.html:
+            Switched from
+            testRunner.installStatisticsDidModifyDataRecordsCallback()
+            to
+            testRunner.installStatisticsDidScanDataRecordsCallback().
+        * platform/mac-wk2/TestExpectations:
+            Marked as [ Pass ] again.
+
 2018-01-29  Andy Estes  <[email protected]>
 
         [iOS] Restrict synthetic clicks to the origin that handled the underlying touch event

Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering.html (227760 => 227761)


--- trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering.html	2018-01-29 23:39:21 UTC (rev 227760)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering.html	2018-01-30 00:16:46 UTC (rev 227761)
@@ -33,7 +33,7 @@
     }
 
     function fireDataModificationHandlerAndContinue() {
-        testRunner.installStatisticsDidModifyDataRecordsCallback(function() {
+        testRunner.installStatisticsDidScanDataRecordsCallback(function() {
             runTest();
         });
         testRunner.statisticsProcessStatisticsAndDataRecords();

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (227760 => 227761)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2018-01-29 23:39:21 UTC (rev 227760)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2018-01-30 00:16:46 UTC (rev 227761)
@@ -875,7 +875,7 @@
 
 webkit.org/b/181753 [ HighSierra Release ] http/wpt/service-workers/update-service-worker.https.html [ Pass Failure ]
 
-webkit.org/b/181482 http/tests/resourceLoadStatistics/grandfathering.html [ Skip ]
+webkit.org/b/181482 http/tests/resourceLoadStatistics/grandfathering.html [ Pass ]
 
 webkit.org/b/181831 [ HighSierra ] fast/forms/searchfield-heights.html [ Pass Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to