summaryrefslogtreecommitdiffstats
path: root/toolkit/components/crashmonitor/test/unit/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/crashmonitor/test/unit/xpcshell.toml')
-rw-r--r--toolkit/components/crashmonitor/test/unit/xpcshell.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/toolkit/components/crashmonitor/test/unit/xpcshell.toml b/toolkit/components/crashmonitor/test/unit/xpcshell.toml
new file mode 100644
index 0000000000..87e09a0089
--- /dev/null
+++ b/toolkit/components/crashmonitor/test/unit/xpcshell.toml
@@ -0,0 +1,15 @@
+[DEFAULT]
+head = "head.js"
+skip-if = ["os == 'android'"]
+
+["test_init.js"]
+
+["test_invalid_file.js"]
+
+["test_invalid_json.js"]
+
+["test_missing_file.js"]
+
+["test_register.js"]
+
+["test_valid_file.js"]