]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix broken alternative output.
authorNicholas Nethercote <n.nethercote@gmail.com>
Sun, 31 Oct 2004 19:50:22 +0000 (19:50 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sun, 31 Oct 2004 19:50:22 +0000 (19:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2887

corecheck/tests/as_mmap.stderr.exp2

index 2400662114f0187d59b045e9f5cf39adeed13373..0b7eed04e76e12744e27f8530cd18df16f387812 100644 (file)
@@ -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)