summaryrefslogtreecommitdiffstats
path: root/dom/quota/test/xpcshell/caching/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/quota/test/xpcshell/caching/xpcshell.toml')
-rw-r--r--dom/quota/test/xpcshell/caching/xpcshell.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dom/quota/test/xpcshell/caching/xpcshell.toml b/dom/quota/test/xpcshell/caching/xpcshell.toml
new file mode 100644
index 0000000000..4901ed16a7
--- /dev/null
+++ b/dom/quota/test/xpcshell/caching/xpcshell.toml
@@ -0,0 +1,16 @@
+[DEFAULT]
+head = "head.js"
+support-files = [
+ "groupMismatch_profile.zip",
+ "removedOrigin_profile.zip",
+]
+
+["make_unsetLastAccessTime.js"]
+skip-if = ["true"] # Only used for recreating unsetLastAccessTime_profile.zip
+
+["test_groupMismatch.js"]
+
+["test_removedOrigin.js"]
+
+["test_unsetLastAccessTime.js"]
+support-files = ["unsetLastAccessTime_profile.zip"]