xpcshell.toml (883B)
1 [DEFAULT] 2 head = "head.js" 3 firefox-appdir = "browser" 4 run-if = [ 5 "os == 'win'", 6 ] 7 8 # These tests must all run sequentially because they use the same registry key. 9 # It might be possible to get around this requirement by overriding the install 10 # hash so each test uses a different key, and if a lot more tests are added here 11 # then it would be worth looking into that. 12 13 ["test_empty_prefs_list.js"] 14 run-sequentially = ["true"] # Uses the Windows registry 15 skip-if = [ 16 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && msix", # Bug 1807932 17 ] 18 19 ["test_invalid_name.js"] 20 run-sequentially = ["true"] # Uses the Windows registry 21 22 ["test_nonbool_pref.js"] 23 run-sequentially = ["true"] # Uses the Windows registry 24 25 ["test_pref_change.js"] 26 run-sequentially = ["true"] # Uses the Windows registry 27 28 ["test_pref_values.js"] 29 run-sequentially = ["true"] # Uses the Windows registry