Skip to content

Commit 86ba198

Browse files
committed
[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang versions
Fixed in #156033
1 parent 3537e8a commit 86ba198

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ def do_test_ptr(self):
124124
self.check_ptr_ptr("ptr5")
125125
self.check_ptr_ptr("ptr6")
126126

127-
@expectedFailureAll(
128-
bugnumber="https://github.com/llvm/llvm-project/issues/146040",
129-
compiler="clang",
130-
compiler_version=["<", "21"],
131-
)
132127
@add_test_categories(["libc++"])
133128
def test_ptr_libcxx(self):
134129
self.build(dictionary={"USE_LIBCPP": 1})

0 commit comments

Comments
 (0)