tor-browser

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

getDirectory.https.any.js.ini (662B)


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