@@ -58,6 +58,8 @@ def get_pid(self):
5858 @skipIfWindows
5959 @expectedFailureNetBSD
6060 @expectedFailureDarwin # No signals delivered
61+ @expectedFailureAll (oslist = ["freebsd" ],
62+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
6163 @skipIfAsan # Times out under asan
6264 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
6365 def test_signal_process_without_tid (self ):
@@ -85,6 +87,8 @@ def test_signal_one_thread(self):
8587
8688 @skipIfWindows
8789 @expectedFailureNetBSD
90+ @expectedFailureAll (oslist = ["freebsd" ],
91+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
8892 @expectedFailureDarwin # Only one signal delivered
8993 @skipIfAsan # Times out under asan
9094 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
@@ -102,6 +106,8 @@ def test_signal_all_threads(self):
102106
103107 @skipIfWindows
104108 @expectedFailureNetBSD
109+ @expectedFailureAll (oslist = ["freebsd" ],
110+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
105111 @add_test_categories (["llgs" ])
106112 @skipIfAsan # Times out under asan
107113 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
@@ -118,6 +124,8 @@ def test_signal_process_by_pid(self):
118124
119125 @skipIfWindows
120126 @expectedFailureNetBSD
127+ @expectedFailureAll (oslist = ["freebsd" ],
128+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
121129 @add_test_categories (["llgs" ])
122130 @skipIfAsan # Times out under asan
123131 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
@@ -133,6 +141,8 @@ def test_signal_process_minus_one(self):
133141
134142 @skipIfWindows
135143 @expectedFailureNetBSD
144+ @expectedFailureAll (oslist = ["freebsd" ],
145+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
136146 @add_test_categories (["llgs" ])
137147 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
138148 def test_signal_minus_one (self ):
@@ -146,6 +156,8 @@ def test_signal_minus_one(self):
146156
147157 @skipIfWindows
148158 @expectedFailureNetBSD
159+ @expectedFailureAll (oslist = ["freebsd" ],
160+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
149161 @add_test_categories (["llgs" ])
150162 @skipIfAsan # Times out under asan
151163 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
@@ -164,6 +176,8 @@ def test_signal_all_threads_by_pid(self):
164176
165177 @skipIfWindows
166178 @expectedFailureNetBSD
179+ @expectedFailureAll (oslist = ["freebsd" ],
180+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
167181 @add_test_categories (["llgs" ])
168182 @skipIfAsan # Times out under asan
169183 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
@@ -180,6 +194,8 @@ def test_signal_minus_one_by_pid(self):
180194
181195 @skipIfWindows
182196 @expectedFailureNetBSD
197+ @expectedFailureAll (oslist = ["freebsd" ],
198+ bugnumber = "github.com/llvm/llvm-project/issues/56086" )
183199 @add_test_categories (["llgs" ])
184200 @skipIfAsan # Times out under asan
185201 @skipIf (oslist = ["linux" ], archs = ["arm" , "aarch64" ]) # Randomly fails on buildbot
0 commit comments