[Lldb-commits] [lldb] [lldb][test] Disable TestLldbGdbServer.py on Linux temporarily (PR #161868)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 3 08:54:11 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
While #<!-- -->161510 is dealt with.
---
Full diff: https://github.com/llvm/llvm-project/pull/161868.diff
1 Files Affected:
- (modified) lldb/test/API/tools/lldb-server/TestLldbGdbServer.py (+3-1)
``````````diff
diff --git a/lldb/test/API/tools/lldb-server/TestLldbGdbServer.py b/lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
index c01f6d83fafe5..f1c0519ae56d8 100644
--- a/lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
+++ b/lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
@@ -22,7 +22,9 @@
from lldbsuite.test.lldbdwarf import *
from lldbsuite.test import lldbutil, lldbplatformutil
-
+# On Linux systems with Yama ptrace_scope = 1 there is a race condition when the
+# debugee enables tracing. See https://github.com/llvm/llvm-project/issues/161510.
+ at skipIfLinux
class LldbGdbServerTestCase(
gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcodeParser
):
``````````
</details>
https://github.com/llvm/llvm-project/pull/161868
More information about the lldb-commits
mailing list