tor-browser

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

registration-updateviacache.https.html.ini (1300B)


      1 [registration-updateviacache.https.html]
      2  [updateViaCache is not updated if register() rejects]
      3    expected: FAIL
      4 
      5  [register-with-updateViaCache-imports]
      6    expected:
      7      if (processor == "x86_64") and (os == "linux") and not debug and fission: [PASS, FAIL]
      8      if (os == "win") and os_version == "11.26100" and (processor == "x86_64") and ccov: [PASS, FAIL]
      9      if processor == "x86": [PASS, FAIL]
     10 
     11  [register-with-updateViaCache-all]
     12    expected:
     13      if (os == "win") and debug: [PASS, FAIL]
     14      if (os == "linux") and not fission: [PASS, FAIL]
     15 
     16  [register-with-updateViaCache-none-then-all]
     17    expected:
     18      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     19 
     20  [register-with-updateViaCache-all-then-imports]
     21    expected:
     22      if (processor == "x86") and debug: [PASS, FAIL]
     23 
     24  [register-with-updateViaCache-none-then-imports]
     25    expected:
     26      if (processor == "x86") and not debug: [PASS, FAIL]
     27 
     28  [register-with-updateViaCache-undefined]
     29    expected:
     30      if (processor == "x86") and not debug: [PASS, FAIL]
     31      if (os == "win") and os_version == "11.26100" and (processor == "x86_64") and ccov: [PASS, FAIL]
     32 
     33  [register-with-updateViaCache-none-then-undefined]
     34    expected:
     35      if not fission and (os == "linux") and debug: [PASS, FAIL]