diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-21 22:16:28 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-21 22:16:28 +0000 |
commit | 3434472ed74141848634b5eb3cd625d651e22562 (patch) | |
tree | 608cbc6d7421da898703272822abc351b02d42d3 /lldb/packages/Python/lldbsuite/test | |
parent | 3330cad630772c76fcf5b49bb25d973f43de64aa (diff) | |
download | bcm5719-llvm-3434472ed74141848634b5eb3cd625d651e22562.tar.gz bcm5719-llvm-3434472ed74141848634b5eb3cd625d651e22562.zip |
XFAIL TestLocalVariables.py on Windows
This test has been failing for a while on the Windows bot.
https://bugs.llvm.org/show_bug.cgi?id=43752
llvm-svn: 375459
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py index 7071b675f3b..b1805f4a8b4 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py @@ -25,6 +25,7 @@ class LocalVariablesTestCase(TestBase): self.line = line_number( self.source, '// Set break point at this line.') + @skipIfWindows def test_c_local_variables(self): """Test local variable value.""" self.build() |