Skip to content

Commit 72b45f8

Browse files
committed
[lldb][test] Disable lldb-server tests on Linux
While #161510 is dealt with.
1 parent a1db40f commit 72b45f8

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)