summaryrefslogtreecommitdiffstats
path: root/toolkit/components/reputationservice/test/unit/xpcshell.toml
blob: c3af8c7caea3937e084f86dde24a939a812e1a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[DEFAULT]
head = "head_download_manager.js"
skip-if = ["os == 'android'"]
support-files = [
  "data/digest.chunk",
  "data/block_digest.chunk",
  "data/signed_win.exe",
]

["test_app_rep.js"]
run-sequentially = "very high failure rate in parallel"

["test_app_rep_maclinux.js"]
skip-if = ["os == 'win'"]
run-sequentially = "very high failure rate in parallel"

["test_app_rep_windows.js"]
run-if = ["os == 'win'"]