From cdbb3360ff78cd020acf709ce6c8f18edcfea6ce Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 13 Mar 2009 03:27:40 +0000 Subject: [PATCH] Tweak exp-ptrcheck .exp files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9391 --- exp-ptrcheck/tests/Makefile.am | 5 +-- .../tests/ccc.stderr.exp-glibc25-amd64 | 2 +- exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 | 45 ------------------- 3 files changed, 3 insertions(+), 49 deletions(-) delete mode 100644 exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 diff --git a/exp-ptrcheck/tests/Makefile.am b/exp-ptrcheck/tests/Makefile.am index 862819bda3..5c27f35b95 100644 --- a/exp-ptrcheck/tests/Makefile.am +++ b/exp-ptrcheck/tests/Makefile.am @@ -19,9 +19,8 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ bad_percentify.stdout.exp bad_percentify.stderr.exp-glibc28-amd64 \ base.vgtest \ base.stderr.exp-glibc25-amd64 base.stderr.exp-glibc25-x86 \ - ccc.vgtest \ - ccc.stderr.exp-glibc25-x86 ccc.stderr.exp-glibc25-amd64 \ - ccc.stderr.exp-glibc27-x86 ccc.stderr.exp-glibc28-amd64 \ + ccc.vgtest ccc.stderr.exp-glibc25-amd64 \ + ccc.stderr.exp-glibc27-x86 ccc.stderr.exp-glibc28-amd64 \ cmp.vgtest-disabled cmp.stderr.exp \ globalerr.vgtest globalerr.stdout.exp \ globalerr.stderr.exp-glibc28-amd64 \ diff --git a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 index aaaf3fbe86..7e0e2a77b1 100644 --- a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 +++ b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 @@ -17,7 +17,7 @@ Invalid read of size 4 at 0x........: main (ccc.cpp:22) Address 0x........ is 4 bytes before the accessing pointer's legitimate range, a block of size 40 alloc'd - at 0x........: ...operator new... (vg_replace_malloc.c:...) + at 0x........: ...operator new[]... (vg_replace_malloc.c:...) by 0x........: main (ccc.cpp:10) Invalid read of size 4 diff --git a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 deleted file mode 100644 index 7e0e2a77b1..0000000000 --- a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 +++ /dev/null @@ -1,45 +0,0 @@ - -Invalid read of size 4 - at 0x........: main (ccc.cpp:20) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 4 alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (ccc.cpp:8) - -Invalid read of size 4 - at 0x........: main (ccc.cpp:21) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 4 alloc'd - at 0x........: ...operator new... (vg_replace_malloc.c:...) - by 0x........: main (ccc.cpp:9) - -Invalid read of size 4 - at 0x........: main (ccc.cpp:22) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 40 alloc'd - at 0x........: ...operator new[]... (vg_replace_malloc.c:...) - by 0x........: main (ccc.cpp:10) - -Invalid read of size 4 - at 0x........: main (ccc.cpp:22) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 4 alloc'd - at 0x........: calloc (vg_replace_malloc.c:...) - by 0x........: main (ccc.cpp:11) - -Invalid read of size 4 - at 0x........: main (ccc.cpp:23) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 4 alloc'd - at 0x........: memalign (vg_replace_malloc.c:...) - by 0x........: main (ccc.cpp:12) - -Invalid read of size 4 - at 0x........: main (ccc.cpp:24) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 4 alloc'd - at 0x........: memalign (vg_replace_malloc.c:...) - by 0x........: posix_memalign (vg_replace_malloc.c:...) - by 0x........: main (ccc.cpp:14) - -ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0) -- 2.47.3