[llvm-bugs] [Bug 24462] New: Fix data formatters on Windows
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri Aug 14 10:51:25 PDT 2015
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=24462
            Bug ID: 24462
           Summary: Fix data formatters on Windows
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: zturner at google.com
                CC: llvm-bugs at lists.llvm.org
            Blocks: 24460
    Classification: Unclassified
Data formatters currently have a number of general issues preventing them from
working on basic types in Windows.
Fixing these should allow re-enabling (at a minimum) the following tests:
TestDataFormatterCpp.py
TestDataFormatterDisabling.py
TestDataFormatterSkipSummary.py
TestDataFormatterSmartArray.py
TestDataFormatterSynthVal.py
There are other more specific issues related to STL data formatters (see Bug
24460) that should be addressed separately.  But fixing these issues should be
considered a pre-requisite to implementing STL data formatters.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150814/b89a265e/attachment.html>
    
    
More information about the llvm-bugs
mailing list