Skip to content

Commit 2e007b8

Browse files
[lldb] Skip TestAttachDenied under asan
Like many other tests, this one times out when run under the address sanitizer. To reduce noise, this commit skips it in those builds.
1 parent de19f7b commit 2e007b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class AttachDeniedTestCase(TestBase):
1818
@skipIfWindows
1919
@skipIfiOSSimulator
2020
@skipIfDarwinEmbedded # ptrace(ATTACH_REQUEST...) won't work on ios/tvos/etc
21+
@skipIfAsan # Times out inconsistently under asan
2122
def test_attach_to_process_by_id_denied(self):
2223
"""Test attach by process id denied"""
2324
self.build()

0 commit comments

Comments
 (0)