summaryrefslogtreecommitdiffstats
path: root/security/sandbox/test/browser_xdg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'security/sandbox/test/browser_xdg.toml')
-rw-r--r--security/sandbox/test/browser_xdg.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/sandbox/test/browser_xdg.toml b/security/sandbox/test/browser_xdg.toml
new file mode 100644
index 0000000000..9fcfae96b8
--- /dev/null
+++ b/security/sandbox/test/browser_xdg.toml
@@ -0,0 +1,17 @@
+# 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_config_home_test"
+environment = "XDG_CONFIG_HOME=/tmp/.xdg_config_home_test"
+
+["browser_content_sandbox_fs_xdg.js"]
+run-if = ["os == 'linux'"]