Bug 224463

Summary: [ BigSur wk2 ARM64 ] webrtc/disable-encryption.html is a flakey timeout
Product: WebKit Reporter: Robert Jenner <jenner>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ramtinbeheshti, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=224963

Description Robert Jenner 2021-04-12 17:07:18 PDT
webrtc/disable-encryption.html

is a flakey timeout on BigSur Debug wk2 on Apple Silicon only. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fdisable-encryption.html

TIMEOUT DIFF:
+#PID UNRESPONSIVE - WebKitTestRunner (pid 65608)
+FAIL: Timed out waiting for notifyDone to be called
 
-
-PASS Basic data channel exchange without encryption
-PASS Make sure a pc with encryption and a pc without encryption cannot talk
-
+#EOF
+#EOF
Comment 1 Radar WebKit Bug Importer 2021-04-12 17:07:39 PDT
<rdar://problem/76565810>
Comment 2 Robert Jenner 2021-04-12 17:17:58 PDT
The timeout only occurs on Apple Silicon Macs, and as such I cannot reproduce the timeout because I do not have access to said system. 

For what it's worth, the test appears very very flakey in the history, and the timeout rarely occurs. For this, I have updated the test expectation for Pass timeout while the test is reviewed here:

https://trac.webkit.org/changeset/275848/webkit
Comment 3 Robert Jenner 2021-04-22 18:31:16 PDT
It appears this isn't just occurring in Debug. I have removed the debug flag to include BigSur Release as well here:

https://trac.webkit.org/changeset/276479/webkit

I've also related this bug to a different bug regarding webrtc because they may be similar.