Author: Jonas Devlieghere
Date: 2020-10-29T18:37:46-07:00
New Revision: 30e7df0d58542ad35d517eace70a4cea40e6fa7a

URL: 
https://github.com/llvm/llvm-project/commit/30e7df0d58542ad35d517eace70a4cea40e6fa7a
DIFF: 
https://github.com/llvm/llvm-project/commit/30e7df0d58542ad35d517eace70a4cea40e6fa7a.diff

LOG: [lldb] XFAIL TestTypeGetModule.py (temporarily)

Temporarily XFAIL'ing TestTypeGetModule.py while the DWO failure is
being investigated.

Added: 
    

Modified: 
    lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py 
b/lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py
index 14edc0a14675..80ce005e7ed1 100644
--- a/lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py
+++ b/lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py
@@ -58,6 +58,7 @@ def find_type(self, type_list, name):
 
         return result
 
+    @expectedFailureAll(debug_info=["dwo"])
     def test(self):
         self.build()
         target  = lldbutil.run_to_breakpoint_make_target(self)


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

Reply via email to