Bug 1805919: disable tests that are currently failing against MSIX packages. r=jmaher,necko-reviewers,kershaw

Differential Revision: https://phabricator.services.mozilla.com/D165754
This commit is contained in:
Ben Hearsum 2023-01-11 14:45:03 +00:00
parent 336115d515
commit 6c520ec6c8
14 changed files with 93 additions and 24 deletions

View File

@ -4,6 +4,7 @@ skip-if = (os != "win" && toolkit != "cocoa") # Only available on Windows and ma
head = head.js
[test_AttributionCode.js]
skip-if = os == "win" && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807924
[test_MacAttribution.js]
skip-if = toolkit != "cocoa" # osx specific tests
[test_attribution_parsing.js]

View File

@ -9,6 +9,7 @@ skip-if = os != 'win'
# then it would be worth looking into that.
[test_empty_prefs_list.js]
run-sequentially = Uses the Windows registry
skip-if = os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807932
[test_invalid_name.js]
run-sequentially = Uses the Windows registry
[test_nonbool_pref.js]

View File

@ -38,7 +38,9 @@ skip-if = os != "win"
(os == "win" && bits == 64 && processor == "x86_64") # bug 1522818
(os == "win" && debug && bits == 32) # win10-32/debug
[test_IE_history.js]
skip-if = os != "win"
skip-if =
os != "win"
os == "win" && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807928
[test_IE7_passwords.js]
skip-if = os != "win"
[test_MigrationUtils_timedRetry.js]

View File

@ -18,5 +18,7 @@ skip-if = toolkit == 'android' # bug 1730213
[test_ProfileCounter.js]
skip-if = os != 'win' # Test of a Windows-specific feature
[test_InstallationTelemetry.js]
skip-if = os != 'win' # Test of a Windows-specific feature
skip-if =
os != 'win' # Test of a Windows-specific feature
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807930
[test_PartnerLinkAttribution.js]

View File

