| Summary: | REGRESSION(r266511): [ macOS iOS wk2 ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-restartIce.https.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hector Lopez <hector_i_lopez> |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Hector Lopez
2020-09-03 17:34:41 PDT
Test expectation while investigated: https://trac.webkit.org This test is now a consistent failure, so I don't know if it is still flaky:
--- /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-restartIce.https-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-restartIce.https-actual.txt
@@ -10,6 +10,6 @@
PASS restartIce() survives remote offer
PASS restartIce() is satisfied by remote ICE restart
PASS restartIce() trumps {iceRestart: false}
-FAIL restartIce() survives rollback promise_test: Unhandled rejection with value: object "InvalidStateError: Description type incompatible with current signaling state"
+FAIL restartIce() survives rollback promise_test: Unhandled rejection with value: object "InvalidStateError: Local description type 3 is incompatible with current signaling state 1"
FAIL restartIce() survives remote offer containing partial restart assert_false: Restarted 2 expected false got true
(In reply to Ryan Haddad from comment #3) > This test is now a consistent failure, so I don't know if it is still flaky: Rebaselined in https://trac.webkit.org/changeset/276922/webkit, will need to check on results in a day or two to see if the test is still flaky. (In reply to Ryan Haddad from comment #4) > (In reply to Ryan Haddad from comment #3) > > This test is now a consistent failure, so I don't know if it is still flaky: > Rebaselined in https://trac.webkit.org/changeset/276922/webkit, will need to > check on results in a day or two to see if the test is still flaky. Definitely still flaky. |