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
<rdar://problem/71915054>
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
Marked test as flaky with r270376.
Skipped the test in r272502 since it is a flaky assert on debug.
*** This bug has been marked as a duplicate of bug 231223 ***