30 lines
1.1 KiB
INI
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
|