tor-browser

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

xpcshell.toml (859B)


      1 [DEFAULT]
      2 head = "head_libPrefs.js"
      3 support-files = [
      4  "data/testPref.js",
      5  "extdata/testExt.js",
      6 ]
      7 # resetPrefs() is racy in SocketProcess (and probably elsewhere as well)
      8 skip-if = [
      9  "socketprocess_networking",
     10 ]
     11 
     12 ["test_backupPrefFile.js"]
     13 
     14 ["test_bug345529.js"]
     15 
     16 ["test_bug506224.js"]
     17 
     18 ["test_bug577950.js"]
     19 
     20 ["test_bug790374.js"]
     21 
     22 ["test_bug1354613.js"]
     23 
     24 ["test_changeType.js"]
     25 
     26 ["test_defaultValues.js"]
     27 
     28 ["test_dirtyPrefs.js"]
     29 
     30 ["test_libPrefs.js"]
     31 
     32 ["test_locked_file_prefs.js"]
     33 support-files = [
     34  "data/testPrefLocked.js", "data/testPrefLockedUser.js",
     35 ]
     36 
     37 ["test_nsPrefOverrideMap.js"]
     38 
     39 ["test_parsePrefs.js"]
     40 support-files = ["data/testPrefUTF8.js"]
     41 head = ""
     42 
     43 ["test_parser.js"]
     44 support-files = ["data/testParser.js"]
     45 
     46 ["test_stickyprefs.js"]
     47 support-files = [
     48  "data/testPrefSticky.js", "data/testPrefStickyUser.js",
     49 ]
     50 
     51 ["test_warnings.js"]