]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Modify .exp files following the new error message.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 23 Dec 2018 22:35:17 +0000 (23:35 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 28 Dec 2018 18:33:00 +0000 (19:33 +0100)
Change:
For counts of detected and suppressed errors, rerun with: -v
to
For lists of detected and suppressed errors, rerun with: -s

80 files changed:
drd/tests/filter_stderr
exp-sgcheck/tests/filter_stderr
gdbserver_tests/mcclean_after_fork.stderr.exp
gdbserver_tests/mcmain_pic.stderr.exp
gdbserver_tests/mcmain_pic.stderr.exp-solaris
gdbserver_tests/mcsignopass.stderr.exp
gdbserver_tests/mcsigpass.stderr.exp
gdbserver_tests/mcwatchpoints.stderr.exp
helgrind/tests/filter_stderr
memcheck/tests/accounting.stderr.exp
memcheck/tests/addressable.stderr.exp
memcheck/tests/amd64/sh-mem-vec256-plo-no.stderr.exp
memcheck/tests/amd64/sh-mem-vec256-plo-yes.stderr.exp
memcheck/tests/badjump.stderr.exp
memcheck/tests/badjump.stderr.exp-kfail
memcheck/tests/big_blocks_freed_list.stderr.exp
memcheck/tests/brk2.stderr.exp
memcheck/tests/bug155125.stderr.exp
memcheck/tests/bug287260.stderr.exp
memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-32bit-le
memcheck/tests/common/sh-mem-vec128-plo-no.stderr.exp-64bit-le
memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-32bit-le
memcheck/tests/common/sh-mem-vec128-plo-yes.stderr.exp-64bit-le
memcheck/tests/darwin/aio.stderr.exp
memcheck/tests/describe-block.stderr.exp
memcheck/tests/erringfds.stderr.exp
memcheck/tests/leak-autofreepool-0.stderr.exp
memcheck/tests/leak-autofreepool-1.stderr.exp
memcheck/tests/leak-autofreepool-2.stderr.exp
memcheck/tests/leak-autofreepool-4.stderr.exp
memcheck/tests/leak-autofreepool-6.stderr.exp
memcheck/tests/leak-pool-0.stderr.exp
memcheck/tests/leak-pool-1.stderr.exp
memcheck/tests/leak-pool-2.stderr.exp
memcheck/tests/leak-pool-3.stderr.exp
memcheck/tests/leak-pool-4.stderr.exp
memcheck/tests/leak-pool-5.stderr.exp
memcheck/tests/leak-segv-jmp.stderr.exp
memcheck/tests/leak_cpp_interior.stderr.exp
memcheck/tests/leak_cpp_interior.stderr.exp-64bit
memcheck/tests/linux/brk.stderr.exp
memcheck/tests/linux/capget.stderr.exp
memcheck/tests/linux/capget.stderr.exp2
memcheck/tests/linux/capget.stderr.exp3
memcheck/tests/linux/lsframe1.stderr.exp
memcheck/tests/linux/lsframe2.stderr.exp
memcheck/tests/linux/sigqueue.stderr.exp
memcheck/tests/linux/sys-openat.stderr.exp
memcheck/tests/linux/sys-statx.stderr.exp
memcheck/tests/linux/syscalls-2007.stderr.exp
memcheck/tests/linux/syslog-syscall.stderr.exp
memcheck/tests/linux/timerfd-syscall.stderr.exp
memcheck/tests/lks.stderr.exp
memcheck/tests/mallinfo.stderr.exp
memcheck/tests/new_override.stderr.exp
memcheck/tests/noisy_child.stderr.exp
memcheck/tests/partial_load_dflt.stderr.exp
memcheck/tests/partial_load_dflt.stderr.exp-ppc64
memcheck/tests/partial_load_dflt.stderr.exp64
memcheck/tests/partial_load_dflt.stderr.expr-s390x-mvc
memcheck/tests/partial_load_ok.stderr.exp
memcheck/tests/partial_load_ok.stderr.exp-ppc64
memcheck/tests/partial_load_ok.stderr.exp64
memcheck/tests/partiallydefinedeq.stderr.exp
memcheck/tests/partiallydefinedeq.stderr.exp2
memcheck/tests/partiallydefinedeq.stderr.exp3
memcheck/tests/partiallydefinedeq.stderr.exp4
memcheck/tests/ppc32/power_ISA2_05.stderr.exp
memcheck/tests/ppc32/power_ISA2_07.stderr.exp
memcheck/tests/sbfragment.stderr.exp
memcheck/tests/sem.stderr.exp
memcheck/tests/sigkill.stderr.exp
memcheck/tests/sigkill.stderr.exp-darwin
memcheck/tests/sigkill.stderr.exp-glibc-2.28
memcheck/tests/sigkill.stderr.exp-mips32
memcheck/tests/sigkill.stderr.exp-solaris
memcheck/tests/solaris/brk.stderr.exp
memcheck/tests/solaris/syscall_at.stderr.exp
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp

index 7fbddbfe2e663a3b2f4252d794045fbcc4613402..d3e0e321f7fcb3ab898660b370b82eb4fed9062c 100755 (executable)
@@ -42,7 +42,7 @@ sed \
 -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" \
 -e "s/\( name [^ ]*\)-[0-9]*\( oflag \)/\1\2/" \
 -e '/^   by 0x[0-9a-fA-F]*: process_dl_debug (in \/lib[0-9]*\/ld-[0-9.]*\.so)$/d' \
--e "/^For detected errors list and suppressed errors count, rerun with: -s$/d" |
+-e "/^For lists of detected and suppressed errors, rerun with: -s$/d" |
 
 # Remove the message that more than hundred errors have been detected
 # (consists of two lines) and also the empty line above it.
index 94bd8736aaeee5e058784022822e149f38d634d3..6b729197497786cdd80486e13e4bd207025ea899 100755 (executable)
@@ -19,7 +19,7 @@ sed \
 -e "/^exp-sgcheck, a stack and global array overrun detector$/d" \
 -e "/^NOTE: This is an Experimental-Class Valgrind Tool$/d"  \
 -e "/^Copyright (C) 2003-201., and GNU GPL'd, by OpenWorks Ltd et al.$/d" \
--e "/^For detected errors list and suppressed errors count, rerun with: -s$/d" |
+-e "/^For lists of detected and suppressed errors, rerun with: -s$/d" |
 
 # Tidy up in cases where glibc (+ libdl + libpthread + ld) have
 # been built with debugging information, hence source locs are present.
index 91071826bb66a24293974b7772f20b48a30dc5b6..4519e2f2169fd9e10e2838e2af477734ee989ab6 100644 (file)
@@ -2,6 +2,6 @@
 HEAP SUMMARY:
     in use at exit: ... bytes in ... blocks
 For a detailed leak analysis, rerun with: --leak-check=full
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
 Reset valgrind output to log (orderly_finish)
index 546bc3711488bfe811aa4b3e99767a2e354627a8..4054b387ee1eda99e40f61a84889b2e895a957e7 100644 (file)
@@ -2,5 +2,5 @@
 HEAP SUMMARY:
     in use at exit: ... bytes in ... blocks
 For a detailed leak analysis, rerun with: --leak-check=full
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 56cc9bcd6532891ae2a0b2c821d8a36d49deb087..4afcac49c9c2e2abd6d89f1c1a31f19f55cd701b 100644 (file)
@@ -2,5 +2,5 @@
 HEAP SUMMARY:
     in use at exit: 131,080 bytes in 1 blocks
 For a detailed leak analysis, rerun with: --leak-check=full
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 4055b97ec5629545534f097009e105460ed660d6..1ad0da39a500f759f7c32181d4048b3b96c111c3 100644 (file)
@@ -10,5 +10,5 @@ Test 4:   PASS
 HEAP SUMMARY:
     in use at exit: ... bytes in ... blocks
 For a detailed leak analysis, rerun with: --leak-check=full
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 11 errors from 1 contexts (suppressed: 0 from 0)
index e35e38a4ab11ea3aca0ccd8695017447c73980e5..5415ce1cf69214bde3f1433187f427359365bbc0 100644 (file)
@@ -10,5 +10,5 @@ Test 4:   PASS
 HEAP SUMMARY:
     in use at exit: ... bytes in ... blocks
 For a detailed leak analysis, rerun with: --leak-check=full
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index 8d04da054cc9e54a00c1c056e6aa906a6ab159d9..f369c02e3b1c2dee3ad4f0ea78ef857b3f7ec3cc 100644 (file)
@@ -17,5 +17,5 @@ value of k50[1000] p
 HEAP SUMMARY:
     in use at exit: ... bytes in ... blocks
 For a detailed leak analysis, rerun with: --leak-check=full
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 0e7072357b592e9a139d13c37e78cab901d1e99d..6b85663bc00c6a59ccf725b3e6e05ccded99f612 100755 (executable)
@@ -42,7 +42,7 @@ sed \
 # do not contain them (at least on gcc110/fedora18).
 sed \
  -e "/^Helgrind, a thread error detector/ , /./ d" \
- -e "/^For detected errors list and suppressed errors count, rerun with: -s$/d" \
+ -e "/^For lists of detected and suppressed errors, rerun with: -s$/d" \
  -e "/^Use --history-level=approx or =none to gain increased speed, at$/d" \
  -e "/^the cost of reduced accuracy of conflicting-access information$/d" \
  -e "/pthread_create_WRK (hg_intercepts.c:/d" |
index 0119b98905a6695858749dbf2aa56f855ee97579..d0b8fc10c1610ccad814e211dbd226cb9ad126a9 100644 (file)
@@ -10,5 +10,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index b3441cd40426b0a9000d7104e68102bd6bbc02fc..4c121987d63d4a980fa43f9a4a42b5a5ad6a537d 100644 (file)
@@ -6,7 +6,7 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
 Unaddressable byte(s) found during client check request
    at 0x........: test2 (addressable.c:48)
@@ -35,7 +35,7 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
 
 HEAP SUMMARY:
@@ -44,7 +44,7 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
 
 Process terminating with default action of signal N (SIGSEGV or SIGBUS)
@@ -58,7 +58,7 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
 Uninitialised byte(s) found during client check request
    at 0x........: test5 (addressable.c:85)
@@ -78,7 +78,7 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
 
 HEAP SUMMARY:
@@ -87,5 +87,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index f637e6d0d3dcb35b70db205be070f47707b4d89f..e85fc6232edaaeb220e6df681df3711a011df9f3 100644 (file)
@@ -938,5 +938,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 130 errors from 100 contexts (suppressed: 0 from 0)
index e2b863b5bf930295feab667a46e4379e94c10267..2abe31d18f6f21a116c7e995e09ade0b245753a7 100644 (file)
@@ -864,5 +864,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 99 errors from 99 contexts (suppressed: 0 from 0)
index e2659dee6e8c2a8eea031100a0168b2349a63315..3eb73b27f7613f46c8747e9ba22421a0041f0788 100644 (file)
@@ -21,5 +21,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index 1cecc0a9caeb59c1ab6730b8eddefb6a004f2aad..d7949a1e3187294f89fbcefb3caaf18a0948054c 100644 (file)
@@ -19,5 +19,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index d0fd803a6022cd9a97f3a79b300846d0fbdf6013..8e648004ca2a0f76744bb09f60bc086e2e96c86c 100644 (file)
@@ -64,5 +64,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 133ac4b3ceec1588832bfda148b9a36d8614ae80..ca0025db50b070235857dd4e9cfd4833a19fb027 100644 (file)
@@ -11,5 +11,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index a9d58bf4af2b5677c91f160f8666be3a887d9560..6a3b8682b31f97b3d98f3396efc534f414380f9a 100644 (file)
@@ -7,5 +7,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 19e1b22ebce699ff8160104128146cab60eccaee..77dc06740593e72ab33e9f9d7640d2cca1043e49 100644 (file)
@@ -573,5 +573,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 66 errors from 66 contexts (suppressed: 0 from 0)
index d16bfe0a0da8903deff8d9dcc1af9bbbd0287e12..55171bd6607fd4ac24ee9d61dca5c107b3b38aea 100644 (file)
@@ -573,5 +573,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 66 errors from 66 contexts (suppressed: 0 from 0)
index 34d597a085eec4c808e83bfb6580ecec8a7db3f2..453bd4f36860c6386b5a041177952fc0e3cf0333 100644 (file)
@@ -464,5 +464,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 51 errors from 51 contexts (suppressed: 0 from 0)
index 362324595113a6453a287c42120bfd37b7589f35..b307328580264f2e88df938afb19f5cb37ff22ec 100644 (file)
@@ -464,5 +464,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 51 errors from 51 contexts (suppressed: 0 from 0)
index 71222a957e49fd2d2cff7c95f41e1595f86b9eb6..29d88f38679492e0bb87f36c43476b578681e3da 100644 (file)
@@ -20,6 +20,6 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 Use --track-origins=yes to see where uninitialised values come from
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index 00879f0fd8771ab67d1611ca4711db4928890827..09d8d19e0937d4cdc0d6b994cc8a54e153389de9 100644 (file)
@@ -11,5 +11,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index 48e986602a61a0c88a0cbc229551ecee39164b7a..390711ebff74ab3d3b4ff82398f154d2f07abc67 100644 (file)
@@ -7,5 +7,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 68ee46b333a0b5bb555d3efe8f5c79083d16212d..bd472a04e3d2e0e5989bac94c16f5ff17b8e2204 100644 (file)
@@ -13,5 +13,5 @@ LEAK SUMMARY:
    still reachable: 0 bytes in 0 blocks
         suppressed: 0 bytes in 0 blocks
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index 68ee46b333a0b5bb555d3efe8f5c79083d16212d..bd472a04e3d2e0e5989bac94c16f5ff17b8e2204 100644 (file)
@@ -13,5 +13,5 @@ LEAK SUMMARY:
    still reachable: 0 bytes in 0 blocks
         suppressed: 0 bytes in 0 blocks
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index 4178c4e263bb9ac8355a2669b965885b0c143718..11f2b77a5f0bc63fe58d9058fddd142c8f388661 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 All heap blocks were freed -- no leaks are possible
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 3225cf90c1710e5c79d6fb34965c1b2f3623a586..f2dc9a6f89b6fb78d4684b16c8111bfca3896f18 100644 (file)
@@ -13,5 +13,5 @@ LEAK SUMMARY:
    still reachable: 0 bytes in 0 blocks
         suppressed: 0 bytes in 0 blocks
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index 4178c4e263bb9ac8355a2669b965885b0c143718..11f2b77a5f0bc63fe58d9058fddd142c8f388661 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 All heap blocks were freed -- no leaks are possible
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 21ef2df98e422cdf0d41494278903397f8039999..18e60dba11fd30e70c56a6754e9d520f99f09378 100644 (file)
@@ -99,5 +99,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
index df6cad22ad1ff7e51287c021dc6b55fd8ae75ea8..943b1cc2c25beae98f7a63ba6c6735e6d77976a1 100644 (file)
@@ -129,5 +129,5 @@ HEAP SUMMARY:
 
 All heap blocks were freed -- no leaks are possible
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index 38997304f5f5c0af6c8c8bf8025f356d01eb3a9e..4474b03439952b36383b242c2a9886a657ac2805 100644 (file)
@@ -129,5 +129,5 @@ HEAP SUMMARY:
 
 All heap blocks were freed -- no leaks are possible
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index ff83c1f16168bd8de38dbc0ab91907c2d5b69ae2..73da044ea020f32fe1b6f06598a13e1f7a67702c 100644 (file)
@@ -9,5 +9,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 4c0193bec54a150ef0953621f9f8a1d0fc2d7be4..54eaa80f723c2bc7d01cdcc33796054d8e004ba7 100644 (file)
@@ -10,5 +10,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 7aef7a2e4aab32a6ab321150f9ae597b320d5e20..960f746964c2b496222e30c140bfc0e1f35aa016 100644 (file)
@@ -11,5 +11,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 394c1c99d232d0242708c5bc7c276c9c82c2858e..4e821d4d603c2af6bf5fbbf622e84901adce5fd5 100644 (file)
@@ -10,5 +10,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d83622aa9a1bdffd6b118406d3e24a24002f6184..e19658999927056d9e3becf5a29d5851c43c2904 100644 (file)
@@ -8,5 +8,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 411d79a3329e7db08ed19a5105cf981a6f8b19df..adf1ce4b6dd50155e66d9414cb7a09deaf0e964a 100644 (file)
@@ -8,5 +8,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 324c857b81d1dc76d09a335d9388b3c488752871..0b5c294ceb3d281f8838a0cd54f4e53bb26e79d9 100644 (file)
@@ -7,5 +7,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index b36e7ca446e485f57960525280bf4e5a38e6ca91..b6c057ace9080927f890273c581d33e923af4d30 100644 (file)
@@ -7,5 +7,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index c22dd7f4c021e0a5ab601b6b40f02df363b4a997..eb42921c60d30d353b87028433fb4268e0d24a06 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index c8fe7b9f229838d9001fda562f9c6118b920c201..8b8847cb4105192380b308cc0766c3a9a78541cc 100644 (file)
@@ -7,5 +7,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 31ffa8468e76fed3a29ec5a4d81345dda79cf84c..6776602ccfeaa5021f846b1c5f0daa31919c65f9 100644 (file)
@@ -52,5 +52,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 8a52913b76a989324805f939c6dec5edd6f0e837..5e3887fe98711dae8ae3d1de0b56d721fa5b1d9f 100644 (file)
@@ -57,5 +57,5 @@ LEAK SUMMARY:
 Reachable blocks (those to which a pointer was found) are not shown.
 To see them, rerun with: --leak-check=full --show-leak-kinds=all
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index f75795aed6372861b787d115f5e3a7e92e2e8c31..65f7e5b13d4fe48ac58e832676ef45bc11b3483d 100644 (file)
@@ -7,5 +7,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 675fc643d8968dfdba216cafd9cbfc2a0adad05f..eb58991f92736f8bc1491640a8fa2e4a9f3a9484 100644 (file)
@@ -25,5 +25,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index fdb4a338e56cb13f4af9ac2cc5d888b95bad13e0..fe20fbe39f879693f2f782e4b8dc66b99778077f 100644 (file)
@@ -24,5 +24,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index cf32bcfa6823288c1c0f64e81db300cc1985862d..c007cd4dfd4ac6ce26a99aa9278e332e752e7f3d 100644 (file)
@@ -19,5 +19,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index a57d9aa0d15fd899083888394b6fdf911151676c..62aef6586c7e43b38eb7b15236b4ef459c2f6360 100644 (file)
@@ -24,5 +24,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index 250cc5729ace75e8e744f2ea7bc26e96b00ac881..cd5dd6326729322cd879c4ddac65456cd05faa44 100644 (file)
@@ -30,5 +30,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
index fdb4a338e56cb13f4af9ac2cc5d888b95bad13e0..fe20fbe39f879693f2f782e4b8dc66b99778077f 100644 (file)
@@ -24,5 +24,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index cf32bcfa6823288c1c0f64e81db300cc1985862d..c007cd4dfd4ac6ce26a99aa9278e332e752e7f3d 100644 (file)
@@ -19,5 +19,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index a57d9aa0d15fd899083888394b6fdf911151676c..62aef6586c7e43b38eb7b15236b4ef459c2f6360 100644 (file)
@@ -24,5 +24,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index c6d1f0b553c10f0ba228ae772ee289ee90d5c760..25325506dd21f60d63995486ff57e384f5166b4c 100644 (file)
@@ -15,5 +15,5 @@ HEAP SUMMARY:
 For a detailed leak analysis, rerun with: --leak-check=full
 
 Use --track-origins=yes to see where uninitialised values come from
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index 19b46ae8c5ab9194dded696e0d197735ee455e28..83d4a85c4d7ef1e5518c527373ccc230c4586e85 100644 (file)
@@ -19,6 +19,6 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 Use --track-origins=yes to see where uninitialised values come from
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index 227c060cfe6d653b75518b7a9caf338df331b907..3ecf3c9dc86a4416eb4dc3892bc5f11cca5767ba 100644 (file)
@@ -15,6 +15,6 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 Use --track-origins=yes to see where uninitialised values come from
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index adfe8a92e25571ce8a3ff028245a4c6656e51de8..236c40359d9728578ce453726991bf39189b276d 100644 (file)
@@ -19,6 +19,6 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 Use --track-origins=yes to see where uninitialised values come from
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
index c22dd7f4c021e0a5ab601b6b40f02df363b4a997..eb42921c60d30d353b87028433fb4268e0d24a06 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index c22dd7f4c021e0a5ab601b6b40f02df363b4a997..eb42921c60d30d353b87028433fb4268e0d24a06 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d0330e591a0e44833a6d9b04930928a6bfd24466..2ccb50d308da9638bb3e8e28427a54416322e9d1 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index c22dd7f4c021e0a5ab601b6b40f02df363b4a997..eb42921c60d30d353b87028433fb4268e0d24a06 100644 (file)
@@ -6,5 +6,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index c46fba7ac5510c704a8660cb1b8a0bd606408f8e..0e7c284792030c3b756c9bbf43eaf9afd2ab5c67 100644 (file)
@@ -195,5 +195,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 3d34b0086dc06f97fb4a255afd6c97bb4d4b4f4e..dae7f43091492a7453a6dd27c51e5123ee3cbee4 100644 (file)
@@ -191,5 +191,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 0e5f0cb025f9485c73b6d22d0051f96c97d382bb..f88308d3babd7e0a9a44e196cbb2d7f9bd39cc59 100644 (file)
@@ -193,5 +193,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index de4a860bc39b6b4572eab3cae4fa759fdc41ecee..9bfce9e7c5205b98fca8f7c4320d064fc730b868 100644 (file)
@@ -193,5 +193,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index de4a860bc39b6b4572eab3cae4fa759fdc41ecee..9bfce9e7c5205b98fca8f7c4320d064fc730b868 100644 (file)
@@ -193,5 +193,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index d391c95757ace09f9900fc1f072c1ee208d4baee..cb72c8ccc164038735523220c7f4731675b45578 100644 (file)
@@ -19,5 +19,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
index 97b2cd516e8c29f1f1cf1514cdb36261905832b0..b49fda289fc9e92ff267c2eaeef6e6b0a58519b0 100644 (file)
@@ -20,5 +20,5 @@ HEAP SUMMARY:
 
 For a detailed leak analysis, rerun with: --leak-check=full
 
-For counts of detected and suppressed errors, rerun with: -v
+For lists of detected and suppressed errors, rerun with: -s
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 0a7b4fc6c8ebb71e21e35322d470488c87ba6891..3855a033b9411c0981bf54f1131ec865ec0c0678 100644 (file)
@@ -43,6 +43,9 @@ usage: valgrind [options] prog-and-args
     --error-exitcode=<number> exit code to return if errors found [0=disable]
     --error-markers=<begin>,<end> add lines with begin/end markers before/after
                               each error output in plain text mode [none]
+    --show-error-list=no|yes  show detected errors list and
+                              suppression counts at exit [no]
+    -s                        same as --show-error-list=yes
     --keep-debuginfo=no|yes   Keep symbols etc for unloaded code [no]
                               This allows saved stack traces (e.g. memory leaks)
                               to include file/line info for code that has been
index d312734c436b86cc5da6d55a376ef09f6a7ca22a..0d270390f5bf097e0370e233e3d79f72894593ce 100644 (file)
@@ -43,6 +43,9 @@ usage: valgrind [options] prog-and-args
     --error-exitcode=<number> exit code to return if errors found [0=disable]
     --error-markers=<begin>,<end> add lines with begin/end markers before/after
                               each error output in plain text mode [none]
+    --show-error-list=no|yes  show detected errors list and
+                              suppression counts at exit [no]
+    -s                        same as --show-error-list=yes
     --keep-debuginfo=no|yes   Keep symbols etc for unloaded code [no]
                               This allows saved stack traces (e.g. memory leaks)
                               to include file/line info for code that has been