Author: Michael Buch Date: 2025-10-02T13:30:43+01:00 New Revision: 86ba1986a29478681ddc64af7d08fdff390b00e8
URL: https://github.com/llvm/llvm-project/commit/86ba1986a29478681ddc64af7d08fdff390b00e8 DIFF: https://github.com/llvm/llvm-project/commit/86ba1986a29478681ddc64af7d08fdff390b00e8.diff LOG: [lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang versions Fixed in https://github.com/llvm/llvm-project/pull/156033 Added: Modified: lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py index 1e920faab6397..45f7b5be465c5 100644 --- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py +++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py @@ -124,11 +124,6 @@ def do_test_ptr(self): self.check_ptr_ptr("ptr5") self.check_ptr_ptr("ptr6") - @expectedFailureAll( - bugnumber="https://github.com/llvm/llvm-project/issues/146040", - compiler="clang", - compiler_version=["<", "21"], - ) @add_test_categories(["libc++"]) def test_ptr_libcxx(self): self.build(dictionary={"USE_LIBCPP": 1}) _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
