tor-browser

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

zstd-body.https.any.js.ini (776B)


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