summaryrefslogtreecommitdiffstats
path: root/ipc/testshell/tests/xpcshell.toml
blob: 9e3b377e24ecdf5275d50a70dd2f40c545ad9621 (plain)
1
2
3
4
5
6
7
8
9
[DEFAULT]
head = ""
skip-if = ["os == 'android'"]

["test_ipcshell.js"]
# Bug 676963: test fails consistently on Android
fail-if = ["os == 'android'"]

["test_ipcshell_child.js"]