OSDN Git Service

[lldb/Test] Skip TestMacABImacOSFramework.py with reproducers
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 16 Jul 2020 22:49:22 +0000 (15:49 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 16 Jul 2020 22:50:35 +0000 (15:50 -0700)
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.

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

index 5346b99..aff99e3 100644 (file)
@@ -15,6 +15,7 @@ class TestMacABImacOSFramework(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_macabi(self):
         """Test the x86_64-apple-ios-macabi target linked against a macos dylib"""
         self.build()