Bug 1232780 - Adjust test exclusions for win7 debug e10s, a=test-only

This commit is contained in:
Jonathan Griffin 2016-03-01 10:36:31 -08:00
parent d70072c3c3
commit 3f6d62e48e
11 changed files with 11 additions and 67 deletions

View File

@ -1,4 +1,5 @@
[DEFAULT]
skip-if = e10s && debug && os == 'win' # Bug 1252677
support-files =
android.json
file_drawImage_document_domain.html
@ -289,7 +290,6 @@ skip-if = (e10s && debug && os == 'win')
[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

View File

@ -23,6 +23,7 @@
/** Tests for Bug 545812 **/
SimpleTest.requestFlakyTimeout("untriaged");
SimpleTest.expectAssertions(0, 1);
// Run the tests which go full-screen in new windows, as mochitests normally
// run in an iframe, which by default will not have the allowfullscreen

View File

@ -856,6 +856,7 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_VideoPlaybackQuality.html]
[test_VideoPlaybackQuality_disabled.html]
[test_volume.html]
skip-if = e10s && debug && os == 'win' # bug 1245574
[test_vttparser.html]
skip-if = e10s && debug && os == 'win'
[test_webvtt_disabled.html]

View File

@ -1,6 +1,6 @@
[DEFAULT]
tags=msg
skip-if = buildapp == 'b2g' # Bug 1191270, bug 1037287, bug 967606, bug 1096400, etc
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1191270, bug 1037287, bug 967606, bug 1096400, bug 1238542 etc
support-files =
head.js
hello.ogg

View File

@ -6,6 +6,7 @@
<body>
<script class="testbody" type="application/javascript">
SimpleTest.waitForExplicitFinish();
SimpleTest.expectAssertions(0, 1);
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
window.frameLoaded = function frameLoaded_toCrash() {

View File

@ -10,7 +10,7 @@
<body onload="begin()">
<script type="application/javascript;version=1.8">
SimpleTest.waitForExplicitFinish();
SimpleTest.expectAssertions(0, 3);
SimpleTest.expectAssertions(0, 4);
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
const MAX_CHECK_PLUGIN_STOPPED_ATTEMPTS = 50;

View File

@ -7,6 +7,7 @@
<body onload="runTests()">
<script class="testbody" type="application/javascript">
SimpleTest.waitForExplicitFinish();
SimpleTest.expectAssertions(0, 1);
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
var p = null;

View File

@ -9,6 +9,7 @@
<body onload="startTest()">
<script type="application/javascript;version=1.8">
SimpleTest.waitForExplicitFinish();
SimpleTest.expectAssertions(0, 2);
setTestPluginEnabledState(SpecialPowers.Ci.nsIPluginTag.STATE_ENABLED);
var p = null;

View File

@ -213,7 +213,7 @@ skip-if = (toolkit == 'gonk' && debug) # Bug 1176223
[test_urlApi.html]
[test_urlSearchParams.html]
[test_websocket.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && debug && os == 'win') #bug 982828, bug 1237470
[test_websocket_basic.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket_https.html]

View File

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = buildapp == 'b2g'
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win')
support-files =
worker.js
@ -199,127 +199,66 @@ support-files =
lorem_script.js
[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_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]

View File

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = buildapp == 'b2g'
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # bug 1233774
support-files =
bug_502091_iframe.html
file_bug102699.sjs