[libcxx-commits] [libcxx] [lldb] [libc++] Make `__wrap_iter` comparison operators hidden friends (PR #179590)
Michael Buch via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 17 02:08:53 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):
----------------
Michael137 wrote:
What I was suggesting is that we move the failing cases into a new `test_xfail` method. The diff doesn't make it very obvious but you can just run `patch -p1 < my-patch.diff` and it should apply cleanly.
Let me know if you want me to commit it separately so you don't have to do it as part of this commit.
https://github.com/llvm/llvm-project/pull/179590
More information about the libcxx-commits
mailing list