Bug 1876056 - Test false-positive buildID mismatch only without forkserver r=jld

Differential Revision: https://phabricator.services.mozilla.com/D199475
This commit is contained in:
Alexandre Lissy 2024-01-30 06:04:48 +00:00
Родитель 6e9ebace03
Коммит cbcad7a93d
3 изменённых файлов: 18 добавлений и 2 удалений

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

@ -10,8 +10,9 @@ prefs = [
["browser_aboutRestartRequired_basic.js"]
["browser_aboutRestartRequired_buildid_false-positive.js"]
skip-if = ["win11_2009 && msix && debug"] # bug 1823581
# Bug 1876056: re-enable once bug 1877361 is fixed
#["browser_aboutRestartRequired_buildid_false-positive.js"]
#skip-if = ["win11_2009 && msix && debug"] # bug 1823581
["browser_aboutRestartRequired_buildid_mismatch.js"]
skip-if = ["win11_2009 && msix && debug"] # bug 1823581

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

@ -0,0 +1,14 @@
[DEFAULT]
run-if = ["crashreporter"]
skip-if = ["!debug"]
support-files = ["head.js"]
prefs = [
"dom.ipc.processCount=1",
"dom.ipc.processPrelaunch.fission.number=0",
"dom.ipc.forkserver.enable=false",
]
# Bug 1876056: remove once bug 1877361 is fixed
["browser_aboutRestartRequired_buildid_false-positive.js"]
skip-if = ["win11_2009 && msix && debug"] # bug 1823581

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

@ -55,6 +55,7 @@ BROWSER_CHROME_MANIFESTS += [
"content/test/sync/browser.toml",
"content/test/tabcrashed/browser.toml",
"content/test/tabcrashed/browser_aboutRestartRequired.toml",
"content/test/tabcrashed/browser_aboutRestartRequired_noForkServer.toml",
"content/test/tabdialogs/browser.toml",
"content/test/tabMediaIndicator/browser.toml",
"content/test/tabPrompts/browser.toml",