blob: 0b706d0040ac96ed66ebba11f7228c4f3326ea50 [file] [log] [blame]
# **********************************************************
# Copyright (c) 2011-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.
#
# test 2nd suppression file (i#574)
#-------------------------------------------------------------------------------
UNINITIALIZED READ
name=not in a module
<not in a module>
suppress!call_buf_asm
suppress!non_module_test
UNINITIALIZED READ
name=syscall
system call write parameter #1
...
suppress!syscall_test
suppress!test
# ensure * matches any frame (i#527)
UNINITIALIZED READ
name=single * for not in a module
*
suppress!run_some_again
UNINITIALIZED READ
name=single * for syscall
*
...
suppress!syscall_test
suppress!run_some_again
#-------------------------------------------------------------------------------
UNADDRESSABLE ACCESS
name=invalid_free_test1 unaddr
suppress!invalid_free_test1
LEAK
name=invalid_free_test1 leak
suppress!invalid_free_test1
INVALID HEAP ARGUMENT
name=invalid_free_test1 invalid arg
suppress!invalid_free_test1
WARNING
name=warning_test1
*!warning_test1