[Lldb-commits] [lldb] 1b7560b - [lldb/Test] Enable TestGdbRemoteThreadsInfoMemory.py on Windows.
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 6 14:29:19 PDT 2020
Author: Jonas Devlieghere
Date: 2020-04-06T14:29:09-07:00
New Revision: 1b7560b877217adc828ed5c8d7818e14dccc7378
URL: https://github.com/llvm/llvm-project/commit/1b7560b877217adc828ed5c8d7818e14dccc7378
DIFF: https://github.com/llvm/llvm-project/commit/1b7560b877217adc828ed5c8d7818e14dccc7378.diff
LOG: [lldb/Test] Enable TestGdbRemoteThreadsInfoMemory.py on Windows.
This test is currently XFAILed but is passing on the Windows bot.
Added:
Modified:
lldb/test/API/tools/lldb-server/threads-info/TestGdbRemoteThreadsInfoMemory.py
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-server/threads-info/TestGdbRemoteThreadsInfoMemory.py b/lldb/test/API/tools/lldb-server/threads-info/TestGdbRemoteThreadsInfoMemory.py
index 32bb765e390d..405221e9dc59 100644
--- a/lldb/test/API/tools/lldb-server/threads-info/TestGdbRemoteThreadsInfoMemory.py
+++ b/lldb/test/API/tools/lldb-server/threads-info/TestGdbRemoteThreadsInfoMemory.py
@@ -89,7 +89,6 @@ def threadsInfoStackCorrect(self):
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):
More information about the lldb-commits
mailing list