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 de19f7b commit 2e007b8Copy full SHA for 2e007b8
lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py
@@ -18,6 +18,7 @@ class AttachDeniedTestCase(TestBase):
18
@skipIfWindows
19
@skipIfiOSSimulator
20
@skipIfDarwinEmbedded # ptrace(ATTACH_REQUEST...) won't work on ios/tvos/etc
21
+ @skipIfAsan # Times out inconsistently under asan
22
def test_attach_to_process_by_id_denied(self):
23
"""Test attach by process id denied"""
24
self.build()
0 commit comments