blob: 87b663522ba715941d6d354ed4d8757e7d2f759c [file] [log] [blame]
# **********************************************************
# Copyright (c) 2011-2012 Google, Inc. All rights reserved.
# Copyright (c) 2009-2010 VMware, 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.
#
starting
# On Windows, the prefixes for messages from the nudge handler use ~~TID~~
# prefixes due to the injected thread. On Linux, it's ~~Dr.M~~. Just match the
# trailing tildes.
# First nudge error report.
~~ ERRORS FOUND:
~~ 0 unique, 0 total unaddressable access(es)
~~ 0 unique, 0 total uninitialized access(es)
~~ 0 unique, 0 total invalid heap argument(s)
~~ 0 unique, 0 total warning(s)
~~ 2 unique, 21 total, 3259 byte(s) of leak(s)
~~ 0 unique, 0 total, 0 byte(s) of possible leak(s)
# Second nudge error report. We don't match the output of it, just that it was
# here.
~~ ERRORS FOUND:
# On exit error report. We don't get this on Windows because we use DRkill to
# end infloop.exe.
%if NOSYMS
~~ ERRORS FOUND:
%endif