1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
[DEFAULT]
head = "head.js"
skip-if = [
"os == 'android'",
]
["test_async_flush.js"]
["test_async_flush_current_profile.js"]
["test_check_backup.js"]
["test_claim_locked.js"]
["test_clean.js"]
["test_conflict_installs.js"]
["test_conflict_profiles.js"]
["test_create_default.js"]
["test_delete_dirs.js"]
["test_find_currentProfile.js"]
["test_fix_directory_case.js"]
["test_ignore_legacy_directory.js"]
["test_ignore_storeID_pref.js"]
["test_invalid_descriptor.js"]
["test_legacy_empty.js"]
["test_legacy_select.js"]
["test_lock.js"]
["test_missing_profilesini.js"]
["test_new_default.js"]
["test_previous_dedicated.js"]
["test_profile_reset.js"]
["test_remove.js"]
["test_remove_default.js"]
["test_restore_storeID.js"]
["test_select_backgroundtasks_ephemeral.js"]
["test_select_backgroundtasks_not_ephemeral_create.js"]
["test_select_backgroundtasks_not_ephemeral_exists.js"]
["test_select_default.js"]
["test_select_environment.js"]
["test_select_environment_named.js"]
["test_select_missing.js"]
["test_select_named.js"]
["test_select_noname.js"]
["test_select_profile_argument.js"]
["test_select_profile_argument_new.js"]
["test_select_profilemanager.js"]
["test_showselector.js"]
["test_single_profile_selected.js"]
skip-if = [
"devedition",
]
["test_single_profile_unselected.js"]
skip-if = [
"devedition",
]
["test_skip_locked_environment.js"]
["test_snap.js"]
environment = ["SNAP_NAME=firefox", "SNAP_INSTANCE_NAME=firefox"]
run-if = [
"os == 'linux'",
]
skip-if = [
"appname == 'thunderbird'",
]
["test_snap_empty.js"]
environment = ["SNAP_NAME=firefox", "SNAP_INSTANCE_NAME=firefox"]
run-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
]
skip-if = [
"appname == 'thunderbird'",
]
["test_snatch_environment.js"]
["test_snatch_environment_default.js"]
["test_startswithlast.js"]
["test_steal_inuse.js"]
["test_storeid.js"]
["test_update_paths.js"]
["test_update_selected_dedicated.js"]
["test_update_unknown_dedicated.js"]
["test_update_unselected_dedicated.js"]
["test_use_dedicated.js"]
|