Bug 1833653 - Enable mochitest-plain on 'linux2204-64-wayland', r=jmaher,credential-management-reviewers,sgalich

Differential Revision: https://phabricator.services.mozilla.com/D190202
This commit is contained in:
Andrew Halberstadt 2023-10-10 14:19:11 +00:00
Родитель fe85654dff
Коммит 4e2559a7a1
17 изменённых файлов: 76 добавлений и 14 удалений

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

@ -75,6 +75,7 @@ support-files = [
skip-if = [
"os == 'android' && debug", #Bug 1784931
"os == 'linux' && tsan", #Bug 1784931
"display == 'wayland' && os_version == '22.04' && debug", # Bug 1856969
"http3",
"http2",
]

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

@ -49,6 +49,7 @@ allow_xul_xbl = true # XUL is used in file_fullscreen-api.html
skip-if = [
"os == 'android'",
"os == 'mac'", # Bug 1579623, 1776996
"display == 'wayland' && os_version == '22.04'", # Bug 1857240
"http3",
"http2",
]
@ -57,6 +58,7 @@ skip-if = [
["test_fullscreen_modal.html"]
skip-if = [
"display == 'wayland' && os_version == '22.04'", # Bug 1857240
"http3",
"http2",
]

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

@ -468,6 +468,7 @@ skip-if = [
support-files = ["file_mouse_enterleave.html"]
skip-if = [
"os == 'android'", # timeout
"display == 'wayland' && os_version == '22.04'", # Bug 1857022
"http3",
"http2",
]

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

@ -59,6 +59,7 @@ support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js
["test_getCoalescedEvents.html"]
skip-if = [
"os == 'android'", # Bug 1312791
"display == 'wayland' && os_version == '22.04'", # Bug 1856971
"verify && os == 'win'", # Bug 1659744
]
@ -80,6 +81,9 @@ support-files = [
"file_pointercapture_xorigin_iframe_pointerlock.html",
"file_pointercapture_xorigin_iframe_touch.html",
]
skip-if = [
"display == 'wayland' && os_version == '22.04'", # Bug 1856971
]
["test_pointermove_drag_scrollbar.html"]
skip-if = ["os == 'android'"] # scrollbar not showed on mobile

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

@ -679,7 +679,10 @@ skip-if = ["os == 'android'"] # Bug 1525959
["test_bug717819.html"]
["test_bug741266.html"]
skip-if = ["os == 'android'"] # Android: needs control of popup window size
skip-if = [
"os == 'android'", # Android: needs control of popup window size
"display == 'wayland' && os_version == '22.04' && debug", # Bug 1856975
]
["test_bug742030.html"]

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

@ -277,6 +277,7 @@ skip-if =
[test_imagecache_max_age.html]
skip-if =
os == 'linux' && bits == 64 && !debug && asan && os_version == '18.04' # Bug 1585668
display == 'wayland' && os_version == '22.04' && debug # Bug 1856980
http3
http2
[test_importscript.html]

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

@ -85,6 +85,9 @@ support-files = [
["test_getBBox-method.html"]
["test_getCTM.html"]
skip-if = [
"display == 'wayland' && os_version == '22.04'", # Bug 1857035
]
["test_getElementById.xhtml"]

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

@ -201,6 +201,8 @@ support-files =
file_resize_move_windows_1.html
file_resize_move_windows_2.html
[test_sizetocontent_clamp.html]
skip-if = toolkit == 'android' #Windows can't change size on Android
skip-if =
toolkit == 'android' # Windows can't change size on Android
display == 'wayland' && os_version == '22.04' # Bug 1857032
[test_toJSON.html]
[test_window_bar.html]

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

@ -8,7 +8,9 @@ support-files =
[test_pointerlock_target_not_in_active_document.html]
[test_pointerlock-api.html]
tags = fullscreen
skip-if = (os == 'android') # Bug 1612553
skip-if =
os == 'android' # Bug 1612553
display == 'wayland' && os_version == '22.04' # Bug 1857057
support-files =
file_pointerlock-api.html
file_pointerlock-api-with-shadow.html
@ -35,3 +37,5 @@ support-files =
file_pointerlock_xorigin_iframe.html
file_pointerlock_xorigin_iframe_no_user_gesture.html
file_pointerlock_xorigin_iframe_not_focused.html
skip-if =
display == 'wayland' && os_version == '22.04' # Bug 1857057

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

@ -14,9 +14,11 @@
[test_bug1253683.html]
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_bug1277814.html]
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_bug1304689-2.html]
[test_bug1304689.html]
[test_frame_reconstruction.html]
@ -39,7 +41,8 @@
skip-if =
toolkit == 'android' # mouse events not supported on mobile
os == 'win' && (bits == 32 || asan)
os == 'linux' && asan # stack is not large enough for the test
os == 'linux' && asan # stack is not large enough for the test
display == 'wayland' && os_version == '22.04' # Bug 1857059
http3
http2
[test_group_hittest-3.html]
@ -59,15 +62,19 @@
[test_group_mouseevents.html]
skip-if =
toolkit == 'android' # mouse events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_overrides.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_overscroll.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_overscroll_handoff.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
http3
http2
[test_group_pointerevents.html]
@ -79,17 +86,27 @@
http3
http2
[test_group_scroll_snap.html]
skip-if = (os == 'android') # wheel events not supported on mobile
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_scrollend.html]
skip-if = (toolkit == 'android') # wheel events not supported on mobile
skip-if =
toolkit == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_scrollframe_activation.html]
skip-if =
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_touchevents-2.html]
[test_group_touchevents-3.html]
[test_group_touchevents-4.html]
[test_group_touchevents-5.html]
skip-if =
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_touchevents.html]
[test_group_wheelevents.html]
skip-if = (toolkit == 'android') # wheel events not supported on mobile
skip-if =
toolkit == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_group_zoom-2.html]
skip-if = (os == 'win') # see bug 1495580 for Windows
[test_group_zoom.html]
@ -101,15 +118,23 @@
skip-if =
os == 'android' # wheel events not supported on mobile
os == 'linux' && fission && headless # Bug 1722907
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_relative_update.html]
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_scroll_inactive_bug1190112.html]
skip-if = (os == 'android') # wheel events not supported on mobile
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_scroll_inactive_flattened_frame.html]
skip-if = (os == 'android') # wheel events not supported on mobile
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_scroll_subframe_scrollbar.html]
skip-if = (os == 'android') # wheel events not supported on mobile
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_smoothness.html]
# hardware vsync only on win/mac
# Frame Uniformity recording is not implemented for webrender
@ -122,9 +147,12 @@
skip-if =
toolkit == 'android' # wheel events not supported on mobile
toolkit == 'cocoa' # synthesized wheel smooth-scrolling not supported on OS X
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_wheel_scroll.html]
skip-if =
os == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059
[test_wheel_transactions.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
display == 'wayland' && os_version == '22.04' # Bug 1857059

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

@ -150,6 +150,8 @@ skip-if =
[test_bug89419-1.html]
[test_bug89419-2.html]
[test_bug1132427.html]
skip-if =
display == 'wayland' && os_version == '22.04' # Bug 1857062
[test_bug1180105.html]
skip-if =
http3

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

@ -138,10 +138,14 @@ support-files =
skip-if = toolkit == 'android'
[test_scroll_on_display_contents.html]
support-files = !/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js
skip-if = toolkit == 'android'
skip-if =
toolkit == 'android'
display == 'wayland' && os_version == '22.04' # Bug 1857078
[test_scroll_position_iframe.html]
[test_scroll_position_restore.html]
support-files = file_scroll_position_restore.html
skip-if =
display == 'wayland' && os_version == '22.04' && debug # Bug 1857246
[test_scroll_position_restore_after_stop.html]
skip-if = toolkit == 'android'
[test_scroll_position_restore_no_bfcache.html]

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

@ -134,7 +134,6 @@ mochitest-plain:
by-test-platform:
android-em-7.0-x86_64-qr/debug-isolated-process: []
android.*: built-projects
.*wayland.*: []
default: built-projects
chunks:
by-test-platform:

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

@ -95,6 +95,7 @@ skip-if =
skip-if =
os == 'android' # Bug 1845607
tsan # Bug 1612707: times out on TSan
display == 'wayland' && os_version == '22.04' # Bug 1857067
[test_ext_background_canvas.html]
[test_ext_background_page.html]
skip-if = (toolkit == 'android') # test case covering desktop-only expected behavior (android doesn't have devtools)

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

@ -50,6 +50,7 @@ scheme = https
skip-if =
toolkit == 'android' # autocomplete
fission && xorigin # Bug 1716412 - New fission platform triage
display == 'wayland' && os_version == '22.04' # Bug 1857071
scheme = https
[test_autocomplete_basic_form_insecure.html]
skip-if =

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

@ -1,5 +1,7 @@
[test_private_window_from_content.html]
[test_window_open_position_constraint.html]
skip-if = toolkit == 'android'
skip-if =
toolkit == 'android'
display == 'wayland' && os_version == '22.04' # Bug 1857074
[test_window_open_units.html]
skip-if = toolkit == 'android' || (devedition && os == 'win' && bits == 32) # Windows: bug 1540566

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

@ -15,7 +15,9 @@ skip-if =
(headless && os == "win")
[test_autocapitalize.html]
[test_clipboard.html]
skip-if = headless # bug 1852983
skip-if =
headless # bug 1852983
display == 'wayland' && os_version == '22.04' # Bug 1857075
support-files =
file_test_clipboard.js
[test_clipboard_asyncSetData.html]
@ -32,3 +34,5 @@ skip-if =
debug # bug 1267491
support-files = window_picker_no_crash_child.html
[test_textScaleFactor_system_font.html]
skip-if =
display == 'wayland' && os_version == '22.04' # Bug 1857075