Skip to content

Commit 3434472

Browse files
committed
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
1 parent 3330cad commit 3434472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def setUp(self):
2525
self.line = line_number(
2626
self.source, '// Set break point at this line.')
2727

28+
@skipIfWindows
2829
def test_c_local_variables(self):
2930
"""Test local variable value."""
3031
self.build()

0 commit comments

Comments
 (0)