tor-browser

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

audio-encoder.https.any.js.ini (2186B)


      1 [audio-encoder.https.any.html]
      2  expected:
      3    if os == "android": ERROR
      4  [Simple audio encoding]
      5    expected:
      6      if os == "android": FAIL
      7 
      8  [Test reset during flush]
      9    expected:
     10      if os == "android": FAIL
     11 
     12  [Encode audio with negative timestamp]
     13    expected:
     14      if os == "android": FAIL
     15 
     16  [Channel number variation: 1]
     17    expected:
     18      if os == "android": FAIL
     19 
     20  [Channel number variation: 2]
     21    expected:
     22      if os == "android": FAIL
     23 
     24  [Sample rate variation: 3000]
     25    expected:
     26      if os == "android": FAIL
     27 
     28  [Sample rate variation: 13000]
     29    expected:
     30      if os == "android": FAIL
     31 
     32  [Sample rate variation: 23000]
     33    expected:
     34      if os == "android": FAIL
     35 
     36  [Sample rate variation: 33000]
     37    expected:
     38      if os == "android": FAIL
     39 
     40  [Sample rate variation: 43000]
     41    expected:
     42      if os == "android": FAIL
     43 
     44  [Sample rate variation: 53000]
     45    expected:
     46      if os == "android": FAIL
     47 
     48  [Sample rate variation: 63000]
     49    expected:
     50      if os == "android": FAIL
     51 
     52  [Sample rate variation: 73000]
     53    expected:
     54      if os == "android": FAIL
     55 
     56  [Sample rate variation: 83000]
     57    expected:
     58      if os == "android": FAIL
     59 
     60  [Sample rate variation: 93000]
     61    expected:
     62      if os == "android": FAIL
     63 
     64  [Encoding and decoding]
     65    expected:
     66      if os == "android": FAIL
     67 
     68  [Emit decoder config and extra data.]
     69    expected:
     70      if os == "android": FAIL
     71 
     72  [encodeQueueSize test]
     73    expected:
     74      if os == "android": FAIL
     75 
     76  [Test encoding Opus with additional parameters: Empty Opus config]
     77    expected:
     78      if os == "android": FAIL
     79 
     80  [Test encoding Opus with additional parameters: Opus with frameDuration]
     81    expected:
     82      if os == "android": FAIL
     83 
     84  [Test encoding Opus with additional parameters: Opus with complexity]
     85    expected:
     86      if os == "android": FAIL
     87 
     88  [Test encoding Opus with additional parameters: Opus with useinbandfec]
     89    expected:
     90      if os == "android": FAIL
     91 
     92  [Test encoding Opus with additional parameters: Opus with usedtx]
     93    expected:
     94      if os == "android": FAIL
     95 
     96  [Test encoding Opus with additional parameters: Opus mixed parameters]
     97    expected:
     98      if os == "android": FAIL