[Lldb-commits] [lldb] 30e7df0 - [lldb] XFAIL TestTypeGetModule.py (temporarily)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 29 18:38:30 PDT 2020
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)
More information about the lldb-commits
mailing list