browser_xdg_mozLegacyHome.toml (880B)
1 # Any copyright is dedicated to the Public Domain. 2 # http://creativecommons.org/publicdomain/zero/1.0/ 3 [DEFAULT] 4 skip-if = [ 5 "ccov", 6 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && asan", # bug 1784517 7 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517 8 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517 9 ] 10 tags = "contentsandbox" 11 support-files = [ 12 "browser_content_sandbox_utils.js", 13 "browser_content_sandbox_fs_tests.js", 14 ] 15 test-directories = ["/tmp/.xdg_mozLegacyHome_test/.config", "/tmp/.xdg_config_home_test"] 16 environment = [ 17 "XDG_CONFIG_HOME=/tmp/.xdg_config_home_test", 18 "HOME=/tmp/.xdg_mozLegacyHome_test", 19 "MOZ_LEGACY_HOME=1", 20 ] 21 22 ["browser_content_sandbox_fs_xdg_mozLegacyHome.js"] 23 run-if = ["os == 'linux'"]