mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user