Author: sewardj
Date: 2008-03-01 20:26:09 +0000 (Sat, 01 Mar 2008)
New Revision: 7528

Log:
Sigh; clone the expected output for 32 vs 64-bit systems.


Added:
   branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64
   branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-x86
Removed:
   branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp
Modified:
   branches/DATASYMS/memcheck/tests/Makefile.am


Modified: branches/DATASYMS/memcheck/tests/Makefile.am
===================================================================
--- branches/DATASYMS/memcheck/tests/Makefile.am        2008-03-01 20:21:24 UTC 
(rev 7527)
+++ branches/DATASYMS/memcheck/tests/Makefile.am        2008-03-01 20:26:09 UTC 
(rev 7528)
@@ -135,7 +135,8 @@
        varinfo3.vgtest varinfo3.stdout.exp varinfo3.stderr.exp \
        varinfo4.vgtest varinfo4.stdout.exp varinfo4.stderr.exp \
        varinfo5.vgtest varinfo5.stdout.exp varinfo5.stderr.exp \
-       varinfo6.vgtest varinfo6.stdout.exp varinfo6.stderr.exp \
+       varinfo6.vgtest varinfo6.stdout.exp \
+       varinfo6.stderr.exp-glibc25-amd64 varinfo6.stderr.exp-glibc25-x86 \
        vcpu_bz2.stdout.exp vcpu_bz2.stderr.exp vcpu_bz2.vgtest \
        vcpu_fbench.stdout.exp vcpu_fbench.stderr.exp vcpu_fbench.vgtest \
        vcpu_fnfns.stdout.exp vcpu_fnfns.stderr.exp vcpu_fnfns.vgtest \

Deleted: branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp
===================================================================
--- branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp        2008-03-01 
20:21:24 UTC (rev 7527)
+++ branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp        2008-03-01 
20:26:09 UTC (rev 7528)
@@ -1,27 +0,0 @@
-
-Uninitialised byte(s) found during client check request
-   at 0x........: croak (varinfo6.c:34)
-   by 0x........: mainSort (varinfo6.c:2999)
-   by 0x........: BZ2_blockSort (varinfo6.c:3143)
-   by 0x........: BZ2_compressBlock (varinfo6.c:4072)
-   by 0x........: handle_compress (varinfo6.c:4790)
-   by 0x........: BZ2_bzCompress (varinfo6.c:4860)
-   by 0x........: BZ2_bzBuffToBuffCompress (varinfo6.c:5667)
-   by 0x........: main (varinfo6.c:6517)
- Location 0x........ is 2 bytes inside local var "budget"
- declared at varinfo6.c:3115, in frame #2 of thread 1
-
-Uninitialised byte(s) found during client check request
-   at 0x........: croak (varinfo6.c:34)
-   by 0x........: BZ2_decompress (varinfo6.c:1699)
-   by 0x........: BZ2_bzDecompress (varinfo6.c:5230)
-   by 0x........: BZ2_bzBuffToBuffDecompress (varinfo6.c:5715)
-   by 0x........: main (varinfo6.c:6532)
- Location 0x........ is 2 bytes inside local var "i"
- declared at varinfo6.c:1517, in frame #1 of thread 1
-
-ERROR SUMMARY: 10216 errors from 2 contexts (suppressed: 0 from 0)
-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

Copied: branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64 
(from rev 7526, branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp)
===================================================================
--- branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64          
                (rev 0)
+++ branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-amd64  
2008-03-01 20:26:09 UTC (rev 7528)
@@ -0,0 +1,27 @@
+
+Uninitialised byte(s) found during client check request
+   at 0x........: croak (varinfo6.c:34)
+   by 0x........: mainSort (varinfo6.c:2999)
+   by 0x........: BZ2_blockSort (varinfo6.c:3143)
+   by 0x........: BZ2_compressBlock (varinfo6.c:4072)
+   by 0x........: handle_compress (varinfo6.c:4790)
+   by 0x........: BZ2_bzCompress (varinfo6.c:4860)
+   by 0x........: BZ2_bzBuffToBuffCompress (varinfo6.c:5667)
+   by 0x........: main (varinfo6.c:6517)
+ Location 0x........ is 2 bytes inside local var "budget"
+ declared at varinfo6.c:3115, in frame #2 of thread 1
+
+Uninitialised byte(s) found during client check request
+   at 0x........: croak (varinfo6.c:34)
+   by 0x........: BZ2_decompress (varinfo6.c:1699)
+   by 0x........: BZ2_bzDecompress (varinfo6.c:5230)
+   by 0x........: BZ2_bzBuffToBuffDecompress (varinfo6.c:5715)
+   by 0x........: main (varinfo6.c:6532)
+ Location 0x........ is 2 bytes inside local var "i"
+ declared at varinfo6.c:1517, in frame #1 of thread 1
+
+ERROR SUMMARY: 10216 errors from 2 contexts (suppressed: 0 from 0)
+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

Added: branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-x86
===================================================================
--- branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-x86            
                (rev 0)
+++ branches/DATASYMS/memcheck/tests/varinfo6.stderr.exp-glibc25-x86    
2008-03-01 20:26:09 UTC (rev 7528)
@@ -0,0 +1,27 @@
+
+Uninitialised byte(s) found during client check request
+   at 0x........: croak (varinfo6.c:34)
+   by 0x........: mainSort (varinfo6.c:2999)
+   by 0x........: BZ2_blockSort (varinfo6.c:3143)
+   by 0x........: BZ2_compressBlock (varinfo6.c:4072)
+   by 0x........: handle_compress (varinfo6.c:4790)
+   by 0x........: BZ2_bzCompress (varinfo6.c:4860)
+   by 0x........: BZ2_bzBuffToBuffCompress (varinfo6.c:5667)
+   by 0x........: main (varinfo6.c:6517)
+ Location 0x........ is 2 bytes inside local var "budget"
+ declared at varinfo6.c:3115, in frame #2 of thread 1
+
+Uninitialised byte(s) found during client check request
+   at 0x........: croak (varinfo6.c:34)
+   by 0x........: BZ2_decompress (varinfo6.c:1699)
+   by 0x........: BZ2_bzDecompress (varinfo6.c:5230)
+   by 0x........: BZ2_bzBuffToBuffDecompress (varinfo6.c:5715)
+   by 0x........: main (varinfo6.c:6532)
+ Location 0x........ is 2 bytes inside local var "i"
+ declared at varinfo6.c:1517, in frame #1 of thread 1
+
+ERROR SUMMARY: 10216 errors from 2 contexts (suppressed: 0 from 0)
+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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to