================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits