Skip to content

Commit 2f99059

Browse files
committed
[lldb/Test] Skip TestMacABImacOSFramework.py with reproducers
This test is hitting https://bugs.python.org/issue22393 which results in the lit multiprocessing pool deadlocking and the reproducer job timing out on GreenDragon.
1 parent b0bc773 commit 2f99059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class TestMacABImacOSFramework(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
1819
def test_macabi(self):
1920
"""Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
2021
self.build()

0 commit comments

Comments
 (0)