[Lldb-commits] [lldb] 2b5e302 - [lldb][windows] fix TestReplaceDLL.py reruns (#187002)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 17 05:40:33 PDT 2026
Author: Charles Zablit
Date: 2026-03-17T12:40:28Z
New Revision: 2b5e302627771d9a27c29ec3832b197286fb9938
URL: https://github.com/llvm/llvm-project/commit/2b5e302627771d9a27c29ec3832b197286fb9938
DIFF: https://github.com/llvm/llvm-project/commit/2b5e302627771d9a27c29ec3832b197286fb9938.diff
LOG: [lldb][windows] fix TestReplaceDLL.py reruns (#187002)
Added:
Modified:
lldb/test/API/windows/launch/replace-dll/TestReplaceDLL.py
Removed:
################################################################################
diff --git a/lldb/test/API/windows/launch/replace-dll/TestReplaceDLL.py b/lldb/test/API/windows/launch/replace-dll/TestReplaceDLL.py
index afa97cf4afe500..91111702169ae3 100644
--- a/lldb/test/API/windows/launch/replace-dll/TestReplaceDLL.py
+++ b/lldb/test/API/windows/launch/replace-dll/TestReplaceDLL.py
@@ -8,6 +8,8 @@
class ReplaceDllTestCase(TestBase):
+ SHARED_BUILD_TESTCASE = False
+
@skipUnlessWindows
def test(self):
"""
More information about the lldb-commits
mailing list