[llvm-bugs] [Bug 28687] New: Fix and consolidate the test allocators.

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jul 24 17:12:57 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28687

            Bug ID: 28687
           Summary: Fix and consolidate the test allocators.
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: eric at efcs.ca
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

There are a bunch of problems in our test suite relating to our test allocator
classes. First they have separate duplicate definitions in a bunch of different
test files. We should pull them all out into a single support header.

This will help solve the second problem, which is many of these allocator don't
conform to the standard requirements and therefore it makes the tests non
portable.

Doing this will be a lot of work. This bug tracks the status of that work.

-- 
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/20160725/f011111f/attachment.html>


More information about the llvm-bugs mailing list