tor-browser

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

cache-add.https.any.js.ini (1782B)


      1 [cache-add.https.any.html]
      2  [Cache.addAll called with the same Request object specified twice]
      3    expected: FAIL
      4 
      5  [Cache.addAll should succeed when entries differ by vary header]
      6    expected:
      7      if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
      8      if (os == "linux") and not tsan and not asan: [PASS, FAIL]
      9      [FAIL, PASS]
     10 
     11 
     12 [cache-add.https.any.sharedworker.html]
     13  [Cache.addAll called with the same Request object specified twice]
     14    expected: FAIL
     15 
     16  [Cache.addAll should succeed when entries differ by vary header]
     17    expected:
     18      if (os == "linux") and not debug and not asan: [FAIL, PASS]
     19      [PASS, FAIL]
     20 
     21 
     22 [cache-add.https.any.serviceworker.html]
     23  disabled:
     24    if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
     25  [Cache.addAll called with the same Request object specified twice]
     26    expected: FAIL
     27 
     28  [Cache.addAll should succeed when entries differ by vary header]
     29    expected:
     30      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
     31      if (os == "linux") and debug and fission and not swgl: [PASS, FAIL]
     32      if (os == "android") and swgl: [PASS, FAIL]
     33      if (os == "win") and swgl: [PASS, FAIL]
     34      if (os == "mac") and not debug: [PASS, FAIL]
     35      [FAIL, PASS]
     36 
     37 
     38 [cache-add.https.any.worker.html]
     39  [Cache.addAll called with the same Request object specified twice]
     40    expected: FAIL
     41 
     42  [Cache.addAll should succeed when entries differ by vary header]
     43    expected:
     44      if not debug and (os == "linux") and not asan and tsan: [PASS, FAIL]
     45      if debug and (processor == "x86_64") and (os == "linux"): [PASS, FAIL]
     46      if not debug and (os == "linux") and asan: [PASS, FAIL]
     47      if debug and (processor == "x86"): [PASS, FAIL]
     48      [FAIL, PASS]