diff options
Diffstat (limited to 'dom/plugins/test/mochitest/mochitest.ini')
-rw-r--r-- | dom/plugins/test/mochitest/mochitest.ini | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/dom/plugins/test/mochitest/mochitest.ini b/dom/plugins/test/mochitest/mochitest.ini new file mode 100644 index 000000000..0e8587f34 --- /dev/null +++ b/dom/plugins/test/mochitest/mochitest.ini @@ -0,0 +1,150 @@ +[DEFAULT] +subsuite = clipboard +support-files = + 307-xo-redirect.sjs + crashing_subpage.html + file_authident.js + file_bug738396.html + file_bug771202.html + file_bug863792.html + file_bug1245545.js + large-pic.jpg + loremipsum.txt + loremipsum.xtest + loremipsum.xtest^headers^ + loremipsum_file.txt + loremipsum_nocache.txt + loremipsum_nocache.txt^headers^ + mixed_case_mime.sjs + neverending.sjs + npruntime_identifiers_subpage.html + plugin-stream-referer.sjs + plugin_window.html + pluginstream.js + post.sjs + plugin-utils.js + !/toolkit/components/passwordmgr/test/authenticate.sjs + +[test_bug406541.html] +[test_bug532208.html] +[test_bug539565-1.html] +[test_bug539565-2.html] +[test_bug738396.html] +[test_bug771202.html] +[test_bug777098.html] +[test_bug784131.html] +[test_bug813906.html] +[test_bug827160.html] +skip-if = toolkit == 'android' # needs plugin support +[test_bug852315.html] +[test_bug854082.html] +[test_bug863792.html] +[test_bug967694.html] +[test_bug985859.html] +[test_bug986930.html] +[test_bug1092842.html] +[test_bug1165981.html] +skip-if = !(os == "win" && processor == "x86_64") +[test_bug1245545.html] +[test_bug1307694.html] +[test_cocoa_focus.html] +skip-if = toolkit != "cocoa" || e10s # Bug 1194534 +support-files = cocoa_focus.html +[test_cocoa_window_focus.html] +skip-if = toolkit != "cocoa" # Bug 1194534 +support-files = cocoa_window_focus.html +[test_cookies.html] +[test_copyText.html] +skip-if = (toolkit != "gtk2") && (toolkit != "gtk3") +[test_crash_nested_loop.html] +skip-if = (toolkit != "gtk2") && (toolkit != "gtk3") +[test_crashing.html] +skip-if = !crashreporter +[test_crashing2.html] +skip-if = (!crashreporter) || true # Bug 566049 +[test_CrashService_crash.html] +skip-if = !crashreporter || e10s +[test_CrashService_hang.html] +skip-if = !crashreporter || e10s +[test_defaultValue.html] +[test_enumerate.html] +[test_fullpage.html] +[test_GCrace.html] +[test_getauthenticationinfo.html] +[test_hanging.html] +skip-if = !crashreporter || e10s +[test_hidden_plugin.html] +[test_instance_re-parent.html] +skip-if = release_or_beta # Bug 1172627 +[test_instance_unparent1.html] +[test_instance_unparent2.html] +[test_instance_unparent3.html] +[test_instantiation.html] +[test_mixed_case_mime.html] +[test_multipleinstanceobjects.html] +[test_newstreamondestroy.html] +[test_npn_asynccall.html] +[test_npn_timers.html] +[test_npobject_getters.html] +[test_NPNVdocumentOrigin.html] +[test_NPPVpluginWantsAllNetworkStreams.html] +[test_npruntime_construct.html] +[test_npruntime_identifiers.html] +[test_npruntime_npnevaluate.html] +[test_npruntime_npninvoke.html] +[test_npruntime_npninvokedefault.html] +[test_object.html] +skip-if = toolkit == 'android' # needs plugin support +[test_painting.html] +skip-if = (toolkit == "cocoa" && e10s) # bug 1252230 +[test_plugin_scroll_invalidation.html] +skip-if = toolkit != "gtk2" +support-files = plugin_scroll_invalidation.html +[test_plugin_scroll_painting.html] +skip-if = true # Bug 596491 +[test_pluginstream_3rdparty.html] +support-files = + file_checkcookie.sjs + file_setcookie.html +[test_pluginstream_asfile.html] +[test_pluginstream_asfileonly.html] +[test_pluginstream_err.html] +[test_pluginstream_geturl.html] +skip-if = true # Bug 1267432 +[test_pluginstream_geturlnotify.html] +skip-if = true # Bug 1267432 +[test_pluginstream_newstream.html] +[test_pluginstream_post.html] +[test_pluginstream_poststream.html] +[test_pluginstream_referer.html] +[test_pluginstream_seek.html] +[test_pluginstream_seek_close.html] +[test_pluginstream_src.html] +[test_pluginstream_src_dynamic.html] +[test_pluginstream_src_referer.html] +[test_positioning.html] +skip-if = true # disabled due to oddness, perhaps scrolling of the mochitest window? +[test_propertyAndMethod.html] +[test_queryCSSZoomFactor.html] +[test_queryContentsScaleFactor.html] +skip-if = (toolkit != "cocoa") || (os != "win") +[test_queryContentsScaleFactorWindowed.html] +skip-if = (toolkit != "cocoa") || (os != "win") +[test_redirect_handling.html] +[test_secondPlugin.html] +[test_src_url_change.html] +[test_streamatclose.html] +[test_streamNotify.html] +[test_stringHandling.html] +[test_twostreams.html] +[test_visibility.html] +skip-if = toolkit == "cocoa" +[test_windowed_invalidate.html] +skip-if = os != "win" +[test_windowless_flash.html] +skip-if = !(os == "win" && processor == "x86_64") +[test_windowless_ime.html] +skip-if = os != "win" +[test_x11_error_crash.html] +skip-if = !crashreporter || e10s || ((toolkit != "gtk2") && (toolkit != "gtk3")) +[test_zero_opacity.html] |