forked from OSchip/llvm-project
[lldb] [test] Un-XFAIL lldb-server tests fixed on NetBSD
This commit is contained in:
parent
aa0e92e1f7
commit
3cd9a8b7dc
|
@ -675,7 +675,6 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcod
|
|||
self.Hg_switches_to_3_threads()
|
||||
|
||||
@expectedFailureAll(oslist=["windows"]) # expect 4 threads
|
||||
@expectedFailureNetBSD
|
||||
@llgs_test
|
||||
def test_Hg_switches_to_3_threads_launch_llgs(self):
|
||||
self.init_llgs_test()
|
||||
|
@ -1583,7 +1582,6 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcod
|
|||
self.P_and_p_thread_suffix_work()
|
||||
|
||||
@skipIfWindows
|
||||
@expectedFailureNetBSD
|
||||
@llgs_test
|
||||
def test_P_and_p_thread_suffix_work_llgs(self):
|
||||
self.init_llgs_test()
|
||||
|
|
Loading…
Reference in New Issue