# Any copyright is dedicated to the Public Domain. # http://creativecommons.org/publicdomain/zero/1.0/ [DEFAULT] skip-if = [ "ccov", "os == 'linux' && (asan || tsan)", # bug 1784517 ] tags = "contentsandbox" support-files = [ "browser_content_sandbox_utils.js", "browser_content_sandbox_fs_tests.js", ] test-directories = ["/tmp/.xdg_mozLegacyHome_test/.config", "/tmp/.xdg_config_home_test"] environment = [ "XDG_CONFIG_HOME=/tmp/.xdg_config_home_test", "HOME=/tmp/.xdg_mozLegacyHome_test", "MOZ_LEGACY_HOME=1", ] ["browser_content_sandbox_fs_xdg_mozLegacyHome.js"] run-if = ["os == 'linux'"]