forked from OSchip/llvm-project
[lldb] [test] Un-skip one of TestRaise signals on fbsd
This commit is contained in:
parent
ac3587f272
commit
1ba9cedd0a
|
@ -24,7 +24,6 @@ class RaiseTestCase(TestBase):
|
|||
# scenario: https://llvm.org/bugs/show_bug.cgi?id=23574
|
||||
|
||||
@skipIfDarwin # darwin does not support real time signals
|
||||
@skipIfFreeBSD # hangs
|
||||
@skipIfTargetAndroid()
|
||||
def test_sigsigrtmin(self):
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue