From: Nicholas Nethercote Date: Sun, 31 Oct 2004 19:50:22 +0000 (+0000) Subject: Fix broken alternative output. X-Git-Tag: svn/VALGRIND_3_0_0~1419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f96382c67cd2cb90e8c87cf0e2be2b4ba5d79b0a;p=thirdparty%2Fvalgrind.git Fix broken alternative output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2887 --- diff --git a/corecheck/tests/as_mmap.stderr.exp2 b/corecheck/tests/as_mmap.stderr.exp2 index 2400662114..0b7eed04e7 100644 --- a/corecheck/tests/as_mmap.stderr.exp2 +++ b/corecheck/tests/as_mmap.stderr.exp2 @@ -1,14 +1,14 @@ 1 -Warning: client syscall mmap tried to modify addresses 0x0-0x10000 -mmap @ 0x00000000: Cannot allocate memory +Warning: client syscall mmap tried to modify addresses 0x........-0x........ +mmap @ 0x........ 2 3 4 -Warning: client syscall mmap tried to modify addresses 0xB0000000-0xB0010000 -mmap @ top: Cannot allocate memory +Warning: client syscall mmap tried to modify addresses 0x........-0x........ +mmap @ top 5 -Warning: client syscall mmap tried to modify addresses 0xB8000000-0xB8010000 -mmap @ top+.5G: Cannot allocate memory +Warning: client syscall mmap tried to modify addresses 0x........-0x........ +mmap @ top+.5G ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)