mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix bad gdbserver_tests heap usage tests stderr output.
When doing inferior function calls from gdb (in mcmain_pic) there might be extra heap usage from gdb that we aren't interested in tracking. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15960
This commit is contained in:
parent
237fcf7d36
commit
7e588e2a8a
@ -22,8 +22,13 @@ $dir/filter_vgdb |
|
||||
# Bypass a s390x kernel bug which makes faultstatus test3 fail. In our case, we are
|
||||
# not interested in checking the si_code, but rather the signal passing
|
||||
# in mcsig(no)pass
|
||||
#
|
||||
# When doing inferior function calls from gdb (in mcmain_pic) there might be
|
||||
# extra heap usage from gdb that we aren't interested in tracking.
|
||||
#
|
||||
sed -e '/Cannot access memory at address 0x......../d' \
|
||||
-e '/^[1-9][0-9]* \.\.\/sysdeps\/powerpc\/powerpc32\/dl-start\.S: No such file or directory\./d' \
|
||||
-e '/^Missing separate debuginfo/d' \
|
||||
-e '/^Try: zypper install -C/d' \
|
||||
-e 's/Test 3: FAIL: expected si_code==2, not 128/Test 3: PASS/'
|
||||
-e 's/Test 3: FAIL: expected si_code==2, not 128/Test 3: PASS/' \
|
||||
-e '/^ total heap usage: /d'
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
(action at startup) vgdb me ...
|
||||
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: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
(action at startup) vgdb me ...
|
||||
HEAP SUMMARY:
|
||||
in use at exit: 16 bytes in 1 blocks
|
||||
total heap usage: 1 allocs, 0 frees, 16 bytes allocated
|
||||
For a detailed leak analysis, rerun with: --leak-check=full
|
||||
For counts of detected and suppressed errors, rerun with: -v
|
||||
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
(action at startup) vgdb me ...
|
||||
HEAP SUMMARY:
|
||||
in use at exit: 131,080 bytes in 1 blocks
|
||||
total heap usage: 1 allocs, 0 frees, 131,080 bytes allocated
|
||||
For a detailed leak analysis, rerun with: --leak-check=full
|
||||
For counts of detected and suppressed errors, rerun with: -v
|
||||
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
|
||||
@ -9,7 +9,6 @@ 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: 11 errors from 1 contexts (suppressed: 0 from 0)
|
||||
|
||||
@ -9,7 +9,6 @@ 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)
|
||||
|
||||
@ -16,7 +16,6 @@ value 0nde4ine8
|
||||
value of k50[1000] p
|
||||
HEAP SUMMARY:
|
||||
in use at exit: 0 bytes in 0 blocks
|
||||
total heap usage: 1 allocs, 1 frees, 50,000 bytes allocated
|
||||
For a detailed leak analysis, rerun with: --leak-check=full
|
||||
For counts of detected and suppressed errors, rerun with: -v
|
||||
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user