tor-browser

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

big-window-zstd-body.tentative.https.any.js.ini (865B)


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