No bug - Re-enable various tests on Windows debug e10s that no longer fail.

--HG--
extra : histedit_source : 37d53b3f1958a608e96d34799e3ff123e901aed1
This commit is contained in:
Ryan VanderMeulen 2016-04-15 13:26:01 -04:00
Родитель 55615c8b58
Коммит e22a2d1d81
7 изменённых файлов: 15 добавлений и 25 удалений

Просмотреть файл

@ -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)) || (toolkit == 'android') || (e10s && debug && os == 'win') #too slow on Android 4.3 aws only; bug 1030403
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || (toolkit == 'android') #too slow on Android 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 поставляемый
Просмотреть файл

@ -32,7 +32,6 @@ 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]

Просмотреть файл

@ -596,7 +596,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' || (e10s && debug && os == 'win') # bug 1129014
skip-if = buildapp == 'b2g' # bug 1129014
[test_img_complete.html]
[test_viewport_resize.html]
[test_image_clone_load.html]

Просмотреть файл

@ -845,9 +845,7 @@ skip-if = toolkit == 'gonk' # bug 1128845 on gonk
[test_volume.html]
skip-if = e10s && debug && os == 'win' # bug 1245574
[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.

Просмотреть файл

@ -33,38 +33,31 @@ 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 = (buildapp != 'b2g' && buildapp != 'mulet')
[test_fetch_basic.html]
skip-if = (e10s && debug && os == 'win')
[test_fetch_basic_sw_reroute.html]
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
skip-if = buildapp == 'b2g' # Bug 1137683
[test_fetch_basic_sw_empty_reroute.html]
skip-if = buildapp == 'b2g'
[test_fetch_basic_http.html]
skip-if = (e10s && debug && os == 'win')
[test_fetch_basic_http_sw_reroute.html]
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
skip-if = buildapp == 'b2g' # Bug 1137683
[test_fetch_basic_http_sw_empty_reroute.html]
skip-if = buildapp == 'b2g'
[test_fetch_cors.html]
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) || (e10s && debug && os == 'win') # Bug 1210552 && 1210282
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1210552 && 1210282
[test_fetch_cors_sw_reroute.html]
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) || (e10s && debug && os == 'win') # Bug 1137683 && 1210282
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1137683 && 1210282
[test_fetch_cors_sw_empty_reroute.html]
skip-if = buildapp == 'b2g' || (toolkit == 'android' && debug) # Bug 1210282
[test_formdataparsing.html]
skip-if = (e10s && debug && os == 'win')
[test_formdataparsing_sw_reroute.html]
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
skip-if = buildapp == 'b2g' # Bug 1137683
[test_request.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' || (e10s && debug && os == 'win') # Bug 1137683
skip-if = buildapp == 'b2g' # Bug 1137683
[test_response.html]
skip-if = (e10s && debug && os == 'win')
[test_response_sw_reroute.html]
skip-if = buildapp == 'b2g' || (e10s && debug && os == 'win') # Bug 1137683
skip-if = buildapp == 'b2g' # Bug 1137683

Просмотреть файл

@ -243,15 +243,15 @@ skip-if = (toolkit == 'gonk' && debug) # Bug 1176223
[test_urlApi.html]
[test_urlSearchParams.html]
[test_websocket1.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && debug && os == 'win') #bug 982828, bug 1237470
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket2.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && debug && os == 'win') #bug 982828, bug 1237470
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket3.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && debug && os == 'win') #bug 982828, bug 1237470
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket4.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && debug && os == 'win') #bug 982828, bug 1237470
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket5.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' || (e10s && debug && os == 'win') #bug 982828, bug 1237470
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket_basic.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
[test_websocket_https.html]

Просмотреть файл

@ -8,4 +8,4 @@ skip-if = toolkit == 'android'
[test_alerts_noobserve.html]
[test_multiple_alerts.html]
[test_principal.html]
skip-if = toolkit == 'android' || (e10s && os == 'win')
skip-if = toolkit == 'android' || (e10s && os == 'win') # Win: Bug 1264842