[all-commits] [llvm/llvm-project] 17c6c8: [LLDB] Skip TestMultipleSlides.py on Windows (#165...
nerix via All-commits
all-commits at lists.llvm.org
Wed Oct 29 11:48:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17c6c8da56f6d34ddf8f8162b1b730a158bc8019
https://github.com/llvm/llvm-project/commit/17c6c8da56f6d34ddf8f8162b1b730a158bc8019
Author: nerix <nerixdev at outlook.de>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
M lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py
Log Message:
-----------
[LLDB] Skip TestMultipleSlides.py on Windows (#165604)
After the default PDB plugin changed to the native one (#165363), this
test failed, because it uses the size of public symbols and the native
plugin sets the size to 0 (as PDB doesn't include this information
explicitly). A PDB was built because the final executable in that test
was linked with `-gdwarf`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list