[all-commits] [llvm/llvm-project] 49d7c5: [lldb][test] Combine libstdc++ and libc++ std::map...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon Jul 7 01:14:31 PDT 2025


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

  Changed paths:
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/TestDataFormatterStdMap.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/map/main.cpp
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/main.cpp
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/main.cpp

  Log Message:
  -----------
  [lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#147174)

This combines the libc++ and libstdc++ test cases. The libstdcpp tests
were a subset of the libc++ test, so this patch moves the libcxx test
into generic and removes the libstdcpp test entirely.

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