tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

RTCPeerConnection-getStats.https.html.ini (1199B)


      1 [RTCPeerConnection-getStats.https.html]
      2  expected:
      3    if (os == "win") and (processor == "x86_64"): [OK, CRASH]
      4    if isolated_process: CRASH
      5    if (os == "android") and debug: [OK, TIMEOUT]
      6  bug: 1709960
      7  [getStats() track without stream returns peer-connection and outbound-rtp stats]
      8    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1813847
      9    expected: [PASS, FAIL]
     10 
     11  [getStats() on track associated with RTCRtpSender should return stats report containing outbound-rtp stats]
     12    expected:
     13      if (os == "android") and debug: [PASS, NOTRUN]
     14 
     15  [getStats() on track associated with RTCRtpReceiver should return stats report containing inbound-rtp stats]
     16    expected:
     17      if (os == "android") and debug: [PASS, NOTRUN]
     18 
     19  [getStats(track) should not work if multiple senders have the same track]
     20    expected:
     21      if (os == "android") and debug: [PASS, NOTRUN]
     22 
     23  [RTCStats.timestamp increases with time passing]
     24    expected:
     25      if (os == "android") and debug: [PASS, NOTRUN]
     26 
     27  [getStats() audio contains inbound-rtp stats]
     28    expected:
     29      if not fission and (os == "linux") and debug: [PASS, FAIL]
     30 
     31  [getStats succeeds on a closed peerconnection]
     32    expected: FAIL