This is to track the progress of fixing all failed tests when only using native PDB plugin (-DLLVM_ENABLE_DIA_SDK=NO).
Currently, there are 12 failed tests and 1 unexpected passed tests.
Failed Tests (12):
lldb-shell :: Expr/nodefaultlib.cpp
lldb-shell :: SymbolFile/DWARF/dwo-static-data-member-access.test
lldb-shell :: SymbolFile/PDB/class-layout.test
lldb-shell :: SymbolFile/PDB/enums-layout.test
lldb-shell :: SymbolFile/PDB/expressions.test
lldb-shell :: SymbolFile/PDB/func-symbols.test
lldb-shell :: SymbolFile/PDB/pointers.test
lldb-shell :: SymbolFile/PDB/type-quals.test
lldb-shell :: SymbolFile/PDB/typedefs.test
lldb-shell :: SymbolFile/PDB/udt-layout.test
lldb-shell :: SymbolFile/PDB/variables.test
lldb-shell :: Unwind/windows-unaligned-x86_64.test
********************
Unexpectedly Passed Tests (1):
lldb-shell :: Commands/command-disassemble-mixed.c
Here are the causes for those failed tests:
Once those tests are fixed, we might be able to proceed with removing PDB plugin.
This is to track the progress of fixing all failed tests when only using native PDB plugin (
-DLLVM_ENABLE_DIA_SDK=NO).Currently, there are 12 failed tests and 1 unexpected passed tests.
Here are the causes for those failed tests:
class-layout.test,enums-layout.test,func-symbols.test,pointers.testexpressions.testpointers.test,type-quals.test,typedefs.testudt-layout.testvariables.testwindows-unaligned-x86_64.test,nodefaultlib.cpp,dwo-static-data-member-access.testOnce those tests are fixed, we might be able to proceed with removing PDB plugin.