Mark last known Linux failure as XFAIL to see if there's any other problems with...
authorDaniel Malea <daniel.malea@intel.com>
Fri, 22 Feb 2013 20:23:34 +0000 (20:23 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 22 Feb 2013 20:23:34 +0000 (20:23 +0000)
llvm-svn: 175917

lldb/test/lang/c/const_variables/TestConstVariables.py

index 88c473c..3ef1742 100644 (file)
@@ -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."""