[Lldb-commits] [lldb] 2f99059 - [lldb/Test] Skip TestMacABImacOSFramework.py with reproducers

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 16 15:50:43 PDT 2020


Author: Jonas Devlieghere
Date: 2020-07-16T15:50:35-07:00
New Revision: 2f99059aa09247c4c904f55be52fc5e84a4ece60

URL: https://github.com/llvm/llvm-project/commit/2f99059aa09247c4c904f55be52fc5e84a4ece60
DIFF: https://github.com/llvm/llvm-project/commit/2f99059aa09247c4c904f55be52fc5e84a4ece60.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py b/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
index 5346b9904ce5..aff99e3e2804 100644
--- a/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
+++ b/lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
@@ -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()


        


More information about the lldb-commits mailing list