xpcshell.toml (381B)
1 [DEFAULT] 2 head = "" 3 4 ["test_existing_prefs.js"] 5 6 ["test_initial_prefs.js"] 7 8 ["test_large_pref.js"] 9 10 ["test_locked_prefs.js"] 11 12 ["test_observed_prefs.js"] 13 14 ["test_sharedMap.js"] 15 16 ["test_sharedMap_static_prefs.js"] 17 run-if = [ 18 "debug", # Relies on debug assertions to catch failure cases. 19 ] 20 21 ["test_update_prefs.js"] 22 23 ["test_user_default_prefs.js"] 24 run-if = [ 25 "os != 'android'", 26 ]