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 <[email protected]> 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) _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
