[Lldb-commits] [PATCH] D70335: [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILs
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 16 07:40:15 PST 2019
krytarowski added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py:33
@skipIfWindows # the test is not updated for Windows.
+ @skipIfNetBSD # build failure due to pthread_setname_np prototype
@llgs_test
----------------
Can we fix the prototype in use on NetBSD?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70335/new/
https://reviews.llvm.org/D70335
More information about the lldb-commits
mailing list