diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-07-31 21:52:25 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-07-31 21:52:25 +0000 |
| commit | 34237a5fd3c7481ad4fd0648d0f07a448112362d (patch) | |
| tree | abd154da38360dbf1cb4e92e83e64ee02042e7fe /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | 25eef19b48548a0f0e34961a4c0b59e380ac7149 (diff) | |
| download | bcm5719-llvm-34237a5fd3c7481ad4fd0648d0f07a448112362d.tar.gz bcm5719-llvm-34237a5fd3c7481ad4fd0648d0f07a448112362d.zip | |
Mark some tests as explicitly failing on clang/gcc as they pass on icc.
Also, rework the signed types test to check for signed or char type in the output as char is signed by default.
llvm-svn: 187533
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
| -rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index 65645aa0727..bf7d962da99 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -19,7 +19,8 @@ class StaticVariableTestCase(TestBase): self.buildDsym() self.static_variable_commands() - @expectedFailureLinux # llvm.org/pr15261: lldb on Linux does not display the size of (class or file)static arrays + @expectedFailureClang # llvm.org/pr15261: lldb on Linux does not display the size of (class or file)static arrays + @expectedFailureGcc # llvm.org/pr15261: lldb on Linux does not display the size of (class or file)static arrays @dwarf_test def test_with_dwarf_and_run_command(self): """Test that file and class static variables display correctly.""" |

