Title: [254606] branches/safari-609-branch/LayoutTests
Revision
254606
Author
alanc...@apple.com
Date
2020-01-15 11:15:32 -0800 (Wed, 15 Jan 2020)

Log Message

Cherry-pick r254261. rdar://problem/58549081

    REGRESSION: [ Mac wk2 ] http/wpt/service-workers/persistent-importScripts.html is a flaky failure
    https://bugs.webkit.org/show_bug.cgi?id=205886
    <rdar://problem/58387910>

    Reviewed by Chris Dumez.

    Make sure registrations are stored on disk before crashing the network process.

    * http/wpt/service-workers/persistent-importScripts.html:
    * platform/mac-wk2/TestExpectations:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254261 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/LayoutTests/ChangeLog (254605 => 254606)


--- branches/safari-609-branch/LayoutTests/ChangeLog	2020-01-15 19:15:30 UTC (rev 254605)
+++ branches/safari-609-branch/LayoutTests/ChangeLog	2020-01-15 19:15:32 UTC (rev 254606)
@@ -1,5 +1,35 @@
 2020-01-14  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r254261. rdar://problem/58549081
+
+    REGRESSION: [ Mac wk2 ] http/wpt/service-workers/persistent-importScripts.html is a flaky failure
+    https://bugs.webkit.org/show_bug.cgi?id=205886
+    <rdar://problem/58387910>
+    
+    Reviewed by Chris Dumez.
+    
+    Make sure registrations are stored on disk before crashing the network process.
+    
+    * http/wpt/service-workers/persistent-importScripts.html:
+    * platform/mac-wk2/TestExpectations:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254261 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-09  youenn fablet  <you...@apple.com>
+
+            REGRESSION: [ Mac wk2 ] http/wpt/service-workers/persistent-importScripts.html is a flaky failure
+            https://bugs.webkit.org/show_bug.cgi?id=205886
+            <rdar://problem/58387910>
+
+            Reviewed by Chris Dumez.
+
+            Make sure registrations are stored on disk before crashing the network process.
+
+            * http/wpt/service-workers/persistent-importScripts.html:
+            * platform/mac-wk2/TestExpectations:
+
+2020-01-14  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r254260. rdar://problem/58552882
 
     REGRESSION: [ Mac ] webrtc/video-autoplay.html is a flaky failure

Modified: branches/safari-609-branch/LayoutTests/http/wpt/service-workers/persistent-importScripts.html (254605 => 254606)


--- branches/safari-609-branch/LayoutTests/http/wpt/service-workers/persistent-importScripts.html	2020-01-15 19:15:30 UTC (rev 254605)
+++ branches/safari-609-branch/LayoutTests/http/wpt/service-workers/persistent-importScripts.html	2020-01-15 19:15:32 UTC (rev 254606)
@@ -36,6 +36,9 @@
     let randomId = await getRandomIdFromWorker(worker);
 
     if (!window.location.hash.length) {
+        if (window.internals)
+            await internals.storeRegistrationsOnDisk();
+
         if (window.testRunner)
             testRunner.terminateNetworkProcess();
         await waitFor(100);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to