[all-commits] [llvm/llvm-project] f1cee5: [lldb][test] Combine libstdc++ and libc++ iterator...
Michael Buch via All-commits
all-commits at lists.llvm.org
Fri Jul 11 01:35:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1cee58789ef49cf0a7cc081e539190edf15b92a
https://github.com/llvm/llvm-project/commit/f1cee58789ef49cf0a7cc081e539190edf15b92a
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/iterator/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/iterator/TestDataFormatterStdIterator.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/iterator/main.cpp
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/Makefile
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/main.cpp
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py
R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/main.cpp
Log Message:
-----------
[lldb][test] Combine libstdc++ and libc++ iterator tests into generic test (#147175)
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.
There are currently no formatters for libstdcpp
std::unorderd_map::iterator. So I removed those test-cases. We already
test them for libc++ in `libcxx/unordered_map-iterator`. And we test
`std::unordered_map` in `generic/unorderd`. So these test-cases would be
redundant.
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