Skip to content

Commit 7dd7110

Browse files
authored
Merge pull request #1618 from adrian-prantl/noskiprepro
Remove nonfunctional decorator on 5.3 branch
2 parents 83be797 + 2d35f15 commit 7dd7110

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)