Author: Dave Lee
Date: 2026-02-18T10:57:04-08:00
New Revision: e58d3250aa0b2c29d06e75e352b52b85c0f62e85

URL: 
https://github.com/llvm/llvm-project/commit/e58d3250aa0b2c29d06e75e352b52b85c0f62e85
DIFF: 
https://github.com/llvm/llvm-project/commit/e58d3250aa0b2c29d06e75e352b52b85c0f62e85.diff

LOG: [lldb] Disable shared build dir for TestDataFormatterStdMap.py (#182096)

Follow up to #181720. This test failed on builder lldb-x86_64-debian.

Added: 
    

Modified: 
    
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/TestDataFormatterStdMap.py

Removed: 
    


################################################################################
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)


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to