[WPT] New failures introduced in external/wpt/webrtc by import https://crrev.com/c/1155249 |
|||
Issue descriptionWPT import https://crrev.com/c/1155249 introduced new failures in external/wpt/webrtc: List of new failures: external/wpt/webrtc/RTCRtpTransceiver.https.html new failing tests: https://crrev.com/c/1155249/4/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCRtpTransceiver.https-expected.txt external/wpt/webrtc/RTCRtpTransceiver.https.html new failing tests: https://crrev.com/c/1155249/4/third_party/WebKit/LayoutTests/virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/RTCRtpTransceiver.https-expected.txt virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/RTCRtpTransceiver.https.html new failing tests: https://crrev.com/c/1155249/4/third_party/WebKit/LayoutTests/virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/RTCRtpTransceiver.https-expected.txt This import contains upstream changes from ae1d73a946c326315d875206c766656c064395fd to fe2c977518e90340f1a88606fa8844577d577028: [LayoutNG] Add support for negative margins and new formatting contexts: https://github.com/web-platform-tests/wpt/commit/fe2c977518e90340f1a88606fa8844577d577028 Move RTCRtpTransceiver API mochitest to web-platform-tests.: https://github.com/web-platform-tests/wpt/commit/3b627befed3cfdb16b26f648899f1f02743c6778 [affecting this directory] `write_content` now performs checks before blindly writing data. `write_raw_content` blindly writes content.: https://github.com/web-platform-tests/wpt/commit/390fa1bca039df8da30ae74eb03e0836a1bef03f
,
Jul 31
Actually a number of new PASS for Unified Plan, also (while Plan B fails all): 2018-07-30 webrtc pass 235 fail 411 pct 36 2018-07-30 webrtc-unified pass 343 fail 303 pct 53 2018-07-31 webrtc pass 235 fail 447 pct 34 2018-07-31 webrtc-unified pass 360 fail 322 pct 52
,
Jul 31
the offerToReceive stuff is nasty. It is the old question whether createOffer creates state...
var pc = new RTCPeerConnection({sdpSemantics: 'unified-plan'})
const offer = await pc.createOffer({offerToReceiveAudio: true})
pc.getTransceivers() has length 0 by then.
After calling SLD pc.getTransceivers() has length 1.
See https://github.com/w3c/webrtc-pc/issues/1383 for the discussion.
,
Jul 31
https://github.com/web-platform-tests/wpt/blob/master/webrtc/RTCRtpTransceiver.https.html#L104-L121 - this is potentially flaky as chrome implements (and sometimes goes to) completed.
,
Jul 31
the onstatechange version shouldn't be flaky as the state always passes through "connected" on the way to "completed". but it will be flaky if the state is already "completed" when iceConnected is called.
,
Jul 31
#2: Using orphis@ script? :)
,
Jul 31
#6: No, mine (which actually runs the wpt suite on my workstation).
,
Nov 19
Adding blockage on implementing "rollback". Note: this test seems to timeout in my latest runs. |
|||
►
Sign in to add a comment |
|||
Comment 1 by hbos@chromium.org
, Jul 30Labels: Pri-2
Status: Available (was: Untriaged)