@ -6,4 +6,6 @@
# XXX figure out why android doesn't get MOZHTTP3_PORT
[test_close.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925

View File

@ -315,7 +315,9 @@ skip-if =
[test_simple.js]
[test_sockettransportsvc_available.js]
[test_socks.js]
skip-if = (os == 'mac' && debug) #Bug 1140656
skip-if =
(os == 'mac' && debug) #Bug 1140656
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
# Bug 675039: test fails consistently on Android
fail-if = os == "android"
# http2 unit tests require us to have node available to run the spdy and http2 server
@ -448,24 +450,35 @@ skip-if = os == "android"
[test_head_request_no_response_body.js]
[test_cache_204_response.js]
[test_http3.js]
skip-if = os == 'android' # bug 1622901
skip-if =
os == 'android' # bug 1622901
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_http3_421.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_http3_perf.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_http3_prio_disabled.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_http3_prio_enabled.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_http3_early_hint_listener.js]
skip-if =
os == 'android'
os == 'linux' # Bug 1773916
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
run-sequentially = http3server
[test_node_execute.js]
[test_loadgroup_cancel.js]
@ -486,9 +499,13 @@ run-sequentially = node server exceptions dont replay well
[test_http_sfv.js]
[test_blob_channelname.js]
[test_altsvc_pref.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
[test_http3_alt_svc.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_use_httpssvc.js]
run-sequentially = node server exceptions dont replay well
@ -509,7 +526,9 @@ skip-if =
os == 'android'
run-sequentially = node server exceptions dont replay well
[test_http3_trans_close.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = http3server
[test_brotli_http.js]
[test_altsvc_http3.js]
@ -520,14 +539,18 @@ skip-if =
os == 'android'
run-sequentially = http3server
[test_http3_fatal_stream_error.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = node server exceptions dont replay well
[test_http3_large_post.js]
skip-if =
os == 'win'
os == 'android'
[test_http3_error_before_connect.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
run-sequentially = node server exceptions dont replay well
[test_http3_server_not_existing.js]
skip-if = os == 'android'
@ -543,14 +566,18 @@ skip-if =
os == 'android' # bug 1622901
os == 'mac' && !debug
asan
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808048
run-sequentially = node server exceptions dont replay well
[test_httpssvc_ech_with_alpn.js]
skip-if =
os == 'android' # bug 1622901
os == 'mac' && !debug
asan
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808048
run-sequentially = node server exceptions dont replay well
[test_httpssvc_retry_without_ech.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808048
run-sequentially = node server exceptions dont replay well
[test_httpssvc_https_upgrade.js]
[test_bug1683176.js]
@ -602,15 +629,19 @@ disabled = bug 1771744 - telemetry probe expired
skip-if =
os == 'android'
socketprocess_networking
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
run-sequentially = node server exceptions dont replay well
[test_websocket_with_h3_active.js]
skip-if =
os == 'android'
verify && (os == 'win')
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
run-sequentially = node server exceptions dont replay well
[test_304_headers.js]
[test_http3_direct_proxy.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
run-sequentially = node server exceptions dont replay well
[test_bug1725766.js]
skip-if = os == "android" # skip because of bug 1589327
@ -625,6 +656,8 @@ skip-if =
os == "android"
socketprocess_networking
[test_early_hint_listener.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
[test_trr_with_proxy.js]
head = head_channels.js head_cache.js head_cookies.js head_trr.js trr_common.js
skip-if =
@ -648,6 +681,7 @@ run-sequentially = node server exceptions dont replay well
[test_retry_0rtt.js]
skip-if =
verify && (os == 'android')
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808048
run-sequentially = tlsserver uses fixed port
[test_http2-proxy-failing.js]
run-sequentially = node server exceptions dont replay well
@ -655,6 +689,7 @@ run-sequentially = node server exceptions dont replay well
skip-if =
os == 'android'
verify && (os == 'win')
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
run-sequentially = node server exceptions dont replay well
[test_proxy-slow-upload.js]
[test_cert_verification_failure.js]
@ -672,6 +707,7 @@ run-sequentially = node server exceptions dont replay well
# This test will be fixed in bug 1796556
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
verify && (os == 'win')
socketprocess_networking
[test_websocket_fails.js]
@ -687,7 +723,9 @@ run-sequentially = node server exceptions dont replay well
run-sequentially = node server exceptions dont replay well
head = head_channels.js head_cache.js head_cookies.js head_trr.js head_http3.js http2_test_common.js head_servers.js
[test_coaleasing_h2_and_h3_connection.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
run-sequentially = http3server
[test_bhttp.js]
[test_ohttp.js]

View File

@ -136,10 +136,14 @@ prefs = network.allow_raw_sockets_in_content_processes=true
[test_simple_wrap.js]
prefs = network.allow_raw_sockets_in_content_processes=true
[test_http3_prio_disabled_wrap.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925
run-sequentially = http3server
[test_http3_prio_enabled_wrap.js]
skip-if = os == 'android'
skip-if =
os == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925
run-sequentially = http3server
[test_xmlhttprequest_wrap.js]
prefs = network.allow_raw_sockets_in_content_processes=true

View File

@ -2,6 +2,7 @@
head = head_psm.js
tags = psm condprof
firefox-appdir = browser
skip-if = os = 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1809477
support-files =
corrupted_crlite_helper.js
bad_certs/**

View File

@ -6,5 +6,6 @@ skip-if =
release_or_beta
(os == "mac") # Bug 1417723
(os == "win" && bits == 32) # Bug 1760134
(os == "win" && msix)
support-files = child_cause_hang.js
run-sequentially = very high failure rate in parallel

View File

@ -42,11 +42,15 @@ tags = addons
[test_SyncPingIntegration.js]
skip-if = os == "android"
[test_TelemetryEnvironment.js]
skip-if = os == "android"
skip-if =
os == "android"
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
tags = addons
run-sequentially = very high failure rate in parallel
[test_TelemetryEnvironment_search.js]
skip-if = os == "android"
skip-if =
os == "android"
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_PingAPI.js]
[test_TelemetryFlagClear.js]
[test_TelemetryLateWrites.js]
@ -88,6 +92,8 @@ run-if = socketprocess_networking # Needs socket process (bug 1716307)
tags = addons
[test_TelemetryScalars.js]
[test_TelemetryScalars_buildFaster.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_TelemetryScalars_impressionId.js]
[test_TelemetryScalars_multistore.js]
[test_TelemetryTimestamps.js]
@ -95,6 +101,8 @@ tags = addons
skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
[test_TelemetryEvents.js]
[test_TelemetryEvents_buildFaster.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_ChildEvents.js]
skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
[test_ModulesPing.js]
@ -107,7 +115,7 @@ skip-if =
[test_TelemetryAndroidEnvironment.js]
[test_TelemetryUtils.js]
[test_ThirdPartyModulesPing.js]
run-if = nightly_build && (os == 'win')
run-if = nightly_build && (os == 'win' && !msix) # Disabled for MSIX due to https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_EventPing.js]
tags = coverage
[test_CoveragePing.js]

View File

@ -1,6 +1,8 @@
[DEFAULT]
head = head_crashreporter.js
skip-if = toolkit == "android" # 1536217
skip-if =
toolkit == "android" # 1536217
os = "win" && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807922
support-files =
crasher_subprocess_head.js
crasher_subprocess_tail.js

View File

@ -1,6 +1,8 @@
[DEFAULT]
head = head_crashreporter.js
skip-if = toolkit == 'android'
skip-if =
toolkit == 'android'
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807922
support-files =
crasher_subprocess_head.js
crasher_subprocess_tail.js

View File

@ -12,6 +12,9 @@ requesttimeoutfactor = 2
[test_install_hash.js]
# Android doesn't ship Subprocess.sys.mjs and debug builds output garbage that the
# test cannot handle.
skip-if = toolkit == 'android' || debug
skip-if =
toolkit == 'android'
debug
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807927
support-files =
show_hash.js

View File

@ -34,3 +34,5 @@ fail-if = os == "android"
fail-if = os == "android"
support-files = handlers.json
[test_punycodeURIs.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1809485