self.breakpoint_id_tests ()
@dwarf_test
+ @expectedFailureWindows("llvm.org/pr24764")
def test_with_dwarf (self):
self.buildDwarf ()
self.breakpoint_id_tests ()
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()
import lldbinline
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24764")] )
self.buildDsym()
self.static_variable_commands()
+ @expectedFailureWindows("llvm.org/pr24764")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test that file and class static variables display correctly."""
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()
self.namespace_variable_commands()
# rdar://problem/8668674
+ @expectedFailureWindows("llvm.org/pr24764")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test that anonymous and named namespace variables display correctly."""
self.check()
@expectedFailureDarwin
+ @expectedFailureWindows("llvm.org/pr24764")
@dwarf_test
def test_with_dwarf_and_run_command(self):
self.buildDwarf()
self.wchar_t()
@dwarf_test
+ @expectedFailureWindows("llvm.org/pr24764")
def test_with_dwarf(self):
"""Test that C++ supports wchar_t correctly."""
self.buildDwarf()