[wpt-sync] Sync PR 36794 - [getStats] Attempt-tp de-flake getStats WPT tests
Categories
(Core :: WebRTC, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36794 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36794
Details from upstream follow.
Byoungchan Lee <daniel.l@hpcnt.com> wrote:
[getStats] Attempt-tp de-flake getStats WPT tests
Looking at test failures, there are cases where
RTCRemoteOutboundRtpStreamStats doesn't exist, so let's check if it exists.As a side note, WebRTC does not currently implement
RTCRemoteOutboundRtpStreamStats for video streams, so now this test
always takes more than 20 seconds.Bug: chromium:1290670, webrtc:12529
Change-Id: Ic10d59646438640b7e4c1890c98b25e8cd768732
Reviewed-on: https://chromium-review.googlesource.com/3999099
WPT-Export-Revision: afa6b4dd84733e34611b3e83d75f119e5188ed67
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 73 subtests
Status Summary
Firefox
OK
: 1
PASS
: 50
FAIL
: 23
Chrome
OK
: 1
PASS
: 72
FAIL
: 1
Safari
OK
: 1
PASS
: 61
FAIL
: 12
Links
Details
Firefox-only Failures
- /webrtc/RTCPeerConnection-mandatory-getStats.https.html [wpt.fyi]
- RTCRtpStreamStats's transportId:
FAIL
- RTCReceivedRtpStreamStats's framesDropped:
FAIL
- RTCPeerConnectionStats's dataChannelsOpened:
FAIL
- RTCPeerConnectionStats's dataChannelsClosed:
FAIL
- RTCMediaSourceStats's trackIdentifier:
FAIL
- RTCMediaSourceStats's kind:
FAIL
- RTCTransportStats's bytesSent:
FAIL
- RTCTransportStats's bytesReceived:
FAIL
- RTCTransportStats's selectedCandidatePairId:
FAIL
- RTCTransportStats's localCertificateId:
FAIL
- RTCTransportStats's remoteCertificateId:
FAIL
- RTCIceCandidatePairStats's totalRoundTripTime:
FAIL
- RTCIceCandidatePairStats's currentRoundTripTime:
FAIL
- RTCCertificateStats's fingerprint:
FAIL
- RTCCertificateStats's fingerprintAlgorithm:
FAIL
- RTCCertificateStats's base64Certificate:
FAIL
- RTCRtpStreamStats's transportId:
New Tests That Don't Pass
- /webrtc/RTCPeerConnection-mandatory-getStats.https.html [wpt.fyi]
- RTCRtpStreamStats's transportId:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCReceivedRtpStreamStats's framesDropped:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCInboundRtpStreamStats's trackIdentifier:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCPeerConnectionStats's dataChannelsOpened:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCPeerConnectionStats's dataChannelsClosed:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCMediaSourceStats's trackIdentifier:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCMediaSourceStats's kind:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCAudioSourceStats's totalAudioEnergy:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCAudioSourceStats's totalSamplesDuration:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCVideoSourceStats's width:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCVideoSourceStats's height:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCVideoSourceStats's framesPerSecond:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCTransportStats's bytesSent:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCTransportStats's bytesReceived:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCTransportStats's selectedCandidatePairId:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCTransportStats's localCertificateId:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCTransportStats's remoteCertificateId:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCIceCandidatePairStats's totalRoundTripTime:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCIceCandidatePairStats's currentRoundTripTime:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCIceCandidateStats's url:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - RTCCertificateStats's fingerprint:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCCertificateStats's fingerprintAlgorithm:
FAIL
(Chrome:PASS
, Safari:PASS
) - RTCCertificateStats's base64Certificate:
FAIL
(Chrome:PASS
, Safari:PASS
)
- RTCRtpStreamStats's transportId:
Comment 4•3 years ago
|
||
bugherder |
Description
•