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

Reply via email to