summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.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/TestGdbRemoteThreadsInStopReply.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/TestGdbRemoteThreadsInStopReply.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
index 4effc154d2d..b47ac98f2f8 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
@@ -211,6 +211,7 @@ class TestGdbRemoteThreadsInStopReply(
# to handle the exception debug event. So one more stop thread will be notified to the
# delegate, e.g. llgs. So tests below to assert the stop threads number will all fail.
@expectedFailureAll(oslist=["windows"])
+ @skipIfNetBSD
@llgs_test
def test_stop_reply_reports_multiple_threads_llgs(self):
self.init_llgs_test()
@@ -233,6 +234,7 @@ class TestGdbRemoteThreadsInStopReply(
self.no_QListThreadsInStopReply_supplies_no_threads(5)
@expectedFailureAll(oslist=["windows"])
+ @skipIfNetBSD
@llgs_test
def test_no_QListThreadsInStopReply_supplies_no_threads_llgs(self):
self.init_llgs_test()
@@ -271,6 +273,7 @@ class TestGdbRemoteThreadsInStopReply(
self.stop_reply_reports_correct_threads(5)
@expectedFailureAll(oslist=["windows"])
+ @skipIfNetBSD
@llgs_test
def test_stop_reply_reports_correct_threads_llgs(self):
self.init_llgs_test()
@@ -296,6 +299,7 @@ class TestGdbRemoteThreadsInStopReply(
== int(threads_info_pcs[thread_id], 16))
@expectedFailureAll(oslist=["windows"])
+ @skipIfNetBSD
@llgs_test
def test_stop_reply_contains_thread_pcs_llgs(self):
self.init_llgs_test()
OpenPOWER on IntegriCloud