Skip to content

Commit 059105c

Browse files
author
git apple-llvm automerger
committed
Merge commit 'ce135796f52d' from swift/release/6.1 into stable/20240723
2 parents 5de5180 + ce13579 commit 059105c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test(self):
1919
self.asan_tests()
2020

2121
@skipIf(oslist=no_match(["macosx"]))
22+
@skipIfDarwin # rdar://142836595
2223
def test_libsanitizers_asan(self):
2324
try:
2425
self.build(make_targets=["libsanitizers"])

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def test(self):
2020
self.asan_tests()
2121

2222
@skipIf(oslist=no_match(["macosx"]))
23+
@skipIfDarwin # rdar://142836595
2324
def test_libsanitizers_asan(self):
2425
try:
2526
self.build(make_targets=["libsanitizers"])

0 commit comments

Comments
 (0)