diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /dom/ipc/tests/mochitest.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'dom/ipc/tests/mochitest.ini')
-rw-r--r-- | dom/ipc/tests/mochitest.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dom/ipc/tests/mochitest.ini b/dom/ipc/tests/mochitest.ini new file mode 100644 index 000000000..cf2a20d5b --- /dev/null +++ b/dom/ipc/tests/mochitest.ini @@ -0,0 +1,22 @@ +[DEFAULT] +support-files = + file_bug1086684.html + +[test_blob_sliced_from_child_process.html] +# This test is only supposed to run in the main process. +skip-if = e10s +[test_blob_sliced_from_parent_process.html] +# This test is only supposed to run in the main process. +skip-if = e10s +[test_bug1086684.html] +# This test is only supposed to run in the main process +skip-if = e10s || toolkit == 'android' +[test_cpow_cookies.html] +[test_child_docshell.html] +skip-if = toolkit == 'cocoa' # disabled due to hangs, see changeset 6852e7c47edf +[test_CrashService_crash.html] +skip-if = !(crashreporter && !e10s && (toolkit == 'gtk2' || toolkit == 'gtk3' || toolkit == 'cocoa' || toolkit == 'windows')) +[test_temporaryfile_stream.html] +support-files = + blob_verify.sjs + !/dom/canvas/test/captureStream_common.js |