Skip to content

Commit 03a20a7

Browse files
author
git apple-llvm automerger
committed
Merge commit '8cbcb6870920' from swift/release/5.3 into swift/master
2 parents 80b6177 + 8cbcb68 commit 03a20a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class TestMacCatalyst(TestBase):
1313
@skipIf(macos_version=["<", "10.15"])
1414
@skipUnlessDarwin
1515
@skipIfDarwinEmbedded
16-
@skipIfReproducer # This is hitting https://bugs.python.org/issue22393
1716
def test_macabi(self):
1817
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
1918
self.build()

lldb/test/API/macosx/macCatalystAppMacOSFramework/TestMacCatalystAppWithMacOSFramework.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class TestMacCatalystAppWithMacOSFramework(TestBase):
1515
@skipIfDarwinEmbedded
1616
# There is a Clang driver change missing on llvm.org.
1717
@expectedFailureAll(bugnumber="rdar://problem/54986190>")
18-
@skipIfReproducer # This is hitting https://bugs.python.org/issue22393
1918
def test(self):
2019
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
2120
self.build()

0 commit comments

Comments
 (0)