tor-browser

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

xpcshell-smartcards.toml (735B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "head_psm.js"
      6 tags = "psm"
      7 support-files = [
      8  "bad_certs/**",
      9  "tlsserver/**",
     10 ]
     11 
     12 ["test_osclientcerts_module.js"]
     13 skip-if = [
     14  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
     15  "os == 'linux' && os_version == '18.04' && arch == 'x86_64' && display == 'x11'", # 18.04 still used by comm-central
     16 ]
     17 
     18 ["test_pkcs11_module.js"]
     19 
     20 ["test_pkcs11_moduleDB.js"]
     21 
     22 ["test_pkcs11_module_client_auth.js"]
     23 run-sequentially = ["true"] # hardcoded ports
     24 skip-if = [
     25  "msix", # Bug 1809477
     26 ]
     27 prefs = [
     28  "security.pki.certificate_transparency.mode=1",
     29 ]
     30 
     31 ["test_pkcs11_safe_mode.js"]
     32 
     33 ["test_pkcs11_slot.js"]
     34 
     35 ["test_pkcs11_token.js"]
     36 
     37 ["test_pkcs11_tokenDB.js"]