tor-browser

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

resource-names.https.any.js.ini (514B)


      1 [resource-names.tentative.https.any.serviceworker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4 
      5 [resource-names.https.any.html]
      6  expected:
      7    if (os == "mac") and not debug: [OK, CRASH]
      8 
      9 [resource-names.https.any.serviceworker.html]
     10  expected:
     11    if (os == "linux") and not fission: CRASH
     12    if os == "android": [OK, CRASH]
     13 
     14 [resource-names.https.any.worker.html]
     15  expected:
     16    if os == "android": [OK, CRASH]
     17 
     18 [resource-names.https.any.sharedworker.html]