llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Dave Lee (kastiglione) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/182138.diff 2 Files Affected: - (modified) lldb/test/API/debuginfod/Normal/TestDebuginfod.py (+1) - (modified) lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py (+2) ``````````diff 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 [ `````````` </details> https://github.com/llvm/llvm-project/pull/182138 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
