From: Nicholas Nethercote Date: Tue, 12 Oct 2004 08:38:19 +0000 (+0000) Subject: Update second expected output to match the first. X-Git-Tag: svn/VALGRIND_3_0_0~1548 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd06d82b71f6e14b9c38b38872a2935858dce8bf;p=thirdparty%2Fvalgrind.git Update second expected output to match the first. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2742 --- diff --git a/memcheck/tests/writev.stderr.exp2 b/memcheck/tests/writev.stderr.exp2 index 37def67303..001b2b224f 100644 --- a/memcheck/tests/writev.stderr.exp2 +++ b/memcheck/tests/writev.stderr.exp2 @@ -3,19 +3,19 @@ Test file created. Syscall param writev(vector[...]) contains uninitialised or unaddressable byte(s) at 0x........: (within /...libc...) by 0x........: main (writev.c:56) - Address 0x........ is not stack'd, malloc'd or free'd + Address 0x........ is not stack'd, malloc'd or (recently) free'd Received EFAULT as expected Syscall param writev(vector) contains uninitialised or unaddressable byte(s) at 0x........: (within /...libc...) by 0x........: main (writev.c:68) - Address 0x........ is not stack'd, malloc'd or free'd + Address 0x........ is not stack'd, malloc'd or (recently) free'd Received EINVAL as expected Syscall param readv(vector) contains uninitialised or unaddressable byte(s) at 0x........: readv (in /...libc...) by 0x........: main (writev.c:76) - Address 0x........ is not stack'd, malloc'd or free'd + Address 0x........ is not stack'd, malloc'd or (recently) free'd Received EINVAL as expected ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)