[lldb/Test] Enable TestGdbRemoteThreadsInfoMemory.py on Windows.
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 6 Apr 2020 21:28:27 +0000 (14:28 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 6 Apr 2020 21:29:09 +0000 (14:29 -0700)
This test is currently XFAILed but is passing on the Windows bot.

lldb/test/API/tools/lldb-server/threads-info/TestGdbRemoteThreadsInfoMemory.py

index 32bb765..405221e 100644 (file)
@@ -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):