Author: Med Ismail Bennani
Date: 2022-05-12T16:54:23-07:00
New Revision: 8b9caad8eb449c1dc4df13e566a5f6c59de9be7c

URL: 
https://github.com/llvm/llvm-project/commit/8b9caad8eb449c1dc4df13e566a5f6c59de9be7c
DIFF: 
https://github.com/llvm/llvm-project/commit/8b9caad8eb449c1dc4df13e566a5f6c59de9be7c.diff

LOG: [lldb/test] Skip TestCppIncompleteTypeMembers.py on Darwin (NFC)

This skips `TestCppIncompleteTypeMembers.py` on Darwin platforms since
it requires `-flimit-debug-info` which is not supported.

This should fix the Green Dragon bot test run:

https://green.lab.llvm.org/green/job/lldb-cmake/43678

Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com>

Added: 
    

Modified: 
    
lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
 
b/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
index 3d6df0295e588..0f97088851d6a 100644
--- 
a/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
+++ 
b/lldb/test/API/lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py
@@ -13,6 +13,7 @@ class TestCppIncompleteTypeMembers(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
+    @skipIfDarwin
     def test(self):
         self.build()
         lldbutil.run_to_source_breakpoint(self, "// break here",


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to