Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
FailNo RTCRtpStreamStats exist when only remote description is setassert_equals: no rtp stats with only remote description expected 0 but got 2
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:19:3)
Asserts run
Fail
assert_equals(2, 0, "no rtp stats with only remote description")
    at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:19:3)
FailNo RTCRtpStreamStats exist when only local description is setassert_equals: no rtp stats with only local description expected 0 but got 2
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:31:3)
Asserts run
Fail
assert_equals(2, 0, "no rtp stats with only local description")
    at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:31:3)
FailNo RTCOutboundRtpStreamStats exist until packets have been sentassert_true: no outbound rtp stats before packets sent expected true got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:50:5)
Asserts run
Fail
assert_true(false, "no outbound rtp stats before packets sent")
    at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:50:5)
FailNo RTCInboundRtpStreamStats exist until packets have been receivedassert_true: no inbound rtp stats before packets received expected true got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:76:5)
Asserts run
Fail
assert_true(false, "no inbound rtp stats before packets received")
    at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:76:5)
PassRTCAudioPlayoutStats should be present
Asserts runNo asserts ran