Bug 170819
| Summary: | LayoutTest imported/w3c/web-platform-tests/webrtc/datachannel-emptystring.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | youennf |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=171605 | ||
Ryan Haddad
LayoutTest imported/w3c/web-platform-tests/webrtc/datachannel-emptystring.html is a flaky failure
https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/builds/501
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fwebrtc%2Fdatachannel-emptystring.html
--- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/datachannel-emptystring-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/datachannel-emptystring-actual.txt
@@ -1,8 +1,5 @@
-FAIL Can send empty strings across a WebRTC data channel. assert_equals: Empty message not received expected "" but got "done"
+FAIL Can send empty strings across a WebRTC data channel. assert_unreached: Error TypeError: Argument 1 ('description') to RTCPeerConnection.setRemoteDescription must be an instance of RTCSessionDescription Reached unreachable code
Messages exchanged
-Sent: [empty string]
-Sent: "done"
-Received: "done"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Lewis
As of revision https://trac.webkit.org/changeset/217225/webkit the test is now failing on iOS Simulator as well.
While the test is not edited specifically in this revision, I believe that due to the surrounding tests being altered, this may have furthered to regression to a constant state of failure for the test.