[all-commits] [llvm/llvm-project] 311d11: [LLDB] Run MSVC STL string(-view) tests with PDB (...

nerix via All-commits all-commits at lists.llvm.org
Fri Nov 7 05:17:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 311d115ed809724855f821616ed7aabab32896d4
      https://github.com/llvm/llvm-project/commit/311d115ed809724855f821616ed7aabab32896d4
  Author: nerix <nerixdev at outlook.de>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string/TestDataFormatterStdString.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string/TestDataFormatterStdU8String.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py

  Log Message:
  -----------
  [LLDB] Run MSVC STL string(-view) tests with PDB (#166833)

PDB doesn't include the typedefs for types, so all types use their full
name. For `std::string` and friends, this means they show up as
`std::basic_string<char, std::char_traits<char>, std::allocator<char>>`.

This PR updates the `std::{,w,u8,u16,u32}string(_view)` tests to account
for this and runs them with PDB.



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