diff options
Diffstat (limited to 'ipc/testshell/tests/xpcshell.ini')
-rw-r--r-- | ipc/testshell/tests/xpcshell.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ipc/testshell/tests/xpcshell.ini b/ipc/testshell/tests/xpcshell.ini new file mode 100644 index 0000000000..3dfd85b2ea --- /dev/null +++ b/ipc/testshell/tests/xpcshell.ini @@ -0,0 +1,8 @@ +[DEFAULT] +head = +skip-if = toolkit == 'android' + +[test_ipcshell.js] +# Bug 676963: test fails consistently on Android +fail-if = os == "android" +[test_ipcshell_child.js] |