Skip to content

Commit

Permalink
Merge commit '8cbcb6870920' from swift/release/5.3 into swift/master
Browse files Browse the repository at this point in the history
  • Loading branch information
git apple-llvm automerger committed Aug 6, 2020
2 parents 80b6177 + 8cbcb68 commit 03a20a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
Expand Up @@ -13,7 +13,6 @@ class TestMacCatalyst(TestBase):
@skipIf(macos_version=["<", "10.15"])
@skipUnlessDarwin
@skipIfDarwinEmbedded
@skipIfReproducer # This is hitting https://bugs.python.org/issue22393
def test_macabi(self):
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
self.build()
Expand Down
Expand Up @@ -15,7 +15,6 @@ class TestMacCatalystAppWithMacOSFramework(TestBase):
@skipIfDarwinEmbedded
# There is a Clang driver change missing on llvm.org.
@expectedFailureAll(bugnumber="rdar://problem/54986190>")
@skipIfReproducer # This is hitting https://bugs.python.org/issue22393
def test(self):
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
self.build()
Expand Down

0 comments on commit 03a20a7

Please sign in to comment.