• Adam Cozzette's avatar
    Do "strict" heapcheck instead of "draconian" (#5635) · d135f07b
    Adam Cozzette authored
    The draconian heapcheck turns up memory leaks outside our control, such
    as ones in libc and in the heapchecker itself. I think for an automated
    test it makes more sense for us to use the "strict" heapcheck, since
    that already passes and should only report leaks that are within our
    control.
    d135f07b
tests.sh 16.2 KB