tor-browser

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

audioworklet.https.sub.html.ini (4977B)


      1 [audioworklet.https.sub.html]
      2  disabled:
      3    if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      4  expected:
      5    if (os == "linux") and debug and not fission: [TIMEOUT, OK, ERROR]
      6    if (os == "linux") and debug and fission: [TIMEOUT, ERROR]
      7    if (os == "linux") and not debug: [TIMEOUT, ERROR]
      8  [sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect]
      9    expected:
     10      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, TIMEOUT]
     11      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, TIMEOUT]
     12      if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS]
     13      if (os == "linux") and debug: [PASS, TIMEOUT]
     14 
     15  [sec-fetch-site - Cross-Site -> Same Origin]
     16    expected:
     17      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
     18      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, NOTRUN]
     19      if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
     20      if (os == "linux") and debug: [PASS, NOTRUN]
     21 
     22  [sec-fetch-site - Cross-Site -> Same-Site]
     23    expected:
     24      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
     25      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, NOTRUN]
     26      if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
     27      if (os == "linux") and debug: [PASS, NOTRUN]
     28 
     29  [sec-fetch-site - Cross-Site -> Cross-Site]
     30    expected:
     31      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, NOTRUN]
     32      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
     33      if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
     34      if (os == "linux") and debug: [PASS, NOTRUN]
     35 
     36  [sec-fetch-site - Same-Origin -> Same Origin]
     37    expected:
     38      if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     39      if (os == "linux") and not debug and fission and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
     40      if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
     41      if (os == "linux") and debug: [PASS, NOTRUN]
     42 
     43  [sec-fetch-site - Same-Origin -> Same-Site]
     44    expected:
     45      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, NOTRUN]
     46      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
     47      if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
     48      if (os == "linux") and debug: [PASS, NOTRUN]
     49 
     50  [sec-fetch-site - Same-Origin -> Cross-Site]
     51    expected:
     52      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, NOTRUN]
     53      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, NOTRUN]
     54      if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, PASS]
     55      if (os == "linux") and debug: [PASS, NOTRUN]
     56 
     57  [sec-fetch-site - Same-Site -> Same Origin]
     58    expected:
     59      if (os == "linux") and fission and not debug and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
     60      if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     61      if (os == "linux") and not fission and not debug: [PASS, NOTRUN]
     62      if (os == "linux") and not fission and debug: [PASS, NOTRUN]
     63      if (os == "linux") and fission and debug: [PASS, TIMEOUT, NOTRUN]
     64 
     65  [sec-fetch-site - Same-Site -> Same-Site]
     66    expected:
     67      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [TIMEOUT, NOTRUN]
     68      if (os == "linux") and not debug and (processor == "x86_64") and fission: [TIMEOUT, NOTRUN]
     69      if (os == "linux") and debug and not fission: [TIMEOUT, PASS, NOTRUN]
     70      if (os == "linux") and debug and fission: [TIMEOUT, NOTRUN]
     71      if (os == "linux") and not debug and (processor == "x86"): [NOTRUN, TIMEOUT]
     72 
     73  [sec-fetch-site - Same-Site -> Cross-Site]
     74    expected:
     75      if (os == "linux") and debug and not fission: [NOTRUN, PASS, TIMEOUT]
     76      if (os == "linux") and debug and fission: NOTRUN
     77      if (os == "linux") and not debug: NOTRUN
     78 
     79  [sec-fetch-mode]
     80    expected:
     81      if (os == "linux") and debug and not fission: [NOTRUN, PASS, TIMEOUT]
     82      if (os == "linux") and debug and fission: NOTRUN
     83      if (os == "linux") and not debug: NOTRUN
     84 
     85  [sec-fetch-dest]
     86    expected:
     87      if (os == "linux") and debug and fission: NOTRUN
     88      if (os == "linux") and debug and not fission: [NOTRUN, PASS, TIMEOUT]
     89      if (os == "linux") and not debug: NOTRUN
     90 
     91  [sec-fetch-user]
     92    expected:
     93      if (os == "linux") and debug and not fission and not swgl: [NOTRUN, PASS]
     94      if (os == "linux") and debug and not fission and swgl: [NOTRUN, PASS, TIMEOUT]
     95      if (os == "linux") and debug and fission: NOTRUN
     96      if (os == "linux") and not debug: NOTRUN