Bug 1807923: disable xpcshell update tests against msix packages r=application-update-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D165753
This commit is contained in:
Ben Hearsum 2023-01-09 17:26:57 +00:00
parent 65d690a335
commit 7c8cfb397d
5 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,7 @@
[DEFAULT]
head = head_libmar.js
support-files = data/**
skip-if = os == 'win' && msix # Updates are disabled for MSIX builds
[test_create.js]
[test_extract.js]

View File

@ -5,7 +5,8 @@
[DEFAULT]
tags = appupdate
head = head_update.js
skip-if = (os == 'win' && ccov)
skip-if =
(os == 'win' && (ccov || msix)) # Our updater is disabled in MSIX builds
prefs =
app.update.staging.enabled=false
support-files =

View File

@ -4,7 +4,9 @@
[DEFAULT]
firefox-appdir = browser
skip-if = toolkit == 'android'
skip-if =
toolkit == 'android'
(os == 'win' && msix) # Our updater is disabled in MSIX builds
head = head.js
support-files =
../data/shared.js

View File

@ -7,7 +7,8 @@
[DEFAULT]
tags = appupdate
head = head_update.js
skip-if = (os == 'win' && ccov)
skip-if =
(os == 'win' && (ccov || msix)) # Our updater is disabled in MSIX builds
support-files =
../data/shared.js
../data/sharedUpdateXML.js

View File

@ -9,6 +9,7 @@ skip-if =
os == "win" && verify
os == "win" && ccov # 1532801
os == "win" && asan # updater binary must be signed for these tests, but it isn't in this build config
os == 'win' && msix # Updates are disabled for MSIX builds
tags = appupdate
head = head_update.js
support-files =