[lldb] [test] Mark three new tests XFAIL on NetBSD

llvm-svn: 367228
This commit is contained in:
Michal Gorny 2019-07-29 14:32:40 +00:00
parent e9ee7b47d4
commit e0ab4c8ee4
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class ExecTestCase(TestBase):
@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
@expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://problem/34559552") # this exec test has problems on ios systems
@expectedFailureNetBSD
@skipIfSanitized # rdar://problem/43756823
@skipIfWindows
def test_hitting_exec (self):
@ -27,6 +28,7 @@ class ExecTestCase(TestBase):
@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
@expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://problem/34559552") # this exec test has problems on ios systems
@expectedFailureNetBSD
@skipIfSanitized # rdar://problem/43756823
@skipIfWindows
def test_skipping_exec (self):

View File

@ -19,6 +19,7 @@ class HandleAbortTestCase(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@skipIfWindows # signals do not exist on Windows
@expectedFailureNetBSD
def test_inferior_handle_sigabrt(self):
"""Inferior calls abort() and handles the resultant SIGABRT.
Stopped at a breakpoint in the handler, verify that the backtrace