mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Some filters might have left some empty lines in the output. Filter them out explicitly and don't expect any empty lines in any of the .exp files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14381
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
(action at startup) vgdb me ...
|
|
Test 1: Invalid write of size 4
|
|
at 0x........: test1 (faultstatus.c:105)
|
|
by 0x........: main (faultstatus.c:168)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
PASS
|
|
Test 2: PASS
|
|
Test 3: PASS
|
|
Test 4: PASS
|
|
HEAP SUMMARY:
|
|
in use at exit: 0 bytes in 0 blocks
|
|
total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
|
For a detailed leak analysis, rerun with: --leak-check=full
|
|
For counts of detected and suppressed errors, rerun with: -v
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|