[all-commits] [llvm/llvm-project] 8959ce: [lldb] Trying to fix windows buildbots after #7478...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Fri Dec 15 03:55:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8959cef135d06e83a5fc02e09b532df21f4285d9
https://github.com/llvm/llvm-project/commit/8959cef135d06e83a5fc02e09b532df21f4285d9
Author: Greg Clayton <gclayton at fb.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
M lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py
M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
Log Message:
-----------
[lldb] Trying to fix windows buildbots after #74786 (#75566)
This patch fixes the SymbolFilePDBTests::TestMaxMatches(...) by making
it test what it was testing before, see comments in the test case for
details.
It also disables TestUniqueTypes4.py for now until we can debug or fix
why it isn't working.
More information about the All-commits
mailing list