mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1232780 - Disable mochitests which fail on e10s so we can get that suite running, a=test-only
This commit is contained in:
parent
9e07320426
commit
5707644ec5
@ -47,7 +47,7 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop spec
|
||||
[test_popup-navigates-children.html]
|
||||
skip-if = buildapp == 'b2g' # b2g(Needs multiple window.open support, also uses docshelltreenode) b2g-debug(Needs multiple window.open support, also uses docshelltreenode) b2g-desktop(Needs multiple window.open support, also uses docshelltreenode)
|
||||
[test_reserved.html]
|
||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || android_version == '10' || android_version == '18' #too slow on Android 2.3 and 4.3 aws only; bug 1030403
|
||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || android_version == '10' || android_version == '18' || (e10s && debug && os == 'win') #too slow on Android 2.3 and 4.3 aws only; bug 1030403
|
||||
[test_sessionhistory.html]
|
||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || toolkit == 'android' #RANDOM # b2g-debug(Perma-orange on debug emulator builds) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
|
||||
[test_sibling-matching-parent.html]
|
||||
|
1
dom/cache/test/mochitest/mochitest.ini
vendored
1
dom/cache/test/mochitest/mochitest.ini
vendored
@ -32,6 +32,7 @@ support-files =
|
||||
[test_cache_overwrite.html]
|
||||
[test_cache_match_vary.html]
|
||||
[test_caches.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_cache_keys.html]
|
||||
[test_cache_put.html]
|
||||
[test_cache_requestCache.html]
|
||||
|
@ -259,20 +259,28 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk')
|
||||
[test_mozDashOffset.html]
|
||||
[test_mozGetAsFile.html]
|
||||
[test_strokeText_throw.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_toBlob.html]
|
||||
skip-if = (e10s && debug && os == 'win') # bug 1236257
|
||||
[test_toDataURL_alpha.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_toDataURL_lowercase_ascii.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_toDataURL_parameters.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_windingRuleUndefined.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_2d.fillText.gradient.html]
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # bug 1040965
|
||||
[test_2d_composite_canvaspattern_setTransform.html]
|
||||
[test_createPattern_broken.html]
|
||||
[test_setlinedash.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_filter.html]
|
||||
[test_offscreencanvas_toblob.html]
|
||||
tags = offscreencanvas
|
||||
[test_offscreencanvas_toimagebitmap.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
tags = offscreencanvas
|
||||
[test_offscreencanvas_basic_webgl.html]
|
||||
tags = offscreencanvas
|
||||
|
@ -87,7 +87,7 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(1 failure out of 615,
|
||||
[test_bug605242.html]
|
||||
skip-if = toolkit == 'android' #CRASH_DUMP, RANDOM
|
||||
[test_bug607464.html]
|
||||
skip-if = buildapp == 'b2g' || toolkit == 'android' #CRASH_DUMP, RANDOM
|
||||
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && os == 'win') #CRASH_DUMP, RANDOM
|
||||
[test_bug613634.html]
|
||||
skip-if = toolkit == 'android' #CRASH_DUMP, RANDOM
|
||||
[test_bug615597.html]
|
||||
|
@ -593,7 +593,7 @@ support-files = file_bug871161-1.html file_bug871161-2.html
|
||||
[test_hash_encoded.html]
|
||||
[test_bug1081037.html]
|
||||
[test_window_open_close.html]
|
||||
skip-if = buildapp == 'b2g' # bug 1129014
|
||||
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # bug 1129014
|
||||
[test_img_complete.html]
|
||||
[test_viewport_resize.html]
|
||||
[test_extapp.html]
|
||||
|
@ -846,7 +846,9 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
|
||||
[test_VideoPlaybackQuality_disabled.html]
|
||||
[test_volume.html]
|
||||
[test_vttparser.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_webvtt_disabled.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
|
||||
# The tests below contain backend-specific tests. Write backend independent
|
||||
# tests rather than adding to this list.
|
||||
|
@ -117,7 +117,7 @@ skip-if = toolkit != "cocoa"
|
||||
[test_windowed_invalidate.html]
|
||||
skip-if = os != "win"
|
||||
[test_windowless_ime.html]
|
||||
skip-if = os != "win"
|
||||
skip-if = os != "win" || e10s
|
||||
[test_visibility.html]
|
||||
skip-if = toolkit == "cocoa"
|
||||
[test_zero_opacity.html]
|
||||
|
@ -9,6 +9,7 @@
|
||||
<body onload="startTest()">
|
||||
<script type="application/javascript;version=1.8">
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
|
||||
|
||||
var p = null;
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
<script class="testbody" type="application/javascript">
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
|
||||
|
||||
function run() {
|
||||
|
@ -11,6 +11,7 @@
|
||||
<body onload="runTests()">
|
||||
<script class="testbody" type="application/javascript">
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
|
||||
|
||||
function runTests() {
|
||||
|
@ -10,6 +10,7 @@
|
||||
<body onload="begin()">
|
||||
<script type="application/javascript;version=1.8">
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 3);
|
||||
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
|
||||
|
||||
const MAX_CHECK_PLUGIN_STOPPED_ATTEMPTS = 50;
|
||||
|
@ -24,6 +24,7 @@
|
||||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
|
||||
|
||||
function run() {
|
||||
|
@ -10,6 +10,7 @@
|
||||
<body onload="runTests()">
|
||||
<script class="testbody" type="application/javascript">
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
SimpleTest.requestFlakyTimeout("untriaged");
|
||||
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
|
||||
|
||||
|
@ -21,25 +21,34 @@ support-files =
|
||||
[test_headers_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' # Bug 1137683
|
||||
[test_headers_mainthread.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_fetch_app_protocol.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_fetch_basic.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_fetch_basic_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' # Bug 1137683
|
||||
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
|
||||
[test_fetch_basic_http.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_fetch_basic_http_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' # Bug 1137683
|
||||
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
|
||||
[test_fetch_cors.html]
|
||||
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1210552 && 1210282
|
||||
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) || (e10s && debug && os == 'win') # Bug 1210552 && 1210282
|
||||
[test_fetch_cors_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1137683 && 1210282
|
||||
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) || (e10s && debug && os == 'win') # Bug 1137683 && 1210282
|
||||
[test_formdataparsing.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_formdataparsing_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' # Bug 1137683
|
||||
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
|
||||
[test_request.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_request_cache.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_request_context.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_request_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' # Bug 1137683
|
||||
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
|
||||
[test_response.html]
|
||||
skip-if = (e10s && debug && os == 'win')
|
||||
[test_response_sw_reroute.html]
|
||||
skip-if = buildapp == 'b2g' # Bug 1137683
|
||||
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
|
||||
|
@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
||||
support-files =
|
||||
worker.js
|
||||
worker2.js
|
||||
@ -197,75 +198,141 @@ support-files =
|
||||
open_window/client.html
|
||||
|
||||
[test_app_protocol.html]
|
||||
skip-if = release_build
|
||||
skip-if = release_build || (e10s && debug && os == 'win')
|
||||
[test_bug1151916.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_claim.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_claim_fetch.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_claim_oninstall.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_close.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_controller.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_cross_origin_url_after_redirect.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_empty_serviceworker.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_eval_allowed.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_fetch_event.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_force_refresh.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_gzip_redirect.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_https_fetch.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_https_fetch_cloned_response.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_https_origin_after_redirect.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_https_origin_after_redirect_cached.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_https_synth_fetch_from_cached_sw.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_importscript.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_install_event.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_installation_simple.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_interception_featuredetect.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_match_all.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_match_all_advanced.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_match_all_client_id.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_match_all_client_properties.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_navigator.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_origin_after_redirect.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_origin_after_redirect_cached.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_origin_after_redirect_to_https.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_origin_after_redirect_to_https_cached.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_post_message.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_post_message_advanced.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_post_message_source.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_register_base.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_register_https_in_http.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_audio.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_beacon.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_cache.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_cspreport.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_embed.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_fetch.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_font.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_frame.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_iframe.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_image.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_imagesrcset.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_internal.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_nestedworker.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_nestedworkerinsharedworker.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_object.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_picture.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_ping.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_plugin.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_script.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_sharedworker.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_style.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_track.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_video.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_worker.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_xhr.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_request_context_xslt.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_scopes.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_sandbox_intercept.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_notificationclick.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_notificationclick_focus.html]
|
||||
skip-if = toolkit == "android" || toolkit == "gonk"
|
||||
skip-if = toolkit == "android" || toolkit == "gonk" || (e10s && debug && os == 'win')
|
||||
[test_notification_constructor_error.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_notification_get.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_sanitize.html]
|
||||
[test_sanitize_domain.html]
|
||||
[test_service_worker_allowed.html]
|
||||
@ -280,6 +347,7 @@ skip-if = toolkit == "android" || toolkit == "gonk"
|
||||
[test_workerupdatefoundevent.html]
|
||||
[test_opaque_intercept.html]
|
||||
[test_xslt.html]
|
||||
skip-if = e10s && debug && os == 'win'
|
||||
[test_escapedSlashes.html]
|
||||
[test_eventsource_intercept.html]
|
||||
[test_not_intercept_plugin.html]
|
||||
@ -289,7 +357,7 @@ skip-if = toolkit == "android" || toolkit == "gonk"
|
||||
[test_csp_upgrade-insecure_intercept.html]
|
||||
[test_serviceworker_header.html]
|
||||
[test_openWindow.html]
|
||||
skip-if = toolkit == "android" || toolkit == "gonk"
|
||||
skip-if = toolkit == "android" || toolkit == "gonk" || (e10s && debug && os == 'win')
|
||||
[test_imagecache.html]
|
||||
[test_imagecache_max_age.html]
|
||||
[test_importscript_mixedcontent.html]
|
||||
|
@ -21,6 +21,7 @@ function childDone() {
|
||||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
child = window.open("plugin_focus_helper.html", "", "width=620,height=320");
|
||||
</script>
|
||||
|
||||
|
@ -9,4 +9,4 @@ skip-if = toolkit == 'android'
|
||||
skip-if = (toolkit == 'android' && processor == 'x86') #x86 only
|
||||
[test_multiple_alerts.html]
|
||||
[test_principal.html]
|
||||
skip-if = toolkit == 'android'
|
||||
skip-if = toolkit == 'android' || (e10s && os == 'win')
|
||||
|
@ -5,9 +5,9 @@ support-files = utils.js
|
||||
[test_assign_event_data.html]
|
||||
skip-if = toolkit == "cocoa" || e10s # Mac: Bug 933303
|
||||
[test_bug565392.html]
|
||||
skip-if = toolkit != "windows"
|
||||
skip-if = toolkit != "windows" || (e10s && os == 'win')
|
||||
[test_picker_no_crash.html]
|
||||
skip-if = toolkit != "windows"
|
||||
skip-if = toolkit != "windows" || (e10s && os == 'win')
|
||||
support-files = window_picker_no_crash_child.html
|
||||
[test_plugin_scroll_invalidation.html]
|
||||
skip-if = toolkit != "gtk2" || e10s
|
||||
|
Loading…
Reference in New Issue
Block a user