XFAIL TestDisassembleBreakpoint.
authorZachary Turner <zturner@google.com>
Fri, 11 Sep 2015 20:00:09 +0000 (20:00 +0000)
committerZachary Turner <zturner@google.com>
Fri, 11 Sep 2015 20:00:09 +0000 (20:00 +0000)
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

lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py

index a38274a..3d71f30 100644 (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 ()