Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 5182edb

Browse files
committed
Bug 1947652 - carry forward xpcshell macosx 11.20 annotations. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D237856
1 parent 9441649 commit 5182edb

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

netwerk/test/unit/xpcshell.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ skip-if = [
688688
"socketprocess_networking",
689689
"os == 'win'", # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
690690
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # https://bugzilla.mozilla.org/show_bug.cgi?id=1866067
691+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # https://bugzilla.mozilla.org/show_bug.cgi?id=1866067
691692
]
692693
run-sequentially = "node server exceptions dont replay well"
693694

@@ -1009,6 +1010,7 @@ run-sequentially = "node server exceptions dont replay well"
10091010
["test_protocolproxyservice.js"]
10101011
skip-if = [
10111012
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # bug 1707738
1013+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # bug 1707738
10121014
"tsan && socketprocess_networking", # Bug 1808235
10131015
]
10141016

toolkit/components/telemetry/tests/unit/xpcshell.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ skip-if = [
4545
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1713329
4646
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1707747
4747
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929422
48+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1707747
4849
]
4950

5051
["test_PingAPI.js"]
@@ -159,6 +160,7 @@ skip-if = [
159160
"win11_2009 && bits == 32 && !debug", # Bug 1781452
160161
"os == 'linux' && !debug", # Bug 1781452
161162
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929422
163+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1707747
162164
]
163165

164166
["test_UtilityScalars.js"]

toolkit/crashreporter/test/unit/xpcshell.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ skip-if = [
114114
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'",
115115
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'",
116116
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'",
117+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'",
117118
"os == 'linux' && os_version == '18.04' && bits == 32",
118119
]
119120

toolkit/modules/subprocess/test/xpcshell/xpcshell.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ run-sequentially = "very high failure rate in parallel"
1818
["test_subprocess_connectRunning.js"]
1919
skip-if = [
2020
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # Bug 1936343
21+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1936343
2122
]
2223

2324
["test_subprocess_getEnvironment.js"]

toolkit/modules/tests/xpcshell/xpcshell.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ skip-if = [
4040
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # osx: Bug 1550141
4141
"os == 'mac' && os_version == '11.20' && arch == 'aarch64'", # osx: Bug 1550141
4242
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929423
43+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # osx: Bug 1550141
4344
]
4445

4546
["test_E10SUtils_getRemoteTypeForURIObject.js"]

0 commit comments

Comments
 (0)