forked from OSchip/llvm-project
XFAIL TestHandleSegv on FreeBSD
We need to apply to FreeBSD a change equivalent to r238549. llvm.org/pr23699 llvm-svn: 238615
This commit is contained in:
parent
a8c168db7f
commit
0b8bbc6dfd
|
@ -14,6 +14,7 @@ class HandleSegvTestCase(TestBase):
|
|||
|
||||
@skipIfWindows # signals do not exist on Windows
|
||||
@skipIfDarwin
|
||||
@expectedFailureFreeBSD("llvm.org/23699 SIGSEGV is reported as exception, not signal")
|
||||
def test_inferior_handle_sigsegv_with_dwarf(self):
|
||||
self.buildDefault()
|
||||
exe = os.path.join(os.getcwd(), "a.out")
|
||||
|
|
Loading…
Reference in New Issue