This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed
components/telemetry/tests/unit Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -688,6 +688,7 @@ skip-if = [
688
688
" socketprocess_networking" ,
689
689
" os == 'win'" , # https://bugzilla.mozilla.org/show_bug.cgi?id=1808049
690
690
" 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
691
692
]
692
693
run-sequentially = " node server exceptions dont replay well"
693
694
@@ -1009,6 +1010,7 @@ run-sequentially = "node server exceptions dont replay well"
1009
1010
["test_protocolproxyservice .js" ]
1010
1011
skip-if = [
1011
1012
" os == 'mac' && os_version == '11.20' && arch == 'aarch64'" , # bug 1707738
1013
+ " os == 'mac' && os_version == '15.30' && arch == 'aarch64'" , # bug 1707738
1012
1014
" tsan && socketprocess_networking" , # Bug 1808235
1013
1015
]
1014
1016
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ skip-if = [
45
45
" os == 'mac' && os_version == '10.15' && processor == 'x86_64'" , # Bug 1713329
46
46
" os == 'mac' && os_version == '11.20' && arch == 'aarch64'" , # Bug 1707747
47
47
" os == 'mac' && os_version == '14.70' && processor == 'x86_64'" , # Bug 1929422
48
+ " os == 'mac' && os_version == '15.30' && arch == 'aarch64'" , # Bug 1707747
48
49
]
49
50
50
51
["test_PingAPI .js" ]
@@ -159,6 +160,7 @@ skip-if = [
159
160
" win11_2009 && bits == 32 && !debug" , # Bug 1781452
160
161
" os == 'linux' && !debug" , # Bug 1781452
161
162
" os == 'mac' && os_version == '14.70' && processor == 'x86_64'" , # Bug 1929422
163
+ " os == 'mac' && os_version == '15.30' && arch == 'aarch64'" , # Bug 1707747
162
164
]
163
165
164
166
["test_UtilityScalars .js" ]
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ skip-if = [
114
114
" os == 'mac' && os_version == '10.15' && processor == 'x86_64'" ,
115
115
" os == 'mac' && os_version == '14.70' && processor == 'x86_64'" ,
116
116
" os == 'mac' && os_version == '11.20' && arch == 'aarch64'" ,
117
+ " os == 'mac' && os_version == '15.30' && arch == 'aarch64'" ,
117
118
" os == 'linux' && os_version == '18.04' && bits == 32" ,
118
119
]
119
120
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ run-sequentially = "very high failure rate in parallel"
18
18
["test_subprocess_connectRunning .js" ]
19
19
skip-if = [
20
20
" os == 'mac' && os_version == '11.20' && arch == 'aarch64'" , # Bug 1936343
21
+ " os == 'mac' && os_version == '15.30' && arch == 'aarch64'" , # Bug 1936343
21
22
]
22
23
23
24
["test_subprocess_getEnvironment .js" ]
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ skip-if = [
40
40
" os == 'mac' && os_version == '10.15' && processor == 'x86_64'" , # osx: Bug 1550141
41
41
" os == 'mac' && os_version == '11.20' && arch == 'aarch64'" , # osx: Bug 1550141
42
42
" os == 'mac' && os_version == '14.70' && processor == 'x86_64'" , # Bug 1929423
43
+ " os == 'mac' && os_version == '15.30' && arch == 'aarch64'" , # osx: Bug 1550141
43
44
]
44
45
45
46
["test_E10SUtils_getRemoteTypeForURIObject .js" ]
You can’t perform that action at this time.
0 commit comments