mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1276738 - Tag a bunch of tests that exercise opening windows with openwindow. r=me
There are a series of tests strewn about the tree that seem to exercise window opening in one form or another, so I thought I'd put them under a tag. MozReview-Commit-ID: 74JwLUTzaMU --HG-- extra : rebase_source : 0c92084914ffe44a781f034b2416e17905656607
This commit is contained in:
parent
c384832c0f
commit
0d5fa55d26
@ -11,7 +11,9 @@ support-files =
|
||||
[browser_usercontextid_tabdrop.js]
|
||||
skip-if = os == "mac" || os == "win" # Intermittent failure - bug 1268276
|
||||
[browser_windowName.js]
|
||||
tags = openwindow
|
||||
[browser_windowOpen.js]
|
||||
tags = openwindow
|
||||
[browser_serviceworkers.js]
|
||||
[browser_broadcastchannel.js]
|
||||
[browser_blobUrl.js]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[DEFAULT]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == "mulet"
|
||||
support-files =
|
||||
browser_privatebrowsing_concurrent_page.html
|
||||
|
@ -9,11 +9,15 @@ support-files =
|
||||
|
||||
[test_child_navigation_by_location.html]
|
||||
[test_other_auxiliary_navigation_by_location.html]
|
||||
tags = openwindow
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #bug 948948, NS_ERROR_FAILURE from nsWindowWatcher::GetPrompt
|
||||
[test_our_auxiliary_navigation_by_location.html]
|
||||
tags = openwindow
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #bug 948948, NS_ERROR_FAILURE from nsWindowWatcher::GetPrompt
|
||||
[test_parent_navigation_by_location.html]
|
||||
tags = openwindow
|
||||
[test_sibling_navigation_by_location.html]
|
||||
tags = openwindow
|
||||
[test_top_navigation_by_location_exotic.html]
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') || android_version == '18' #bug 948948, NS_ERROR_FAILURE from nsWindowWatcher::GetPrompt
|
||||
[test_top_navigation_by_location.html]
|
||||
|
@ -9,3 +9,4 @@ support-files =
|
||||
|
||||
[browser_bug343515.js]
|
||||
[browser_test-content-chromeflags.js]
|
||||
tags = openwindow
|
@ -692,6 +692,7 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 904183 # b2g(bug 904183
|
||||
[test_createHTMLDocument.html]
|
||||
[test_declare_stylesheet_obsolete.html]
|
||||
[test_dialogArguments.html]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' || e10s # showmodaldialog
|
||||
[test_document.all_iteration.html]
|
||||
[test_document.all_unqualified.html]
|
||||
@ -792,6 +793,7 @@ tags = audiochannel
|
||||
[test_open_null_features.html]
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Fails on b2g-desktop, tracked in bug 1011874
|
||||
[test_openDialogChromeOnly.html]
|
||||
tags = openwindow
|
||||
[test_orientation_alternate.html]
|
||||
skip-if = toolkit != 'gonk'
|
||||
[test_orientation_frame.html]
|
||||
|
@ -478,19 +478,26 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' # just copy the conditions f
|
||||
[test_html_attributes_reflection.html]
|
||||
[test_htmlcollection.html]
|
||||
[test_iframe_sandbox_general.html]
|
||||
tags = openwindow
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
|
||||
[test_iframe_sandbox_inheritance.html]
|
||||
tags = openwindow
|
||||
[test_iframe_sandbox_modal.html]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' || e10s #modal tests fail on android # b2g(modal tests fail on B2G) b2g-debug(modal tests fail on B2G) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
|
||||
[test_iframe_sandbox_navigation.html]
|
||||
tags = openwindow
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #time out on b2g desktop specific
|
||||
[test_iframe_sandbox_navigation2.html]
|
||||
tags = openwindow
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #time out on b2g desktop specific
|
||||
[test_iframe_sandbox_plugins.html]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' # b2g(plugins not supported) b2g-debug(plugins not supported) b2g-desktop(plugins not supported)
|
||||
[test_iframe_sandbox_popups.html]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == 'b2g' # b2g(multiple concurrent window.open()s fail on B2G) b2g-debug(multiple concurrent window.open()s fail on B2G) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
|
||||
[test_iframe_sandbox_popups_inheritance.html]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(multiple concurrent window.open()s fail on B2G) b2g-debug(multiple concurrent window.open()s fail on B2G) b2g-desktop(Bug 931116, b2g desktop specific, initial triage) android(bug 939642)
|
||||
[test_iframe_sandbox_redirect.html]
|
||||
[test_iframe_sandbox_refresh.html]
|
||||
@ -599,6 +606,7 @@ support-files = file_bug871161-1.html file_bug871161-2.html
|
||||
[test_hash_encoded.html]
|
||||
[test_bug1081037.html]
|
||||
[test_window_open_close.html]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == 'b2g' # bug 1129014
|
||||
[test_img_complete.html]
|
||||
[test_viewport_resize.html]
|
||||
|
@ -31,6 +31,7 @@ skip-if= buildapp == 'mulet'
|
||||
[browser_frame_elements.js]
|
||||
[browser_localStorage_privatestorageevent.js]
|
||||
[browser_test_new_window_from_content.js]
|
||||
tags = openwindow
|
||||
skip-if = (toolkit == 'android' || buildapp == 'b2g' || buildapp == 'mulet') || (os == "linux" && debug) # see bug 1261495 for Linux debug time outs
|
||||
support-files =
|
||||
test_new_window_from_content_child.html
|
||||
|
@ -76,6 +76,7 @@ skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android'
|
||||
[test_bug411103.html]
|
||||
[test_bug414291.html]
|
||||
tags = openwindow
|
||||
[test_bug427744.html]
|
||||
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android'
|
||||
[test_bug42976.html]
|
||||
|
@ -42,9 +42,11 @@ tags = fullscreen
|
||||
[test_bug830396.xul]
|
||||
[test_bug830858.xul]
|
||||
[test_bug1224790-1.xul]
|
||||
tags = openwindow
|
||||
# synthesizeNativeOSXClick does not work on 10.6
|
||||
skip-if = os != 'mac' || os_version == '10.6'
|
||||
[test_bug1224790-2.xul]
|
||||
tags = openwindow
|
||||
# synthesizeNativeOSXClick does not work on 10.6
|
||||
skip-if = os != 'mac' || os_version == '10.6'
|
||||
[test_callback_wrapping.xul]
|
||||
|
@ -254,6 +254,7 @@ tags = mcb
|
||||
[test_notificationclose.html]
|
||||
[test_opaque_intercept.html]
|
||||
[test_openWindow.html]
|
||||
tags = openwindow
|
||||
[test_origin_after_redirect.html]
|
||||
[test_origin_after_redirect_cached.html]
|
||||
[test_origin_after_redirect_to_https.html]
|
||||
|
@ -49,6 +49,7 @@ skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
||||
[test_default_background.xul]
|
||||
skip-if = buildapp == 'b2g'
|
||||
[test_dialog_with_positioning.html]
|
||||
tags = openwindow
|
||||
skip-if = buildapp == 'b2g'
|
||||
[test_fixed_bg_scrolling_repaints.html]
|
||||
skip-if = buildapp == 'b2g'
|
||||
|
@ -55,6 +55,7 @@ skip-if = buildapp == 'mulet'
|
||||
[browser_updateid.js]
|
||||
[browser_purchase.js]
|
||||
[browser_openDialog.js]
|
||||
tags = openwindow
|
||||
skip-if = os == 'win' # Disabled on Windows due to intermittent failures (bug 1135866)
|
||||
[browser_types.js]
|
||||
[browser_inlinesettings.js]
|
||||
|
Loading…
Reference in New Issue
Block a user