Title: [214185] branches/safari-603-branch/LayoutTests
Revision
214185
Author
matthew_han...@apple.com
Date
2017-03-20 11:51:54 -0700 (Mon, 20 Mar 2017)

Log Message

Merge r214095.

Modified Paths

Diff

Modified: branches/safari-603-branch/LayoutTests/ChangeLog (214184 => 214185)


--- branches/safari-603-branch/LayoutTests/ChangeLog	2017-03-20 18:51:52 UTC (rev 214184)
+++ branches/safari-603-branch/LayoutTests/ChangeLog	2017-03-20 18:51:54 UTC (rev 214185)
@@ -1,5 +1,22 @@
 2017-03-20  Jason Marcell  <jmarc...@apple.com>
 
+        Merge r214095.
+
+    2017-03-16  Ryan Haddad  <ryanhad...@apple.com>
+
+            Merge r212132.
+
+        2017-02-10  Filip Pizlo  <fpi...@apple.com>
+
+                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-20  Jason Marcell  <jmarc...@apple.com>
+
         Merge r214094.
 
     2017-03-16  Ryan Haddad  <ryanhad...@apple.com>

Modified: branches/safari-603-branch/LayoutTests/workers/sab/postMessage-clones.html (214184 => 214185)


--- branches/safari-603-branch/LayoutTests/workers/sab/postMessage-clones.html	2017-03-20 18:51:52 UTC (rev 214184)
+++ branches/safari-603-branch/LayoutTests/workers/sab/postMessage-clones.html	2017-03-20 18:51:54 UTC (rev 214185)
@@ -26,7 +26,11 @@
         testRunner.notifyDone();
 });
 
-postMessage(memory, "*");
+window.setTimeout(
+    function() {
+        window.postMessage(memory, "*");
+    },
+    0);
 </script>
 <script src=""
 </body>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to