Bug 219460

Summary: [iOS macOS] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: 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=219462

Description Ryan Haddad 2020-12-02 16:11:26 PST
imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https.html is a flaky failure on iOS and macOS

The failures have the following diffs:
--- /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https-expected.txt
+++ /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https-actual.txt
@@ -1,6 +1,6 @@
 
 PASS Perfect negotiation setup connects
-PASS Perfect negotiation setup connects with roles reversed
+FAIL Perfect negotiation setup connects with roles reversed Failed to apply the received candidate
 FAIL Perfect negotiation glare Description type incompatible with current signaling state
 FAIL Perfect negotiation glare with roles reversed assert_unreached: Error in iframe: InvalidStateError: Description type incompatible with current signaling state Reached unreachable code
 

--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https-actual.txt
@@ -1,5 +1,5 @@
 
-PASS Perfect negotiation setup connects
+FAIL Perfect negotiation setup connects Failed to apply the received candidate
 PASS Perfect negotiation setup connects with roles reversed
 FAIL Perfect negotiation glare Description type incompatible with current signaling state
 FAIL Perfect negotiation glare with roles reversed assert_unreached: Error in iframe: InvalidStateError: Description type incompatible with current signaling state Reached unreachable code

https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fwebrtc%2FRTCPeerConnection-perfect-negotiation.https.html
Comment 1 Radar WebKit Bug Importer 2020-12-02 16:11:58 PST
<rdar://problem/71915054>
Comment 2 Ryan Haddad 2020-12-02 16:15:09 PST
This appears to be limited to release build. The test is a flaky assertion failure on debug builds. See https://bugs.webkit.org/show_bug.cgi?id=219462
Comment 3 Ryan Haddad 2020-12-02 16:31:38 PST
Marked test as flaky with r270376.
Comment 4 Ryan Haddad 2021-02-08 11:28:54 PST
Skipped the test in r272502 since it is a flaky assert on debug.
Comment 5 youenn fablet 2021-10-05 02:51:26 PDT

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