diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-02-14 00:20:44 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-14 00:20:44 +0000 |
| commit | e651aee927bad361a3b41c2cb0a3185bdafc3965 (patch) | |
| tree | 7e390eacb45737b5603782b4cd4faf51777fc3a9 /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | f6d2d3bb4042ab0acdac229fb12e79c80bc08309 (diff) | |
| download | bcm5719-llvm-e651aee927bad361a3b41c2cb0a3185bdafc3965.tar.gz bcm5719-llvm-e651aee927bad361a3b41c2cb0a3185bdafc3965.zip | |
Marking two tests expected-to-fail on Linux
- PR-15260: lldb does not display correct value of 1-bit field
- PR-16261: lldb does not display size of (file/class) static array
llvm-svn: 175111
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
| -rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index bf4f6a1d7b9..f2bd2186c55 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -19,6 +19,7 @@ class StaticVariableTestCase(TestBase): self.buildDsym() self.static_variable_commands() + @expectedFailureLinux # PR-15261: 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.""" |

