summaryrefslogtreecommitdiff
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
commited23422f4a541759af45f0075720ed207c24ff85 (patch)
tree0750a0b8837c18c214a6f5b2e20527aa1b100cb9
parent66f8d690871f30eb817ac6bdca846c92735edd1b (diff)
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 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@375459 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py b/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
index 7071b675f..b1805f4a8 100644
--- a/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
+++ b/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()