tor-browser

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

MediaStreamTrack-audio-stats.https.html.ini (1016B)


      1 [MediaStreamTrack-audio-stats.https.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  [totalFrames and totalFramesDuration increase over time]
      5    expected: FAIL
      6 
      7  [deliveredFrames and deliveredFramesDuration are at most as large as totalFrames and totalFramesDuration]
      8    expected: FAIL
      9 
     10  [Latency and averageLatency is within the bounds of minimumLatency and maximumLatency]
     11    expected: FAIL
     12 
     13  [Immediately after resetLatency(), latency, averageLatency, minimumLatency and maximumLatency are equal to the most recent latency.]
     14    expected: FAIL
     15 
     16  [Stats do not change within the same task execution cycle.]
     17    expected: FAIL
     18 
     19  [Stats are frozen while disabled]
     20    expected: FAIL
     21 
     22  [SameObject policy applies]
     23    expected: FAIL
     24 
     25  [Counters increase even if we don't call the track.stats getter]
     26    expected: FAIL
     27 
     28  [Disabling and re-enabling does not reset the counters]
     29    expected: FAIL
     30 
     31  [New stats baselines when a track is cloned from an enabled track]
     32    expected: FAIL