tor-browser

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

scheme-data.any.js.ini (502B)


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