tor-browser

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

xpcshell.toml (1220B)


      1 [DEFAULT]
      2 head =  ""
      3 support-files = [
      4  "subdir/file.txt",
      5  "file.txt",
      6  "import_module.sys.mjs",
      7  "load_subscript.js",
      8  "location_load.js",
      9  "check_profile.js",
     10  "prefs_test_common.js",
     11 ]
     12 # NOTE: Do NOT set prefs here. If you do, move test_prefs_no_defaults.js and
     13 # test_prefs_no_defaults_with_file.js to a new file without a pref definitions.
     14 
     15 ["test_add_setup.js"]
     16 
     17 ["test_check_nsIException.js"]
     18 
     19 ["test_check_nsIException_failing.js"]
     20 fail-if = [
     21  "true",
     22 ]
     23 
     24 ["test_do_check_matches.js"]
     25 
     26 ["test_do_check_matches_failing.js"]
     27 fail-if = [
     28  "true",
     29 ]
     30 
     31 ["test_do_check_null.js"]
     32 
     33 ["test_do_check_null_failing.js"]
     34 fail-if = [
     35  "true",
     36 ]
     37 
     38 ["test_do_get_tempdir.js"]
     39 
     40 ["test_execute_soon.js"]
     41 
     42 ["test_fail.js"]
     43 fail-if = [
     44  "true",
     45 ]
     46 
     47 ["test_get_file.js"]
     48 
     49 ["test_get_idle.js"]
     50 
     51 ["test_import_module.js"]
     52 
     53 ["test_load.js"]
     54 
     55 ["test_load_httpd_js.js"]
     56 
     57 ["test_location.js"]
     58 
     59 ["test_multiple_setups.js"]
     60 
     61 ["test_multiple_tasks.js"]
     62 
     63 ["test_prefs_no_defaults.js"]
     64 
     65 ["test_prefs_no_defaults_with_file.js"]
     66 prefs = ["dummy.pref.from.test.file=1"]
     67 
     68 ["test_profile.js"]
     69 
     70 ["test_profile_afterChange.js"]
     71 
     72 ["test_sample.js"]
     73 
     74 ["test_skip.js"]
     75 run-if = [
     76  "false",
     77 ]
     78 
     79 ["test_tasks_skip.js"]
     80 
     81 ["test_tasks_skipall.js"]