tor-browser

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

importscripts_mime_local.any.js.ini (461B)


      1 [importscripts_mime_local.any.sharedworker.html]
      2  expected:
      3    if fission and not asan and debug and (os == "win"): CRASH
      4    if fission and not asan and debug and (os == "mac"): CRASH
      5    if fission and asan: CRASH
      6 
      7 [importscripts_mime_local.any.worker.html]
      8  expected:
      9    if not tsan and not fission and not asan and (os == "android") and not debug: [CRASH, OK]
     10    if not tsan and not fission and not asan and (os == "linux"): CRASH
     11    if tsan: TIMEOUT