Source code

Revision control

Copy as Markdown

Other Tools

[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]
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]