mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1855514 - Disable currently failing M-xorig tests on Fission Android and start running M-xorig for Fission Android on central and autoland r=extension-reviewers,jmaher,robwu
Differential Revision: https://phabricator.services.mozilla.com/D192647
This commit is contained in:
parent
4288387261
commit
5dbae0b525
@ -43,6 +43,9 @@ skip-if = [
|
||||
]
|
||||
|
||||
["test_fullscreen-api-rapid-cycle.html"]
|
||||
skip-if = [
|
||||
"os == 'android' && xorigin", # bug 1855866
|
||||
]
|
||||
|
||||
["test_fullscreen-api.html"]
|
||||
allow_xul_xbl = true # XUL is used in file_fullscreen-api.html
|
||||
@ -61,4 +64,5 @@ skip-if = [
|
||||
"display == 'wayland' && os_version == '22.04'", # Bug 1857240
|
||||
"http3",
|
||||
"http2",
|
||||
"os == 'android' && xorigin", # bug 1855527
|
||||
]
|
||||
|
@ -1391,13 +1391,17 @@ skip-if = [
|
||||
support-files = ["file_location_href_unknown_protocol.html"]
|
||||
|
||||
["test_lock_orientation_after_fullscreen.html"]
|
||||
skip-if = ["os != 'android'"] # Only run on Android.
|
||||
skip-if = [
|
||||
"os != 'android'", # Only run on Android.
|
||||
"xorigin", # bug 1855865
|
||||
]
|
||||
|
||||
["test_lock_orientation_with_pending_fullscreen.html"]
|
||||
skip-if = [
|
||||
"os == 'mac'",
|
||||
"os == 'linux'",
|
||||
"headless",
|
||||
"os == 'android' && xorigin", # bug 1855530
|
||||
]
|
||||
|
||||
["test_meta_refresh_referrer.html"]
|
||||
|
@ -94,7 +94,10 @@ skip-if = ["xorigin"] # Hangs
|
||||
["test_manyWindows.html"]
|
||||
|
||||
["test_native_provider.html"]
|
||||
skip-if = ["os != 'android'"]
|
||||
skip-if = [
|
||||
"os != 'android'",
|
||||
"xorigin", # bug 1855518
|
||||
]
|
||||
|
||||
["test_not_fully_active.html"]
|
||||
skip-if = ["xorigin"] # Hangs
|
||||
|
@ -23,6 +23,7 @@ skip-if = [
|
||||
skip-if = [
|
||||
"http3",
|
||||
"http2",
|
||||
"os == 'android' && xorigin", # bug 1855525
|
||||
]
|
||||
|
||||
["test_sessionStorageClone_alwaysPartitioned_exempted.html"]
|
||||
|
@ -109,6 +109,7 @@ support-files = [
|
||||
|
||||
["test_bug603550.html"]
|
||||
fail-if = ["xorigin"]
|
||||
skip-if = ["xorigin && os == 'android'"] # Bug 1855869
|
||||
|
||||
["test_bug607529.html"]
|
||||
support-files = [
|
||||
@ -590,5 +591,4 @@ support-files = [
|
||||
]
|
||||
|
||||
["test_zoom_restore_bfcache.html"]
|
||||
skip-if = ["fission && os == 'android'"] # Bug 1827329
|
||||
support-files = ["file_zoom_restore_bfcache.html"]
|
||||
|
@ -80,6 +80,7 @@ mochitest-plain:
|
||||
(linux.*64|macosx.*64|windows11.*)(-shippable)?-qr/(opt|debug): ['trunk']
|
||||
windows.*64-ccov-qr/opt: ['mozilla-central']
|
||||
linux.*64-ccov-qr/opt: ['mozilla-central']
|
||||
android.*: ['trunk']
|
||||
default: []
|
||||
socketprocess_networking:
|
||||
by-test-platform:
|
||||
|
@ -180,6 +180,7 @@ skip-if = [
|
||||
skip-if = [
|
||||
"os == 'linux' && debug",
|
||||
"os == 'android' && debug", # bug 1348241
|
||||
"os == 'android' && xorigin", # bug 1855869
|
||||
]
|
||||
fail-if = ["xorigin"] # TypeError: can't access property "staticScripts", ext is undefined - Should not throw any errors
|
||||
|
||||
|
@ -96,6 +96,9 @@ skip-if = ["true"] # Bug 1483656
|
||||
["test_videocontrols_scrubber_position.html"]
|
||||
|
||||
["test_videocontrols_scrubber_position_nopreload.html"]
|
||||
skip-if = [
|
||||
"os == 'android' && xorigin", # bug 1855534
|
||||
]
|
||||
|
||||
["test_videocontrols_size.html"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user