forked from OSchip/llvm-project
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:
parent
608cb82e46
commit
db8201f11c
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue