tor-browser

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

request-keepalive-quota.html.ini (1341B)


      1 [request-keepalive-quota.html?include=slow-3]
      2 
      3 [request-keepalive-quota.html?include=fast]
      4  [A Keep-Alive fetch() with a body at the Quota Limit should succeed.]
      5    expected:
      6      if os_version == "7.0": [PASS, FAIL]
      7      if os_version == "24.04": [PASS, FAIL]
      8      if os_version == "14": [PASS, FAIL]
      9 
     10 
     11 [request-keepalive-quota.html?include=slow-2]
     12  [A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.]
     13    expected:
     14      if (os_version == "24.04") and fission and asan: [PASS, FAIL]
     15      if (os_version == "24.04") and not fission and debug: [PASS, FAIL]
     16      if (os_version == "24.04") and not fission and not debug: [PASS, FAIL]
     17      if (os_version == "11.26100") and debug and (processor == "x86_64"): [PASS, FAIL]
     18      if (os_version == "11.26100") and debug and (processor == "x86"): [PASS, FAIL]
     19 
     20 
     21 [request-keepalive-quota.html?include=slow-1]
     22  [A Keep-Alive fetch() should return its allocated Quota upon promise resolution.]
     23    expected:
     24      if (os_version == "7.0") and not sessionHistoryInParent and not debug: [PASS, FAIL]
     25      if (os_version == "24.04") and not fission: [PASS, FAIL]
     26      if (os_version == "14.70") and debug: [PASS, FAIL]
     27      if (os == "linux") and fission and debug: [PASS, FAIL]
     28      if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]