[libcxx-commits] [libcxx] [lldb] [libc++] Make `__wrap_iter` comparison operators hidden friends (PR #179590)

William Tran-Viet via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 17 05:28:42 PST 2026


================
@@ -10,8 +10,8 @@
 class TestCase(TestBase):
     @add_test_categories(["libc++"])
     @skipIf(compiler=no_match("clang"))
-    @skipIf(macos_version=["<", "15.0"])
-    def test(self):
+    @expectedFailureAll(bugnumber="https://github.com/llvm/llvm-project/issues/149477")
+    def test_xfail(self):
----------------
smallp-o-p wrote:

Fixed, sorry about that!

https://github.com/llvm/llvm-project/pull/179590


More information about the libcxx-commits mailing list