diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-11 19:59:39 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-11 19:59:39 +0000 |
| commit | 6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 (patch) | |
| tree | 724bede918492d1d2c2a65356df6b00fe732ca12 /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | 41c739b3fa5b2b6b215ef8f728e55e4519b79ff3 (diff) | |
| download | bcm5719-llvm-6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64.tar.gz bcm5719-llvm-6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64.zip | |
XFAIL some C++ language specific tests on Windows.
http://llvm.org/pr24764
llvm-svn: 247455
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 65e870eae74..25bf9d8232f 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -20,6 +20,7 @@ class StaticVariableTestCase(TestBase): self.buildDsym() self.static_variable_commands() + @expectedFailureWindows("llvm.org/pr24764") @dwarf_test def test_with_dwarf_and_run_command(self): """Test that file and class static variables display correctly.""" |

