Bug 1920959 - [remote] Remove async-events-dispatching jobs. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D245259
This commit is contained in:
Henrik Skupin
2025-04-15 10:24:57 +00:00
parent 0c6f11a8aa
commit a9cf1816a4
4 changed files with 1 additions and 27 deletions

View File

@@ -511,19 +511,6 @@ draw-snapshot:
extra-options:
- "--setpref=reftest.use-draw-snapshot=true"
async-event-dispatching:
description: "{description} with async parent process event dispatching"
component: "Remote Protocol::Agent"
expiration: "2025-10-01"
suffix: "async"
mozinfo: "remote_async"
replace:
tier: 3
merge:
mozharness:
extra-options:
- "--setpref=remote.events.async.enabled=true"
vertical-tabs:
description: "{description} limited to tests identified as being applicable to also run with vertical tabs enabled"
component: "Firefox::Tabbed Browser"

View File

@@ -76,7 +76,6 @@ web-platform-tests:
variants:
- no-fission
- geckoview-no-fission-ship
- async-event-dispatching
- privatebrowsing
- inc-origin-init
- privatebrowsing-inc-origin-init
@@ -95,10 +94,6 @@ web-platform-tests:
linux1804-64(-shippable)?(-qr)?/opt: ['mozilla-central']
linux1804-64-asan(-qr)?/opt: ['mozilla-central']
default: []
async-event-dispatching:
by-test-platform:
.*/debug: []
default: []
privatebrowsing:
by-test-platform:
android.*: []
@@ -548,7 +543,6 @@ web-platform-tests-wdspec:
- no-fission
- geckoview-no-fission-ship
- headless
- async-event-dispatching
run-on-projects:
by-variant:
headless:
@@ -567,11 +561,6 @@ web-platform-tests-wdspec:
android-em-7.0-x86_64(-qr)?/debug-isolated-process: []
android-em.*: built-projects
default: []
async-event-dispatching:
by-test-platform:
.*-32.*: []
.*/debug: []
default: []
default: built-projects
tier:
by-variant:

View File

@@ -220,7 +220,6 @@ def run_info_extras(logger, default_prefs=None, **kwargs):
not bool_pref("fission.disableSessionHistoryInParent")),
"swgl": bool_pref("gfx.webrender.software"),
"privateBrowsing": bool_pref("browser.privatebrowsing.autostart"),
"remoteAsyncEvents": bool_pref("remote.events.async.enabled"),
"incOriginInit": os.environ.get("MOZ_ENABLE_INC_ORIGIN_INIT") == "1",
}
rv.update(run_info_browser_version(**kwargs))
@@ -251,7 +250,6 @@ def update_properties():
"swgl",
"asan",
"tsan",
"remoteAsyncEvents",
"sessionHistoryInParent",
"subsuite"], {
"os": ["version"],

View File

@@ -133,7 +133,7 @@ def test_query_tags(run_mach, capfd, tag):
"--tag",
tag,
"-q",
"^test-linux '64-qr/debug- !http !spi !swr !nofis !headless !xorig !async !ioi",
"^test-linux '64-qr/debug- !http !spi !swr !nofis !headless !xorig !ioi",
]
if tag == "not_a_valid_tag":
assert run_mach(cmd) == 1