[Lldb-commits] [lldb] r175917 - Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots.

Daniel Malea daniel.malea at intel.com
Fri Feb 22 12:23:34 PST 2013


Author: dmalea
Date: Fri Feb 22 14:23:34 2013
New Revision: 175917

URL: http://llvm.org/viewvc/llvm-project?rev=175917&view=rev
Log:
Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots.


Modified:
    lldb/trunk/test/lang/c/const_variables/TestConstVariables.py

Modified: lldb/trunk/test/lang/c/const_variables/TestConstVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/const_variables/TestConstVariables.py?rev=175917&r1=175916&r2=175917&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/const_variables/TestConstVariables.py (original)
+++ lldb/trunk/test/lang/c/const_variables/TestConstVariables.py Fri Feb 22 14:23:34 2013
@@ -16,6 +16,7 @@ class ConstVariableTestCase(TestBase):
         self.buildDsym()
         self.const_variable()
 
+    @expectedFailureLinux # Fix in review; test marked XFAIL to see if there's any other problems in buildbots
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test interpreted and JITted expressions on constant values."""





More information about the lldb-commits mailing list