https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/182138
None >From ea04225b3ab36e05c88faa62e9fd8ec9f7c0eeb8 Mon Sep 17 00:00:00 2001 From: Dave Lee <[email protected]> Date: Wed, 18 Feb 2026 12:56:17 -0800 Subject: [PATCH] [lldb] Disable shared builds in two more tests --- lldb/test/API/debuginfod/Normal/TestDebuginfod.py | 1 + lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lldb/test/API/debuginfod/Normal/TestDebuginfod.py b/lldb/test/API/debuginfod/Normal/TestDebuginfod.py index 1860c56ef3e99..9e910fa3e0823 100644 --- a/lldb/test/API/debuginfod/Normal/TestDebuginfod.py +++ b/lldb/test/API/debuginfod/Normal/TestDebuginfod.py @@ -21,6 +21,7 @@ class DebugInfodTests(TestBase): # No need to try every flavor of debug inf. NO_DEBUG_INFO_TESTCASE = True + SHARED_BUILD_TESTCASE = False @skipUnlessPlatform(["linux", "freebsd"]) def test_normal_no_symbols(self): diff --git a/lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py b/lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py index beb0ecf1b3484..a45d4c04db06a 100644 --- a/lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py +++ b/lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py @@ -5,6 +5,8 @@ class TestGdbRemoteForkNonStop(GdbRemoteForkTestBase): + SHARED_BUILD_TESTCASE = False + def setUp(self): GdbRemoteForkTestBase.setUp(self) if self.getPlatform() == "linux" and self.getArchitecture() in [ _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
