diff options
Diffstat (limited to 'toolkit/components/processtools/tests/xpcshell/xpcshell.toml')
-rw-r--r-- | toolkit/components/processtools/tests/xpcshell/xpcshell.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolkit/components/processtools/tests/xpcshell/xpcshell.toml b/toolkit/components/processtools/tests/xpcshell/xpcshell.toml new file mode 100644 index 0000000000..e61f779ee1 --- /dev/null +++ b/toolkit/components/processtools/tests/xpcshell/xpcshell.toml @@ -0,0 +1,10 @@ +[DEFAULT] +firefox-appdir = "browser" +subprocess = true + +["test_process_kill.js"] +skip-if = ["os == 'android'"] + +["test_total_cpu_time.js"] +skip-if = ["socketprocess_networking"] +support-files = ["test_total_cpu_time_child.js"] |