rtp-stats-creation.html.ini (1196B)
1 [rtp-stats-creation.html] 2 bug: 1709960 3 expected: 4 if (os == "android") and debug and sessionHistoryInParent: OK 5 if (os == "android") and not debug and not sessionHistoryInParent: OK 6 if (os == "win") and (processor == "x86_64"): [TIMEOUT, OK] 7 if os == "linux": OK 8 [OK, TIMEOUT] 9 [No RTCInboundRtpStreamStats exist until packets have been received] 10 bug: 1709960 11 expected: 12 if (os == "win") and debug: [PASS, FAIL, TIMEOUT, NOTRUN] 13 if (os == "win") and not debug: [PASS, FAIL, NOTRUN] 14 if (os == "mac") and debug: [PASS, TIMEOUT] 15 if (os == "mac") and not debug: [PASS, FAIL, NOTRUN] 16 17 [RTCAudioPlayoutStats should be present] 18 bug: 1709960 19 expected: 20 if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, FAIL, NOTRUN] 21 if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN] 22 if (os == "win") and debug: [FAIL, NOTRUN] 23 if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN] 24 FAIL 25 26 [No RTCRtpOutboundStreamStats should exist before negotiation completes] 27 expected: 28 if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT] 29 if os == "win": [PASS, TIMEOUT]