[lldb] [test] Skip broken NetBSD core test
authorMichal Gorny <mgorny@gentoo.org>
Fri, 8 Mar 2019 22:41:14 +0000 (22:41 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Fri, 8 Mar 2019 22:41:14 +0000 (22:41 +0000)
Apparently the problem is harder than anticipated.  Skip the test for
now to fix buildbots.

llvm-svn: 355750

lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py

index 55651d5..15af961 100644 (file)
@@ -219,6 +219,7 @@ class NetBSD2LWPProcessSigCoreTestCase(NetBSDCoreCommonTestCase):
         self.assertEqual(thread.GetStopReasonDataCount(), 1)
         self.assertEqual(thread.GetStopReasonDataAtIndex(0), signal.SIGSEGV)
 
+    @skipIf  # TODO: fails with non-netbsd libc
     @skipIfLLVMTargetMissing("X86")
     def test_amd64(self):
         """Test double-threaded amd64 core dump where process is signalled."""