From da6921eb554f9a39df72e8c39a43284ecbab326f Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Fri, 22 Feb 2013 20:23:34 +0000 Subject: [PATCH] Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. llvm-svn: 175917 --- lldb/test/lang/c/const_variables/TestConstVariables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/lang/c/const_variables/TestConstVariables.py b/lldb/test/lang/c/const_variables/TestConstVariables.py index 88c473c..3ef1742 100644 --- a/lldb/test/lang/c/const_variables/TestConstVariables.py +++ b/lldb/test/lang/c/const_variables/TestConstVariables.py @@ -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.""" -- 2.7.4