summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/manifest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/mozprocess/tests/manifest.toml')
-rw-r--r--testing/mozbase/mozprocess/tests/manifest.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/mozbase/mozprocess/tests/manifest.toml b/testing/mozbase/mozprocess/tests/manifest.toml
new file mode 100644
index 0000000000..f8d2d63c4e
--- /dev/null
+++ b/testing/mozbase/mozprocess/tests/manifest.toml
@@ -0,0 +1,23 @@
+[DEFAULT]
+subsuite = "mozbase"
+
+["test_detached.py"]
+skip-if = ["os == 'win'"] # Bug 1493796
+
+["test_kill.py"]
+
+["test_misc.py"]
+
+["test_output.py"]
+
+["test_params.py"]
+
+["test_pid.py"]
+
+["test_poll.py"]
+
+["test_process_reader.py"]
+
+["test_run_and_wait.py"]
+
+["test_wait.py"]