diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-03-08 22:41:14 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-03-08 22:41:14 +0000 |
commit | 942e6c7c9e36b7d71ad04d323ddb5c15c100b13b (patch) | |
tree | 1fb0441907988b8b98aaf4825c99add6006ff38c /lldb/packages/Python/lldbsuite/test | |
parent | 53d39947199cdaf4dee3dc304f021a8fe880a993 (diff) | |
download | bcm5719-llvm-942e6c7c9e36b7d71ad04d323ddb5c15c100b13b.tar.gz bcm5719-llvm-942e6c7c9e36b7d71ad04d323ddb5c15c100b13b.zip |
[lldb] [test] Skip broken NetBSD core test
Apparently the problem is harder than anticipated. Skip the test for
now to fix buildbots.
llvm-svn: 355750
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py index 55651d5b5bb..15af9617754 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py @@ -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.""" |