Title: [214095] branches/safari-603.1.30.0-branch/LayoutTests

Diff

Modified: branches/safari-603.1.30.0-branch/LayoutTests/ChangeLog (214094 => 214095)


--- branches/safari-603.1.30.0-branch/LayoutTests/ChangeLog	2017-03-17 04:33:13 UTC (rev 214094)
+++ branches/safari-603.1.30.0-branch/LayoutTests/ChangeLog	2017-03-17 04:33:16 UTC (rev 214095)
@@ -1,5 +1,18 @@
 2017-03-16  Ryan Haddad  <[email protected]>
 
+        Merge r212132.
+
+    2017-02-10  Filip Pizlo  <[email protected]>
+
+            LayoutTest workers/sab/postMessage-clones.html is a flaky failure
+            https://bugs.webkit.org/show_bug.cgi?id=168129
+
+            Unreviewed, make this test more deterministic.
+
+            * workers/sab/postMessage-clones.html:
+
+2017-03-16  Ryan Haddad  <[email protected]>
+
         Add baseline for fast/canvas/webgl/context-creation-attributes.html.
         Unreviewed test gardening.
 

Modified: branches/safari-603.1.30.0-branch/LayoutTests/workers/sab/postMessage-clones.html (214094 => 214095)


--- branches/safari-603.1.30.0-branch/LayoutTests/workers/sab/postMessage-clones.html	2017-03-17 04:33:13 UTC (rev 214094)
+++ branches/safari-603.1.30.0-branch/LayoutTests/workers/sab/postMessage-clones.html	2017-03-17 04:33:16 UTC (rev 214095)
@@ -26,7 +26,11 @@
         testRunner.notifyDone();
 });
 
-postMessage(memory, "*");
+window.setTimeout(
+    function() {
+        window.postMessage(memory, "*");
+    },
+    0);
 </script>
 <script src=""
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to