forked from OSchip/llvm-project
remove FreeBSD xfail decorator from TestExitDuringBreak
This test passes for me on FreeBSD 10 and 12(-CURRENT). llvm.org/pr18190 llvm-svn: 310624
This commit is contained in:
parent
d0c5bfa233
commit
e3842476de
|
@ -26,9 +26,6 @@ class ExitDuringBreakpointTestCase(TestBase):
|
|||
@expectedFailureAll(
|
||||
oslist=["linux"],
|
||||
bugnumber="llvm.org/pr15824 thread states not properly maintained")
|
||||
@expectedFailureAll(
|
||||
oslist=["freebsd"],
|
||||
bugnumber="llvm.org/pr18190 thread states not properly maintained")
|
||||
def test(self):
|
||||
"""Test thread exit during breakpoint handling."""
|
||||
self.build(dictionary=self.getBuildFlags())
|
||||
|
|
Loading…
Reference in New Issue