Author: David Blaikie
Date: 2022-10-04T21:38:33Z
New Revision: 40501f1b4139e472094ac0d4102923d2730515a1

URL: 
https://github.com/llvm/llvm-project/commit/40501f1b4139e472094ac0d4102923d2730515a1
DIFF: 
https://github.com/llvm/llvm-project/commit/40501f1b4139e472094ac0d4102923d2730515a1.diff

LOG: buildbot-based-debugging a Microsoft lldb test XPASS

Let's see if it's been fixed by my recent ABI fixes...

Added: 
    

Modified: 
    lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py 
b/lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py
index 8ef0654b6444..e89ba6b7b62f 100644
--- a/lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py
+++ b/lldb/test/API/commands/expression/xvalue/TestXValuePrinting.py
@@ -5,7 +5,6 @@
 
 class ExprXValuePrintingTestCase(TestBase):
 
-    @expectedFailureAll(oslist=["windows"], archs=["i[3-6]86", "x86_64"], 
bugnumber="llvm.org/pr21765")
     def test(self):
         """Printing an xvalue should work."""
         self.build()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to