XFAIL TestDisassembleBreakpoint.

This is a trivial issue to fix, just marking it for later.
Windows prints function signatures a bit differently, and the
test expects a specific format.

llvm-svn: 247457
This commit is contained in:
Zachary Turner 2015-09-11 20:00:09 +00:00
parent 608cb82e46
commit db8201f11c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class DisassemblyTestCase(TestBase):
self.disassemble_breakpoint ()
@dwarf_test
@expectedFailureWindows # Function name prints fully demangled instead of name-only
def test_with_dwarf (self):
self.buildDwarf ()
self.disassemble_breakpoint ()