summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-21 22:16:28 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-21 22:16:28 +0000
commit3434472ed74141848634b5eb3cd625d651e22562 (patch)
tree608cbc6d7421da898703272822abc351b02d42d3 /lldb/packages/Python/lldbsuite/test
parent3330cad630772c76fcf5b49bb25d973f43de64aa (diff)
downloadbcm5719-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.py1
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()
OpenPOWER on IntegriCloud