Bug 253591 - [ iOS 16 ] 2x webrtc tests are constant time outs.
Summary: [ iOS 16 ] 2x webrtc tests are constant time outs.
Status: RESOLVED DUPLICATE of bug 253632
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 253632
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-08 11:54 PST by Bri Harris
Modified: 2023-03-10 10:29 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bri Harris 2023-03-08 11:54:00 PST
webrtc/concurrentVideoPlayback.html
webrtc/concurrentVideoPlayback2.html

are constant timeouts on iOS 16. 

HISTORY:

https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=webrtc%2FconcurrentVideoPlayback.html&test=webrtc%2FconcurrentVideoPlayback2.html


I was able to replicate these time outs on iOS 16 ToT running on Apple Silicon as follows:

run-webkit-tests webrtc/concurrentVideoPlayback.html webrtc/concurrentVideoPlayback2.html

These time outs also replicated individually using the same method. 



DIFF TEXT:

@@ -1,6 +1,4 @@
+CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure
+FAIL: Timed out waiting for notifyDone to be called
 
 
-PASS Basic audio/video exchange
-PASS Play MediaStream backed streams concurrently
-PASS Play regular video content should not pause MediaStream backed video elements


@@ -1,8 +1,4 @@
+CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure
+FAIL: Timed out waiting for notifyDone to be called
 
 
-PASS Basic audio/video exchange
-PASS Play regular video content should not pause MediaStream backed video elements
-PASS Play regular video content should not pause MediaStream backed video elements but should pause not MediaStream backed video elements
-PASS Restart regular video content should not pause MediaStream backed video elements but should pause not MediaStream backed video elements
-PASS Pause/play MediaStream backed video elements should not change regular video content
Comment 1 Radar WebKit Bug Importer 2023-03-08 11:54:19 PST
<rdar://problem/106440829>
Comment 2 Jer Noble 2023-03-09 10:04:35 PST
Looks like this is going to be fixed by Bug 253632.
Comment 3 Ryan Haddad 2023-03-10 10:29:58 PST
https://commits.webkit.org/261455@main does appear to have resolved the timeouts.

*** This bug has been marked as a duplicate of bug 253632 ***