[all-commits] [llvm/llvm-project] b7d473: [lldb][test] Combine libstdc++ and libc++ vector<b...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon Jul 7 00:40:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7d4735a0e2a65c27aa74a56e19020a34de790fe
      https://github.com/llvm/llvm-project/commit/b7d4735a0e2a65c27aa74a56e19020a34de790fe
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/vbool/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/vbool/TestDataFormatterStdVBool.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/vbool/main.cpp
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/Makefile
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/main.cpp
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/Makefile
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/main.cpp

  Log Message:
  -----------
  [lldb][test] Combine libstdc++ and libc++ vector<bool> tests into generic test (#147137)

The libc++ and libstdc++ tests were pretty much an exact copy of each
other. This test moves the libc++ test into generic removes it from
libstdc++. I moved the `GLIBCXX_DEBUG` case over from libstdcxx. For
some reason the libstdcxx test was skipped, but it passes on my Linux
machine. So I unskipped it for now.

Split out from https://github.com/llvm/llvm-project/pull/146740



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