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 ce13579 commit acd8afdCopy full SHA for acd8afd
lldb/test/API/functionalities/asan/TestMemoryHistory.py
@@ -13,6 +13,7 @@
13
class AsanTestCase(TestBase):
14
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
15
@expectedFailureNetBSD
16
+ @skipIfDarwin # rdar://142836595
17
@skipUnlessAddressSanitizer
18
def test(self):
19
self.build(make_targets=["asan"])
0 commit comments