Skip to content

Commit 78c5d91

Browse files
[lldb][test] Disable TestLldbGdbServer.py on Linux temporarily (#161868)
While #161510 is dealt with.
1 parent 62791b4 commit 78c5d91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/test/API/tools/lldb-server/TestLldbGdbServer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
from lldbsuite.test.lldbdwarf import *
2323
from lldbsuite.test import lldbutil, lldbplatformutil
2424

25-
25+
# On Linux systems with Yama ptrace_scope = 1 there is a race condition when the
26+
# debugee enables tracing. See https://github.com/llvm/llvm-project/issues/161510.
27+
@skipIfLinux
2628
class LldbGdbServerTestCase(
2729
gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcodeParser
2830
):

0 commit comments

Comments
 (0)