File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
macCatalystAppMacOSFramework Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ class TestMacCatalyst(TestBase):
13
13
@skipIf (macos_version = ["<" , "10.15" ])
14
14
@skipUnlessDarwin
15
15
@skipIfDarwinEmbedded
16
- @skipIfReproducer # This is hitting https://bugs.python.org/issue22393
17
16
def test_macabi (self ):
18
17
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
19
18
self .build ()
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class TestMacCatalystAppWithMacOSFramework(TestBase):
15
15
@skipIfDarwinEmbedded
16
16
# There is a Clang driver change missing on llvm.org.
17
17
@expectedFailureAll (bugnumber = "rdar://problem/54986190>" )
18
- @skipIfReproducer # This is hitting https://bugs.python.org/issue22393
19
18
def test (self ):
20
19
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
21
20
self .build ()
You can’t perform that action at this time.
0 commit comments