summaryrefslogtreecommitdiffstats
path: root/toolkit/components/promiseworker/tests/xpcshell/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/promiseworker/tests/xpcshell/xpcshell.toml')
-rw-r--r--toolkit/components/promiseworker/tests/xpcshell/xpcshell.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/components/promiseworker/tests/xpcshell/xpcshell.toml b/toolkit/components/promiseworker/tests/xpcshell/xpcshell.toml
new file mode 100644
index 0000000000..b87eac707f
--- /dev/null
+++ b/toolkit/components/promiseworker/tests/xpcshell/xpcshell.toml
@@ -0,0 +1,12 @@
+[DEFAULT]
+head = ""
+skip-if = ["os == 'android'"]
+support-files = [
+ "data/worker.js",
+ "data/worker.mjs",
+ "data/chrome.manifest",
+]
+
+["test_Promise.js"]
+
+["test_PromiseESM.js"]