|
From: Jeremy F. <je...@go...> - 2005-02-22 02:45:31
|
CVS commit by fitzhardinge: Filter leak-check message. M +2 -2 pointer-trace.stderr.exp 1.2 M +1 -0 pointer-trace.vgtest 1.2 --- valgrind/memcheck/tests/pointer-trace.vgtest #1.1:1.2 @@ -1,2 +1,3 @@ prog: pointer-trace vgopts: --leak-check=yes +stderr_filter: filter_leak_check_size --- valgrind/memcheck/tests/pointer-trace.stderr.exp #1.1:1.2 @@ -1,5 +1,5 @@ searching for pointers to 1 not-freed blocks. -checked 2380352 bytes. +checked ... bytes. LEAK SUMMARY: @@ -16,5 +16,5 @@ For counts of detected errors, rerun with: -v searching for pointers to 1 not-freed blocks. -checked 2380348 bytes. +checked ... bytes. 1048576 bytes in 1 blocks are possibly lost in loss record 1 of 1 |