diff options
Diffstat (limited to 'lldb/test/lang/c/global_variables/TestGlobalVariables.py')
-rw-r--r-- | lldb/test/lang/c/global_variables/TestGlobalVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py index 4097569a689..6a4478c04d4 100644 --- a/lldb/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/test/lang/c/global_variables/TestGlobalVariables.py @@ -18,6 +18,7 @@ class GlobalVariablesTestCase(TestBase): self.global_variables() @dwarf_test + @expectedFailureWindows("llvm.org/pr24764") def test_with_dwarf(self): """Test 'frame variable --scope --no-args' which omits args and shows scopes.""" self.buildDwarf() |