xpcshell.toml (572B)
1 [DEFAULT] 2 head = "" 3 4 ["test_csp_deserialization.js"] 5 6 ["test_csp_reports.js"] 7 8 ["test_csp_upgrade_insecure_request_header.js"] 9 10 ["test_deserialization_format_before_100.js"] 11 12 ["test_get_trusted_types_compliant_string.js"] 13 14 ["test_https_only_https_first_default_port.js"] 15 16 ["test_https_only_https_first_prefs.js"] 17 18 ["test_isOriginPotentiallyTrustworthy.js"] 19 20 ["test_privileged_eval_blocking.js"] 21 skip-if = [ 22 "appname == 'thunderbird'", # The test doesn't work with security.allow_eval_in_parent_process true 23 "debug", # Using eval in debug builds triggers an assert. 24 ]