[Lldb-commits] [PATCH] D49018: Convert a location information from PDB to a DWARF expression
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 16 00:47:17 PDT 2018
aleksandr.urakov added a comment.
This doesn't look like the cause, the test fails for me without this patch... Here is my tests output for PDB folder:
-- Testing: 10 tests, 8 threads --
FAIL: lldb :: SymbolFile/PDB/enums-layout.test (1 of 10)
FAIL: lldb :: SymbolFile/PDB/typedefs.test (2 of 10)
FAIL: lldb :: SymbolFile/PDB/type-quals.test (3 of 10)
PASS: lldb :: SymbolFile/PDB/function-nested-block.test (4 of 10)
PASS: lldb :: SymbolFile/PDB/function-level-linking.test (5 of 10)
FAIL: lldb :: SymbolFile/PDB/func-symbols.test (6 of 10)
FAIL: lldb :: SymbolFile/PDB/variables.test (7 of 10)
FAIL: lldb :: SymbolFile/PDB/variables-locations.test (8 of 10)
FAIL: lldb :: SymbolFile/PDB/udt-completion.test (9 of 10)
PASS: lldb :: SymbolFile/PDB/compilands.test (10 of 10)
Testing Time: 23.51s
********************
Failing Tests (7):
lldb :: SymbolFile/PDB/enums-layout.test
lldb :: SymbolFile/PDB/func-symbols.test
lldb :: SymbolFile/PDB/type-quals.test
lldb :: SymbolFile/PDB/typedefs.test
lldb :: SymbolFile/PDB/udt-completion.test
lldb :: SymbolFile/PDB/variables-locations.test
lldb :: SymbolFile/PDB/variables.test
Expected Passes : 3
Unexpected Failures: 7
Repository:
rL LLVM
https://reviews.llvm.org/D49018
More information about the lldb-commits
mailing list