tor-browser

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

gzip-body.any.js.ini (561B)


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