Bug 1661132 - disable a few mochitests on osx opt. r=bc

disable a few mochitests on osx opt

Differential Revision: https://phabricator.services.mozilla.com/D88193
This commit is contained in:
Joel Maher 2020-08-25 21:48:25 +00:00
Родитель 01d313e47b
Коммит 27932d4e6e
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -3,7 +3,7 @@ support-files =
head.js
[browser_selectpopup.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1329991 - test fails intermittently on Linux builds
skip-if = os == "linux" || (os == "mac" && !debug) || (verify && (os == 'win')) # Bug 1329991 - linux, Bug 1661132 - osx
[browser_selectpopup_colors.js]
skip-if = os == "linux" # Bug 1329991 - test fails intermittently on Linux builds
[browser_selectpopup_searchfocus.js]

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

@ -65,7 +65,7 @@ skip-if = (os == "win" && processor == "aarch64") # aarch64 due to bug 1536566
[browser_bug1303838.js]
[browser_inputStream_structuredClone.js]
[browser_multiple_popups.js]
skip-if = os == 'win' && !debug # Bug 1505235
skip-if = (os == 'win' && !debug) || (os == "mac" && !debug) # Bug 1505235, Bug 1661132 (osx)
support-files = browser_multiple_popups.html
[browser_bug1554070.js]
support-files =

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

@ -145,7 +145,7 @@ support-files = file_bug873229.js
[test_onerror_message.html]
[test_protochains.html]
[test_resize_move_windows.html]
skip-if = toolkit == 'android' || os == 'linux' || (devedition && os == 'win' && bits == 32) #Windows can't change size and position on Android; Windows: bug 1540554
skip-if = toolkit == 'android' || os == 'linux' || (os == "mac" && !debug) || (devedition && os == 'win' && bits == 32) #Windows can't change size and position on Android; Windows: bug 1540554, osx: bug 1661132
[test_sizetocontent_clamp.html]
skip-if = toolkit == 'android' #Windows can't change size on Android
[test_toJSON.html]

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

@ -75,7 +75,7 @@ support-files = bug586713_window.xhtml
skip-if = toolkit != "cocoa"
[test_bug596600.xhtml]
support-files = file_bug596600.html
skip-if = toolkit != "cocoa"
skip-if = toolkit != "cocoa" || !debug # Bug 1661132 (disable on opt)
[test_bug673301.xhtml]
skip-if = toolkit != "cocoa"
[test_secure_input.html]