]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add expected results for 32-bit little endian platform.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 17 Mar 2012 17:27:17 +0000 (17:27 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 17 Mar 2012 17:27:17 +0000 (17:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12447

memcheck/tests/test-plo-no.stderr.exp-le32
memcheck/tests/test-plo-yes.stderr.exp-le32

index 275b89cf0230489bfd193a8fa6168899b507bfe2..d473e5a28c3b31a22c09290dd7c8d7cf8fc509a4 100644 (file)
@@ -1 +1,18 @@
-XXX put 32 bit results in here
+Invalid read of size 4
+   ...
+ Address 0x........ is 4 bytes inside a block of size 5 alloc'd
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   ...
+
+Invalid read of size 4
+   ...
+ Address 0x........ is 4 bytes inside a block of size 5 alloc'd
+   at 0x........: memalign (vg_replace_malloc.c:...)
+   ...
+
+Invalid read of size 4
+   ...
+ Address 0x........ is 4 bytes inside a block of size 12 free'd
+   at 0x........: free (vg_replace_malloc.c:...)
+   ...
+
index 275b89cf0230489bfd193a8fa6168899b507bfe2..9d3388caa8c9180384785eb1da7659254e2f03b9 100644 (file)
@@ -1 +1,9 @@
-XXX put 32 bit results in here
+Conditional jump or move depends on uninitialised value(s)
+   ...
+
+Invalid read of size 4
+   ...
+ Address 0x........ is 4 bytes inside a block of size 12 free'd
+   at 0x........: free (vg_replace_malloc.c:...)
+   ...
+