forked from OSchip/llvm-project
[lldb/Test] Enable TestGdbRemoteThreadsInfoMemory.py on Windows.
This test is currently XFAILed but is passing on the Windows bot.
This commit is contained in:
parent
5aead592f0
commit
1b7560b877
|
@ -89,7 +89,6 @@ class TestGdbRemoteThreadsInfoMemory(gdbremote_testcase.GdbRemoteTestCaseBase):
|
|||
self.assertEqual(encode_hex(next_fp) + encode_hex(0xf00d),
|
||||
chunks[2]["bytes"])
|
||||
|
||||
@expectedFailureAll(oslist=["windows"])
|
||||
@skipIfNetBSD
|
||||
@llgs_test
|
||||
def test_g_returns_correct_data_with_suffix_llgs(self):
|
||||
|
|
Loading…
Reference in New Issue