From: Florian Krohm Date: Sat, 17 Mar 2012 17:37:50 +0000 (+0000) Subject: Add expected output for s390x with compilers using mvc. X-Git-Tag: svn/VALGRIND_3_8_0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3898cbda6b6fcdc01d4c2910d80e30a69093ebbb;p=thirdparty%2Fvalgrind.git Add expected output for s390x with compilers using mvc. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12448 --- 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 index 0000000000..d050e0b1d3 --- /dev/null +++ b/memcheck/tests/test-plo-no.stderr.exp-s390x-mvc @@ -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:...) + ... +