tor-browser

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

detector.https.window.js.ini (1368B)


      1 [detector.https.window.html]
      2  expected:
      3    if (os == "android") and not debug: [ERROR, TIMEOUT]
      4    ERROR
      5  [LanguageDetector.detect() returns valid results]
      6    expected: FAIL
      7 
      8  [If monitor throws an error, LanguageDetector.create() rejects with that error]
      9    expected: FAIL
     10 
     11  [LanguageDetector.create() call with an aborted signal.]
     12    expected: FAIL
     13 
     14  [Calling LanguageDetector.destroy() aborts calls to detect and measureInputUsage.]
     15    expected: FAIL
     16 
     17  [LanguageDetector.create()'s abort signal destroys its LanguageDetector after creation.]
     18    expected: FAIL
     19 
     20  [LanguageDetector.detect() call with an aborted signal.]
     21    expected: FAIL
     22 
     23  [Aborting LanguageDetector.detect().]
     24    expected: FAIL
     25 
     26  [LanguageDetector.measureInputUsage() and inputQuota basic usage.]
     27    expected: FAIL
     28 
     29  [LanguageDetector.measureInputUsage() call with an aborted signal.]
     30    expected: FAIL
     31 
     32  [Aborting LanguageDetector.measureInputUsage().]
     33    expected: FAIL
     34 
     35  [Creating LanguageDetector without expectedInputLanguages]
     36    expected: FAIL
     37 
     38  [Progress events are not emitted after aborted.]
     39    expected: TIMEOUT
     40 
     41  [Aborting createLanguageDetector().]
     42    expected: FAIL
     43 
     44  [Creating LanguageDetector with empty expectedInputLanguages array]
     45    expected: FAIL
     46 
     47  [Create requires sticky user activation when availability is "downloadable"]
     48    expected: FAIL