mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Filter out lines that differ between x86 and ppc.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11296
This commit is contained in:
parent
d677d75fb2
commit
faffc9a902
4
memcheck/tests/filter_leak_cases_possible
Executable file
4
memcheck/tests/filter_leak_cases_possible
Executable file
@ -0,0 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
./filter_stderr |
|
||||
sed -e 's/^leaked.*$//' -e 's/^dubious.*$//' -e 's/^reachable.*$//' -e 's/^suppressed:.*$//'
|
||||
@ -1,7 +1,7 @@
|
||||
leaked: 80 bytes in 5 blocks
|
||||
dubious: 96 bytes in 6 blocks
|
||||
reachable: 64 bytes in 4 blocks
|
||||
suppressed: 0 bytes in 0 blocks
|
||||
|
||||
|
||||
|
||||
|
||||
16 bytes in 1 blocks are definitely lost in loss record ... of ...
|
||||
at 0x........: malloc (vg_replace_malloc.c:...)
|
||||
by 0x........: mk (leak-cases.c:52)
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
prog: leak-cases
|
||||
vgopts: -q --leak-check=full --leak-resolution=high --show-possibly-lost=no
|
||||
stderr_filter: filter_leak_cases_possible
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user