diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-02-22 20:23:34 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-22 20:23:34 +0000 |
commit | da6921eb554f9a39df72e8c39a43284ecbab326f (patch) | |
tree | cb6b8ff2640abc74b30c944ea9029ca2147317c4 /lldb/test/lang/c/const_variables/TestConstVariables.py | |
parent | d380400b1787d7eab9ec991e053cef562198ad48 (diff) | |
download | bcm5719-llvm-da6921eb554f9a39df72e8c39a43284ecbab326f.tar.gz bcm5719-llvm-da6921eb554f9a39df72e8c39a43284ecbab326f.zip |
Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots.
llvm-svn: 175917
Diffstat (limited to 'lldb/test/lang/c/const_variables/TestConstVariables.py')
-rw-r--r-- | lldb/test/lang/c/const_variables/TestConstVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/c/const_variables/TestConstVariables.py b/lldb/test/lang/c/const_variables/TestConstVariables.py index 88c473ca9f7..3ef17421cfb 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.""" |