tor-browser

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

conditional-get.any.js.ini (502B)


      1 [conditional-get.any.worker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4    if (os == "android") and not debug: [OK, CRASH]
      5  [Testing conditional GET with ETags]
      6    expected:
      7      if (os == "android") and not debug: [PASS, FAIL]
      8 
      9 
     10 [conditional-get.any.html]
     11  expected:
     12    if os == "android": [OK, CRASH]
     13 
     14 [conditional-get.any.serviceworker.html]
     15  expected:
     16    if (os == "mac") and not debug: [OK, ERROR]
     17 
     18 [conditional-get.any.sharedworker.html]