Skip to content

Commit daea66a

Browse files
[lldb] Disable TestPublicAPIHeaders.py under asan
This test builds an executable linked against just-built LLDB libraries. This is making it find the just-built sanitizer libraries, instead of the sdk ones.
1 parent 417d34b commit daea66a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/api/check_public_api_headers/TestPublicAPIHeaders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from lldbsuite.test import lldbutil
99

1010

11+
@skipIfAsan
1112
@skipIfNoSBHeaders
1213
@skipIfRemote
1314
@skipUnlessDarwin

0 commit comments

Comments
 (0)