Source code

Revision control

Copy as Markdown

Other Tools

[rtp-stats-creation.html]
expected:
if (os == "win") and (processor == "x86_64") and debug: [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, OK]
if (os == "win") and (processor == "x86"): [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[No RTCInboundRtpStreamStats exist until packets have been received]
expected:
if (os == "win") and debug and (processor == "x86_64"): [NOTRUN, PASS, FAIL, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and debug: [PASS, TIMEOUT]
if os == "linux": PASS
if os == "android": PASS
[PASS, FAIL, NOTRUN]
[RTCAudioPlayoutStats should be present]
expected:
if (os == "win") and debug and (processor == "x86_64"): NOTRUN
if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN]
FAIL
[No RTCOutboundRtpStreamStats exist until packets have been sent]
expected:
if (os == "win") and debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]