diff options
Diffstat (limited to 'lldb/test/lang/cpp/diamond/TestDiamond.py')
-rw-r--r-- | lldb/test/lang/cpp/diamond/TestDiamond.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/diamond/TestDiamond.py b/lldb/test/lang/cpp/diamond/TestDiamond.py index fd1ca36b607..b1c838c2556 100644 --- a/lldb/test/lang/cpp/diamond/TestDiamond.py +++ b/lldb/test/lang/cpp/diamond/TestDiamond.py @@ -17,6 +17,7 @@ class CPPTestDiamondInheritance(TestBase): self.diamong_inheritace() @dwarf_test + @expectedFailureWindows("llvm.org/pr24764") def test_with_dwarf_and_run_command(self): """Test that virtual base classes work in when SBValue objects are used to explore the variable value""" self.buildDwarf() |