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: | WebRTC | Assignee: | 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 |
Ryan Haddad
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71915054>
Ryan Haddad
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
Ryan Haddad
Marked test as flaky with r270376.
Ryan Haddad
Skipped the test in r272502 since it is a flaky assert on debug.
youenn fablet
*** This bug has been marked as a duplicate of bug 231223 ***