mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Bug 1713329 - Migrate xpcshell from osx 10.14 -> osx 10.15 r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D116295
This commit is contained in:
parent
39c281e631
commit
1a21a485e5
@ -443,6 +443,7 @@ macosx1015-64-qr-tests:
|
||||
- mochitest-webgpu
|
||||
- reftest
|
||||
- telemetry-tests-client
|
||||
- xpcshell
|
||||
|
||||
# debug only
|
||||
macosx1015-64-tests:
|
||||
@ -454,7 +455,6 @@ macosx1014-64-qr-tests:
|
||||
- test-verify
|
||||
- test-verify-gpu
|
||||
- test-verify-wpt
|
||||
- xpcshell
|
||||
|
||||
macosx64-talos:
|
||||
- talos-bcv
|
||||
|
@ -2,6 +2,7 @@
|
||||
run-if = os == "mac" # Test of macOS backend
|
||||
skip-if =
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
[test_WinTaskSchedulerService.js]
|
||||
run-if = os == "win" # Test of Windows only service
|
||||
[test_TaskSchedulerWinImpl.js]
|
||||
@ -9,3 +10,4 @@ run-if = os == "win" # Test of Windows backend
|
||||
[test_TaskScheduler.js]
|
||||
skip-if =
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
|
@ -25,7 +25,9 @@ generated-files =
|
||||
[test_UserInteraction.js]
|
||||
[test_UserInteraction_annotations.js]
|
||||
# BHR is disabled on tsan, asan, android and outside of Nightly.
|
||||
skip-if = debug || asan || tsan || os == "android" || release_or_beta
|
||||
skip-if =
|
||||
debug || asan || tsan || os == "android" || release_or_beta
|
||||
apple_catalina # Bug 1713329
|
||||
[test_client_id.js]
|
||||
[test_MigratePendingPings.js]
|
||||
[test_TelemetryHistograms.js]
|
||||
@ -88,6 +90,7 @@ skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
|
||||
skip-if =
|
||||
(os == "win" && processor == "aarch64") # bug
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
[test_PingSender.js]
|
||||
skip-if = (os == "android") || (os == "linux" && bits == 32)
|
||||
[test_TelemetryAndroidEnvironment.js]
|
||||
|
@ -34,9 +34,11 @@ reason = Windows only test
|
||||
[marStageSuccessComplete.js]
|
||||
skip-if =
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
[marStageSuccessPartial.js]
|
||||
skip-if =
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
[marVersionDowngrade.js]
|
||||
[marMissingUpdateSettings.js]
|
||||
[marMissingUpdateSettingsStage.js]
|
||||
@ -63,6 +65,7 @@ reason = Windows only test
|
||||
skip-if =
|
||||
os == 'win' # not a Windows test
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
[marAppInUseStageFailureComplete_win.js]
|
||||
skip-if = os != 'win'
|
||||
reason = Windows only test
|
||||
@ -115,6 +118,7 @@ reason = Windows only test
|
||||
[marAppApplyUpdateStageSuccess.js]
|
||||
skip-if =
|
||||
apple_silicon # new platform
|
||||
apple_catalina # Bug 1713329
|
||||
[marAppApplyUpdateStageOldVersionFailure.js]
|
||||
[marAppApplyUpdateSkippedWriteAccess_win.js]
|
||||
skip-if = os != 'win'
|
||||
|
Loading…
x
Reference in New Issue
Block a user