summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py')
-rw-r--r--lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py b/lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py
index e6a664a2065..6fbed172070 100644
--- a/lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py
+++ b/lldb/test/tools/lldb-gdbserver/TestGdbRemoteThreadsInStopReply.py
@@ -83,7 +83,6 @@ class TestGdbRemoteThreadsInStopReply(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
- @unittest2.expectedFailure()
def test_QListThreadsInStopReply_supported_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
@@ -105,7 +104,6 @@ class TestGdbRemoteThreadsInStopReply(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
- @unittest2.expectedFailure()
def test_stop_reply_reports_multiple_threads_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
@@ -127,8 +125,7 @@ class TestGdbRemoteThreadsInStopReply(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
- @unittest2.expectedFailure()
- def test_no_QThreadsInStopReply_supplies_no_threads_llgs_dwarf(self):
+ def test_no_QListThreadsInStopReply_supplies_no_threads_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
self.set_inferior_startup_launch()
@@ -164,7 +161,6 @@ class TestGdbRemoteThreadsInStopReply(gdbremote_testcase.GdbRemoteTestCaseBase):
@llgs_test
@dwarf_test
- @unittest2.expectedFailure()
def test_stop_reply_reports_correct_threads_llgs_dwarf(self):
self.init_llgs_test()
self.buildDwarf()
OpenPOWER on IntegriCloud