Skip to content

Commit ce13579

Browse files
authored
Merge pull request llvm#10099 from swiftlang/eng/m_borsa/skip_lldb_swift_libsanitizers_memhistory_test_release
🍒 Skip more LLDB Swift ASAN libsanitizer tests
2 parents d59b035 + db71346 commit ce13579

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)