summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-15 21:02:57 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-18 11:21:16 +0100
commite8924d6403eba06438f669e434eee11016f20a67 (patch)
tree88c02b7779aaf0fb80ec85906b8523ab50a234cd /lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
parenta433e7141fb3f697e6430437ee73b19076603c1b (diff)
downloadbcm5719-llvm-e8924d6403eba06438f669e434eee11016f20a67.tar.gz
bcm5719-llvm-e8924d6403eba06438f669e434eee11016f20a67.zip
[lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILs
Differential Revision: https://reviews.llvm.org/D70335
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
index 294eb96a07f..6a8246a91aa 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
@@ -30,6 +30,7 @@ class TestGdbRemoteThreadName(gdbremote_testcase.GdbRemoteTestCaseBase):
self.assertEqual(expected_name, kv_dict.get("name"))
@skipIfWindows # the test is not updated for Windows.
+ @skipIfNetBSD # build failure due to pthread_setname_np prototype
@llgs_test
def test(self):
""" Make sure lldb-server can retrieve inferior thread name"""
OpenPOWER on IntegriCloud