From: Julian Seward Date: Thu, 1 May 2008 22:34:16 +0000 (+0000) Subject: Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. X-Git-Tag: svn/VALGRIND_3_4_0~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f35eb37648afa61bc9d66a58980eb59ac831c175;p=thirdparty%2Fvalgrind.git Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7985 --- diff --git a/memcheck/tests/addressable.stderr.exp b/memcheck/tests/addressable.stderr.exp index 7104abd44f..ef8265698b 100644 --- a/memcheck/tests/addressable.stderr.exp +++ b/memcheck/tests/addressable.stderr.exp @@ -61,6 +61,7 @@ malloc/free: in use at exit: ... bytes in ... blocks. malloc/free: ... allocs, ... frees, ... bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) malloc/free: in use at exit: ... bytes in ... blocks. diff --git a/memcheck/tests/addressable.stderr.exp2 b/memcheck/tests/addressable.stderr.exp2 index 02531b0f94..4b73958c74 100644 --- a/memcheck/tests/addressable.stderr.exp2 +++ b/memcheck/tests/addressable.stderr.exp2 @@ -61,6 +61,7 @@ malloc/free: in use at exit: ... bytes in ... blocks. malloc/free: ... allocs, ... frees, ... bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) malloc/free: in use at exit: ... bytes in ... blocks. diff --git a/memcheck/tests/amd64/xor-undef-amd64.stderr.exp b/memcheck/tests/amd64/xor-undef-amd64.stderr.exp index b1da2e9866..e6b7a91e01 100644 --- a/memcheck/tests/amd64/xor-undef-amd64.stderr.exp +++ b/memcheck/tests/amd64/xor-undef-amd64.stderr.exp @@ -19,3 +19,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 1 allocs, 1 frees, 48 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/long_namespace_xml.stderr.exp b/memcheck/tests/long_namespace_xml.stderr.exp index 4728e8ba46..362d27c01b 100644 --- a/memcheck/tests/long_namespace_xml.stderr.exp +++ b/memcheck/tests/long_namespace_xml.stderr.exp @@ -2,7 +2,7 @@ -2 +3 ... diff --git a/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-amd64 b/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-amd64 index 380a4869b7..271ec0bf31 100644 --- a/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-amd64 +++ b/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-amd64 @@ -55,3 +55,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 6 allocs, 6 frees, 920 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-x86 b/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-x86 index 45a5ca8f2c..8aabc5cc0d 100644 --- a/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-x86 +++ b/memcheck/tests/malloc_free_fill.stderr.exp-glibc25-x86 @@ -55,3 +55,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 6 allocs, 6 frees, 920 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/malloc_free_fill.stderr.exp-glibc27-amd64 b/memcheck/tests/malloc_free_fill.stderr.exp-glibc27-amd64 index 8961b38950..3aaeebde72 100644 --- a/memcheck/tests/malloc_free_fill.stderr.exp-glibc27-amd64 +++ b/memcheck/tests/malloc_free_fill.stderr.exp-glibc27-amd64 @@ -55,3 +55,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 6 allocs, 6 frees, 920 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/partiallydefinedeq.stderr.exp b/memcheck/tests/partiallydefinedeq.stderr.exp index 073357a287..d11c7781f3 100644 --- a/memcheck/tests/partiallydefinedeq.stderr.exp +++ b/memcheck/tests/partiallydefinedeq.stderr.exp @@ -12,3 +12,4 @@ malloc/free: in use at exit: ... bytes in ... blocks. malloc/free: ... allocs, ... frees, ... bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/partiallydefinedeq.stderr.exp2 b/memcheck/tests/partiallydefinedeq.stderr.exp2 index 6c2025b3b4..a45ee76ec8 100644 --- a/memcheck/tests/partiallydefinedeq.stderr.exp2 +++ b/memcheck/tests/partiallydefinedeq.stderr.exp2 @@ -17,3 +17,4 @@ malloc/free: in use at exit: ... bytes in ... blocks. malloc/free: ... allocs, ... frees, ... bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo1.stderr.exp b/memcheck/tests/varinfo1.stderr.exp index bc17c618a4..fdcf88045a 100644 --- a/memcheck/tests/varinfo1.stderr.exp +++ b/memcheck/tests/varinfo1.stderr.exp @@ -41,3 +41,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 7 allocs, 7 frees, 9 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo2.stderr.exp b/memcheck/tests/varinfo2.stderr.exp index 90a035250a..2da12f617a 100644 --- a/memcheck/tests/varinfo2.stderr.exp +++ b/memcheck/tests/varinfo2.stderr.exp @@ -25,3 +25,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 3 allocs, 3 frees, 3 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo3.stderr.exp b/memcheck/tests/varinfo3.stderr.exp index 57f9cc5f96..46aa116ddf 100644 --- a/memcheck/tests/varinfo3.stderr.exp +++ b/memcheck/tests/varinfo3.stderr.exp @@ -62,3 +62,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 8 allocs, 8 frees, 8 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo4.stderr.exp b/memcheck/tests/varinfo4.stderr.exp index 7f1226f3c0..ce55101bdf 100644 --- a/memcheck/tests/varinfo4.stderr.exp +++ b/memcheck/tests/varinfo4.stderr.exp @@ -25,3 +25,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 3 allocs, 3 frees, 3 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo5.stderr.exp b/memcheck/tests/varinfo5.stderr.exp index 291ab0c856..160fa9ba66 100644 --- a/memcheck/tests/varinfo5.stderr.exp +++ b/memcheck/tests/varinfo5.stderr.exp @@ -184,3 +184,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 21 allocs, 21 frees, 23 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64 b/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64 index 421f872370..5edfd2d8b7 100644 --- a/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64 +++ b/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64 @@ -25,3 +25,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 10,253 allocs, 10,253 frees, 24,368,716 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/varinfo6.stderr.exp-glibc25-x86 b/memcheck/tests/varinfo6.stderr.exp-glibc25-x86 index c9cb129201..fa00e56828 100644 --- a/memcheck/tests/varinfo6.stderr.exp-glibc25-x86 +++ b/memcheck/tests/varinfo6.stderr.exp-glibc25-x86 @@ -25,3 +25,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 10,253 allocs, 10,253 frees, 24,368,200 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/x86/xor-undef-x86.stderr.exp b/memcheck/tests/x86/xor-undef-x86.stderr.exp index ce69f69905..2debc86f87 100644 --- a/memcheck/tests/x86/xor-undef-x86.stderr.exp +++ b/memcheck/tests/x86/xor-undef-x86.stderr.exp @@ -13,3 +13,4 @@ malloc/free: in use at exit: 0 bytes in 0 blocks. malloc/free: 1 allocs, 1 frees, 48 bytes allocated. For a detailed leak analysis, rerun with: --leak-check=yes For counts of detected errors, rerun with: -v +Use --track-origins=yes to see where uninitialised values come from diff --git a/memcheck/tests/xml1.stderr.exp b/memcheck/tests/xml1.stderr.exp index 0657a38a87..e5ad93a95e 100644 --- a/memcheck/tests/xml1.stderr.exp +++ b/memcheck/tests/xml1.stderr.exp @@ -2,7 +2,7 @@ -2 +3 ... diff --git a/memcheck/tests/xml1.stderr.exp2 b/memcheck/tests/xml1.stderr.exp2 index dcdf0d719f..68957d18b7 100644 --- a/memcheck/tests/xml1.stderr.exp2 +++ b/memcheck/tests/xml1.stderr.exp2 @@ -2,7 +2,7 @@ -2 +3 ... diff --git a/memcheck/tests/xml1.stderr.exp3 b/memcheck/tests/xml1.stderr.exp3 index 7b532335db..38b25da0fe 100644 --- a/memcheck/tests/xml1.stderr.exp3 +++ b/memcheck/tests/xml1.stderr.exp3 @@ -2,7 +2,7 @@ -2 +3 ... diff --git a/memcheck/tests/xml1.stderr.exp64 b/memcheck/tests/xml1.stderr.exp64 index 63c2bb4971..b6b77043c1 100644 --- a/memcheck/tests/xml1.stderr.exp64 +++ b/memcheck/tests/xml1.stderr.exp64 @@ -2,7 +2,7 @@ -2 +3 ... diff --git a/memcheck/tests/xml1.stderr.exp64_2 b/memcheck/tests/xml1.stderr.exp64_2 index 45196ff98c..adab9352c7 100644 --- a/memcheck/tests/xml1.stderr.exp64_2 +++ b/memcheck/tests/xml1.stderr.exp64_2 @@ -2,7 +2,7 @@ -2 +3 ...