[Lldb-commits] [lldb] [lldb] Disable shared build dir for TestDataFormatterStdMap.py (PR #182096)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 18 10:47:11 PST 2026


https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/182096

None

>From 9511e45543d4545e5fb5394480f36e392eec43ae Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Wed, 18 Feb 2026 10:46:55 -0800
Subject: [PATCH] [lldb] Disable shared build dir for
 TestDataFormatterStdMap.py

---
 .../data-formatter-stl/generic/map/TestDataFormatterStdMap.py    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/TestDataFormatterStdMap.py b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/TestDataFormatterStdMap.py
index ca2d2d6b49541..2a420d8ed58ae 100644
--- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/TestDataFormatterStdMap.py
+++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/TestDataFormatterStdMap.py
@@ -10,6 +10,7 @@
 
 class StdMapDataFormatterTestCase(TestBase):
     TEST_WITH_PDB_DEBUG_INFO = True
+    SHARED_BUILD_TESTCASE = False
 
     def setUp(self):
         TestBase.setUp(self)



More information about the lldb-commits mailing list