rtp-demuxing.html.ini (753B)
1 [rtp-demuxing.html] 2 bug: 1709960 3 expected: 4 if (os == "linux") and not debug and not asan and tsan: [OK, TIMEOUT] 5 if (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT] 6 if (os == "linux") and not debug and asan: [OK, TIMEOUT] 7 [Can demux two video tracks with different payload types on a bundled connection] 8 expected: 9 if os == "win": PASS 10 if os == "mac": [PASS, FAIL] 11 if os == "android": PASS 12 [PASS, TIMEOUT] 13 14 [Can demux two video tracks with the same payload type on an unbundled connection] 15 expected: 16 if (os == "linux") and not asan and tsan: [PASS, NOTRUN] 17 if (os == "linux") and not asan and not tsan: [PASS, NOTRUN] 18 if (os == "linux") and asan: [PASS, NOTRUN]