Skip to content

Commit 0fc529a

Browse files
authored
Merge pull request #10128 from adrian-prantl/skip-memhistory
Temporarily skip test that fails on bots
2 parents ce13579 + acd8afd commit 0fc529a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/asan/TestMemoryHistory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
class AsanTestCase(TestBase):
1414
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
1515
@expectedFailureNetBSD
16+
@skipIfDarwin # rdar://142836595
1617
@skipUnlessAddressSanitizer
1718
def test(self):
1819
self.build(make_targets=["asan"])

0 commit comments

Comments
 (0)