We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62791b4 commit 78c5d91Copy full SHA for 78c5d91
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
@@ -22,7 +22,9 @@
22
from lldbsuite.test.lldbdwarf import *
23
from lldbsuite.test import lldbutil, lldbplatformutil
24
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
28
class LldbGdbServerTestCase(
29
gdbremote_testcase.GdbRemoteTestCaseBase, DwarfOpcodeParser
30
):
0 commit comments