mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1702786 - migrate mochitest plain, chrome, gpu, remote, a11y, and crashtests from OSX 10.14 -> OSX 10.15. r=releng-reviewers,aki
Differential Revision: https://phabricator.services.mozilla.com/D110713
This commit is contained in:
parent
2e2cc49509
commit
1358ee02d0
@ -104,7 +104,7 @@ support-files = child.html
|
||||
[test_animation_operators.html]
|
||||
[test_animation2.html]
|
||||
[test_animSVGImage.html]
|
||||
skip-if = os == 'android' || os == 'win' || (os == 'mac' && os_version == '10.14') # Bug 1370784, macosx due to bug 1549058
|
||||
skip-if = os == 'android' || os == 'win' || (os == 'mac' && os_version == '10.15') # Bug 1370784, macosx due to bug 1549058
|
||||
[test_animSVGImage2.html]
|
||||
skip-if =
|
||||
os == 'win' && webrender # Bug 1354561
|
||||
|
@ -395,18 +395,9 @@ macosx1015-64-qr/opt:
|
||||
macosx1015-64-qr/debug:
|
||||
build-platform: macosx64/debug
|
||||
test-sets:
|
||||
- macosx1015-64-qr-tests
|
||||
- web-platform-tests
|
||||
|
||||
macosx1014-64/debug:
|
||||
build-platform: macosx64/debug
|
||||
test-sets:
|
||||
- macosx1014-64-tests
|
||||
|
||||
macosx1014-64-devedition/opt:
|
||||
build-platform: macosx64-devedition/opt
|
||||
test-sets:
|
||||
- macosx1014-64-tests
|
||||
|
||||
macosx1014-64-qr/opt:
|
||||
build-platform: macosx64/opt
|
||||
test-sets:
|
||||
|
@ -403,34 +403,32 @@ macosx1100-64-qr-failures-tests:
|
||||
- mochitest-browser-chrome-apple-silicon
|
||||
|
||||
macosx1015-64-qr-tests:
|
||||
- crashtest
|
||||
- reftest
|
||||
- mochitest-plain
|
||||
- mochitest-plain-gpu
|
||||
- mochitest-remote
|
||||
- mochitest-chrome
|
||||
- mochitest-chrome-gpu
|
||||
- mochitest-a11y
|
||||
|
||||
# debug only
|
||||
macosx1015-64-tests:
|
||||
- crashtest
|
||||
- reftest
|
||||
- web-platform-tests-reftest
|
||||
|
||||
macosx1014-64-tests:
|
||||
- crashtest
|
||||
|
||||
macosx1014-64-qr-tests:
|
||||
- cppunit
|
||||
- crashtest
|
||||
- firefox-ui-functional-local
|
||||
- firefox-ui-functional-remote
|
||||
- gtest
|
||||
- jittest
|
||||
- jsreftest
|
||||
- marionette
|
||||
- mochitest-a11y
|
||||
- mochitest-browser-chrome
|
||||
- mochitest-chrome
|
||||
- mochitest-chrome-gpu
|
||||
- mochitest-devtools-chrome
|
||||
- mochitest-plain
|
||||
- mochitest-plain-gpu
|
||||
- mochitest-media
|
||||
- mochitest-remote
|
||||
- mochitest-webgl1-core
|
||||
- mochitest-webgl1-ext
|
||||
- mochitest-webgl2-core
|
||||
|
@ -109,7 +109,7 @@ skip-if = toolkit == "cocoa"
|
||||
[test_edit_contextmenu.html]
|
||||
[test_editor_for_input_with_autocomplete.html]
|
||||
[test_findbar.xhtml]
|
||||
skip-if = os == 'mac' && os_version == '10.14' # macosx1014 due to 1550078
|
||||
skip-if = os == 'mac' && os_version == '10.15' # macosx1014/15 due to 1550078
|
||||
[test_findbar_entireword.xhtml]
|
||||
[test_findbar_events.xhtml]
|
||||
[test_frames.xhtml]
|
||||
@ -140,7 +140,7 @@ support-files = window_navigate_persist.html
|
||||
[test_notificationbox.xhtml]
|
||||
skip-if = (os == 'linux' && debug) || (os == 'win') # Bug 1429649
|
||||
[test_panel.xhtml]
|
||||
skip-if = os == 'mac' && os_version == '10.14' # macosx1014 due to 1550078
|
||||
skip-if = os == 'mac' && os_version == '10.15' # macosx1014 due to 1550078
|
||||
[test_panel_anchoradjust.xhtml]
|
||||
[test_panelfrommenu.xhtml]
|
||||
[test_popup_anchor.xhtml]
|
||||
@ -180,7 +180,7 @@ support-files = window_preferences_onsyncfrompreference.xhtml
|
||||
[test_tabindex.xhtml]
|
||||
[test_textbox_search.xhtml]
|
||||
[test_titlebar.xhtml]
|
||||
skip-if = os == "linux" || (os == 'mac' && os_version == '10.14') # macosx1014 due to 1550078
|
||||
skip-if = os == "linux" || (os == 'mac' && os_version == '10.15') # macosx1014/15 due to 1550078
|
||||
[test_tooltip.xhtml]
|
||||
skip-if = (os == 'mac' || os == 'win') # Bug 1141245, frequent timeouts on OSX 10.14, Windows
|
||||
[test_tooltip_noautohide.xhtml]
|
||||
|
Loading…
Reference in New Issue
Block a user