Changeset 284686 in webkit
- Timestamp:
- Oct 22, 2021, 9:05:19 AM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js (modified) (1 diff)
-
platform/ipad/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r284685 r284686 1 2021-10-22 Chris Dumez <cdumez@apple.com> 2 3 [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code) 4 https://bugs.webkit.org/show_bug.cgi?id=231609 5 <rdar://problem/84164701> 6 7 Reviewed by Youenn Fablet. 8 9 Unskip test that should no longer be flaky. 10 11 * platform/ipad/TestExpectations: 12 1 13 2021-10-22 Ayumi Kojima <ayumi_kojima@apple.com> 2 14 -
trunk/LayoutTests/imported/w3c/ChangeLog
r284667 r284686 1 2021-10-22 Chris Dumez <cdumez@apple.com> 2 3 [ iOS15 iPad Debug ] imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html is a flaky failure (reached unreachable code) 4 https://bugs.webkit.org/show_bug.cgi?id=231609 5 <rdar://problem/84164701> 6 7 Reviewed by Youenn Fablet. 8 9 Merge https://github.com/web-platform-tests/wpt/pull/31317 from upstream WPT to address 10 test flakiness. 11 12 * web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js: 13 (async_test): 14 1 15 2021-10-21 Cathie Chen <cathiechen@igalia.com> 2 16 -
trunk/LayoutTests/imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.js
r279894 r284686 7 7 channel.port2.onmessage = t.step_func_done(); 8 8 channel.port1.postMessage("ping"); 9 setTimeout(t.unreached_func(), 100);9 t.step_timeout(t.unreached_func(), 1000); 10 10 }); -
trunk/LayoutTests/platform/ipad/TestExpectations
r284616 r284686 110 110 webkit.org/b/230419 platform/ipad/media/modern-media-controls/media-documents/media-document-video-ios-sizing.html [ Pass Timeout Crash ] 111 111 112 webkit.org/b/231609 imported/w3c/web-platform-tests/webmessaging/MessagePort_onmessage_start.any.worker.html [ Pass Failure ]113 114 112 webkit.org/b/231611 [ Debug ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-in-worker.https.html [ Pass Failure ] 115 113
Note:
See TracChangeset
for help on using the changeset viewer.