Title: [284686] trunk/LayoutTests
- Revision
- 284686
- Author
- [email protected]
- Date
- 2021-10-22 09:05:19 -0700 (Fri, 22 Oct 2021)
Log Message
[ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code)
https://bugs.webkit.org/show_bug.cgi?id=231609
<rdar://problem/84164701>
Reviewed by Youenn Fablet.
LayoutTests/imported/w3c:
Merge https://github.com/web-platform-tests/wpt/pull/31317 from upstream WPT to address
test flakiness.
* web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js:
(async_test):
LayoutTests:
Unskip test that should no longer be flaky.
* platform/ipad/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (284685 => 284686)
--- trunk/LayoutTests/ChangeLog 2021-10-22 16:04:32 UTC (rev 284685)
+++ trunk/LayoutTests/ChangeLog 2021-10-22 16:05:19 UTC (rev 284686)
@@ -1,3 +1,15 @@
+2021-10-22 Chris Dumez <[email protected]>
+
+ [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code)
+ https://bugs.webkit.org/show_bug.cgi?id=231609
+ <rdar://problem/84164701>
+
+ Reviewed by Youenn Fablet.
+
+ Unskip test that should no longer be flaky.
+
+ * platform/ipad/TestExpectations:
+
2021-10-22 Ayumi Kojima <[email protected]>
Unreviewed, reverting r284654.
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (284685 => 284686)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2021-10-22 16:04:32 UTC (rev 284685)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2021-10-22 16:05:19 UTC (rev 284686)
@@ -1,3 +1,17 @@
+2021-10-22 Chris Dumez <[email protected]>
+
+ [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code)
+ https://bugs.webkit.org/show_bug.cgi?id=231609
+ <rdar://problem/84164701>
+
+ Reviewed by Youenn Fablet.
+
+ Merge https://github.com/web-platform-tests/wpt/pull/31317 from upstream WPT to address
+ test flakiness.
+
+ * web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js:
+ (async_test):
+
2021-10-21 Cathie Chen <[email protected]>
The intrisic size of picture image inside a template is always zero
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js (284685 => 284686)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js 2021-10-22 16:04:32 UTC (rev 284685)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js 2021-10-22 16:05:19 UTC (rev 284686)
@@ -6,5 +6,5 @@
var channel = new MessageChannel();
channel.port2._onmessage_ = t.step_func_done();
channel.port1.postMessage("ping");
- setTimeout(t.unreached_func(), 100);
+ t.step_timeout(t.unreached_func(), 1000);
});
Modified: trunk/LayoutTests/platform/ipad/TestExpectations (284685 => 284686)
--- trunk/LayoutTests/platform/ipad/TestExpectations 2021-10-22 16:04:32 UTC (rev 284685)
+++ trunk/LayoutTests/platform/ipad/TestExpectations 2021-10-22 16:05:19 UTC (rev 284686)
@@ -109,8 +109,6 @@
webkit.org/b/230419 platform/ipad/media/modern-media-controls/media-documents/media-document-video-ios-sizing.html [ Pass Timeout Crash ]
-webkit.org/b/231609 imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html [ Pass Failure ]
-
webkit.org/b/231611 [ Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html [ Pass Failure ]
webkit.org/b/231616 [ Debug ] compositing/layer-creation/scale-rotation-transition-overlap.html [ Pass Failure Timeout ]
@@ -120,4 +118,4 @@
webkit.org/b/231959 media/video-canvas-createPattern.html [ Failure ]
webkit.org/b/231959 fast/canvas/canvas-createPattern-video-modify.html [ Failure ]
webkit.org/b/231959 imported/w3c/web-platform-tests/html/canvas/element/manual/imagebitmap/createImageBitmap-drawImage.html [ Failure ]
-webkit.org/b/231959 imported/w3c/web-platform-tests/html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html [ Failure ]
\ No newline at end of file
+webkit.org/b/231959 imported/w3c/web-platform-tests/html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes