XFAIL TestLocalVariables.py on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 21 Oct 2019 22:16:28 +0000 (22:16 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 21 Oct 2019 22:16:28 +0000 (22:16 +0000)
This test has been failing for a while on the Windows bot.

https://bugs.llvm.org/show_bug.cgi?id=43752

llvm-svn: 375459

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

index 7071b67..b1805f4 100644 (file)
@@ -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()