|
From: <sv...@va...> - 2012-03-17 17:37:58
|
florian 2012-03-17 17:37:50 +0000 (Sat, 17 Mar 2012)
New Revision: 12448
Log:
Add expected output for s390x with compilers using mvc.
Added files:
trunk/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc
Added: trunk/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc (+18 -0)
===================================================================
--- trunk/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc 2012-03-17 17:27:17 +00:00 (rev 12447)
+++ trunk/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc 2012-03-17 17:37:50 +00:00 (rev 12448)
@@ -0,0 +1,18 @@
+Invalid read of size 1
+ ...
+ Address 0x........ is 0 bytes after a block of size 5 alloc'd
+ at 0x........: memalign (vg_replace_malloc.c:...)
+ ...
+
+Invalid read of size 1
+ ...
+ Address 0x........ is 0 bytes after a block of size 5 alloc'd
+ at 0x........: memalign (vg_replace_malloc.c:...)
+ ...
+
+Invalid read of size 1
+ ...
+ Address 0x........ is 8 bytes inside a block of size 24 free'd
+ at 0x........: free (vg_replace_malloc.c:...)
+ ...
+
|