forked from mirrors/gecko-dev
		
	Bug 1555454 - migrate mochitest-chrome to macosx1014 and disable some tests in toolkit/content/tests/chrome/chrome.ini r=gbrown
Changes: - disable some tests in `toolkit/content/tests/chrome/chrome.ini` with approval from enndeakin - migrate tests to run on macosx1014 Differential Revision: https://phabricator.services.mozilla.com/D36985 --HG-- extra : moz-landing-system : lando
This commit is contained in:
		
							parent
							
								
									4b035e2872
								
							
						
					
					
						commit
						de645c1949
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		|  | @ -320,7 +320,7 @@ macosx1014-64-tests: | ||||||
|     - mochitest |     - mochitest | ||||||
|     - mochitest-a11y |     - mochitest-a11y | ||||||
|     # - mochitest-browser-chrome |     # - mochitest-browser-chrome | ||||||
|     # - mochitest-chrome |     - mochitest-chrome | ||||||
|     - mochitest-devtools-chrome |     - mochitest-devtools-chrome | ||||||
|     - mochitest-devtools-webreplay |     - mochitest-devtools-webreplay | ||||||
|     - mochitest-gpu |     - mochitest-gpu | ||||||
|  | @ -347,7 +347,6 @@ macosx1014-64-qr-tests: | ||||||
| macosx64-tests: | macosx64-tests: | ||||||
|     - gtest |     - gtest | ||||||
|     - mochitest-browser-chrome |     - mochitest-browser-chrome | ||||||
|     - mochitest-chrome |  | ||||||
|     - mochitest-media |     - mochitest-media | ||||||
|     # - mochitest-webgl2-ext test timeouts |     # - mochitest-webgl2-ext test timeouts | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -112,6 +112,7 @@ skip-if = toolkit == "cocoa" | ||||||
| [test_editor_for_textbox_with_autocomplete.xul] | [test_editor_for_textbox_with_autocomplete.xul] | ||||||
| [test_findbar.xul] | [test_findbar.xul] | ||||||
| tags = clipboard | tags = clipboard | ||||||
|  | skip-if = os == 'mac' && os_version == '10.14' # macosx1014 due to 1550078 | ||||||
| [test_findbar_entireword.xul] | [test_findbar_entireword.xul] | ||||||
| [test_findbar_events.xul] | [test_findbar_events.xul] | ||||||
| [test_focus_anons.xul] | [test_focus_anons.xul] | ||||||
|  | @ -141,6 +142,7 @@ support-files = window_navigate_persist.html | ||||||
| [test_notificationbox.xul] | [test_notificationbox.xul] | ||||||
| skip-if = (os == 'linux' && debug) || (os == 'win') # Bug 1429649 | skip-if = (os == 'linux' && debug) || (os == 'win') # Bug 1429649 | ||||||
| [test_panel.xul] | [test_panel.xul] | ||||||
|  | skip-if = os == 'mac' && os_version == '10.14' # macosx1014 due to 1550078 | ||||||
| [test_panel_anchoradjust.xul] | [test_panel_anchoradjust.xul] | ||||||
| [test_panelfrommenu.xul] | [test_panelfrommenu.xul] | ||||||
| [test_popup_anchor.xul] | [test_popup_anchor.xul] | ||||||
|  | @ -183,7 +185,7 @@ support-files = window_preferences_onsyncfrompreference.xul | ||||||
| [test_textbox_emptytext.xul] | [test_textbox_emptytext.xul] | ||||||
| [test_textbox_search.xul] | [test_textbox_search.xul] | ||||||
| [test_titlebar.xul] | [test_titlebar.xul] | ||||||
| skip-if = os == "linux" | skip-if = os == "linux" || (os == 'mac' && os_version == '10.14') # macosx1014 due to 1550078 | ||||||
| [test_tooltip.xul] | [test_tooltip.xul] | ||||||
| skip-if = (os == 'mac' && os_version == '10.10') || (os == 'win') # Bug 1141245, frequent timeouts on OSX 10.10, Windows | skip-if = (os == 'mac' && os_version == '10.10') || (os == 'win') # Bug 1141245, frequent timeouts on OSX 10.10, Windows | ||||||
| [test_tooltip_noautohide.xul] | [test_tooltip_noautohide.xul] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Edwin Gao
						Edwin Gao