Source code
Revision control
Copy as Markdown
Other Tools
[rtp-demuxing.html]
bug: 1709960
[Can demux two video tracks with different payload types on a bundled connection]
expected:
if (os == "linux") and not debug and not asan and tsan: [PASS, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, PASS]
if (os == "linux") and not debug and asan: [PASS, TIMEOUT]
if (os == "win"): [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and debug: [PASS, TIMEOUT]
[Can demux two video tracks with the same payload type on an unbundled connection]
expected:
if (os_version == "24.04") and not debug and asan: [PASS, NOTRUN]
if (os_version == "24.04") and not debug and not asan: [PASS, NOTRUN]
if (os_version == "24.04") and debug: [PASS, NOTRUN]
if os_version == "18.04": [PASS, NOTRUN]