]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add expected output for s390x with compilers using mvc.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 17 Mar 2012 17:37:50 +0000 (17:37 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 17 Mar 2012 17:37:50 +0000 (17:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12448

memcheck/tests/test-plo-no.stderr.exp-s390x-mvc [new file with mode: 0644]

diff --git a/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc b/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..d050e0b
--- /dev/null
@@ -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:...)
+   ...
+