1
0
Fork 0
firefox/testing/web-platform/meta/webrtc/RTCPeerConnection-getStats.https.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

30 lines
1.1 KiB
INI

[RTCPeerConnection-getStats.https.html]
expected:
if (os == "win") and (processor == "x86_64"): [OK, CRASH]
if (os == "android") and debug: [OK, TIMEOUT]
[getStats() track without stream returns peer-connection and outbound-rtp stats]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1813847
expected: [PASS, FAIL]
[getStats() on track associated with RTCRtpSender should return stats report containing outbound-rtp stats]
expected:
if (os == "android") and debug: [PASS, NOTRUN]
[getStats() on track associated with RTCRtpReceiver should return stats report containing inbound-rtp stats]
expected:
if (os == "android") and debug: [PASS, NOTRUN]
[getStats(track) should not work if multiple senders have the same track]
expected:
if (os == "android") and debug: [PASS, NOTRUN]
[RTCStats.timestamp increases with time passing]
expected:
if (os == "android") and debug: [PASS, NOTRUN]
[getStats() audio contains inbound-rtp stats]
expected:
if not fission and (os == "linux") and debug: [PASS, FAIL]
[getStats succeeds on a closed peerconnection]
expected: FAIL