blob: 6ccb59ee0bbfc8806c810dc9f3c5030875713058 [file] [log] [blame]
# **********************************************************
# Copyright (c) 2012-2014 Google, Inc. All rights reserved.
# **********************************************************
#
# Dr. Memory: the memory debugger
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation;
# version 2.1 of the License, and no later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
testing uninitialized access
testing access after free
testing leak
testing warning
testing invalid free
done
~~Dr.M~~ NO ERRORS FOUND:
~~Dr.M~~ 0 unique, 0 total unaddressable access(es)
~~Dr.M~~ 0 unique, 0 total uninitialized access(es)
~~Dr.M~~ 0 unique, 0 total invalid heap argument(s)
~~Dr.M~~ 0 unique, 0 total warning(s)
~~Dr.M~~ 0 unique, 0 total, 0 byte(s) of leak(s)
~~Dr.M~~ 0 unique, 0 total, 0 byte(s) of possible leak(s)
~~Dr.M~~ ERRORS IGNORED:
~~Dr.M~~ 22 user-suppressed error(s)
# i#292: There are 5 leaks and 2 possible leaks, all of which we suppress. The
# 5th leak is still reachable from RtlpHeapFailureInfo on Vista+. If we have
# ntdll.pdb we find and ignore roots in RtlpHeapFailureInfo, giving us 7
# suppressed leaks. If we don't have ntdll.pdb, we only find 4+2 leaks. Unless
# we add support to the test suite to fetch ntdll.pdb (as part of building the
# symcache?), we accept either result.
%ANYLINE
~~Dr.M~~ 6 user-suppressed leak(s)
~~Dr.M~~ 7 user-suppressed leak(s)
%ENDANYLINE