[Lldb-commits] [lldb] 40501f1 - buildbot-based-debugging a Microsoft lldb test XPASS

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 4 14:38:47 PDT 2022


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()


        


More information about the lldb-commits mailing list