summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/remote-debugging/adb/xpcshell/xpcshell.toml
blob: c31ffcecd2aa2c4a33cd84256564becc642fd1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[DEFAULT]
tags = "devtools"
head = "xpcshell-head.js"
firefox-appdir = "browser"
skip-if = [
    "os == 'android'",
    "socketprocess_networking",
]
support-files = ["adb.py"]

["test_adb.js"]
run-sequentially = "An extension having the same id is installed/uninstalled in different tests"

["test_prepare-tcp-connection.js"]