memcheck/tests/strchr: Add a regression test output variant

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13720
This commit is contained in:
Bart Van Assche 2013-11-25 06:46:45 +00:00
parent 39c447e4a9
commit 083723080c
2 changed files with 17 additions and 1 deletions

View File

@ -214,7 +214,7 @@ EXTRA_DIST = \
sigprocmask.stderr.exp sigprocmask.stderr.exp2 sigprocmask.vgtest \
static_malloc.stderr.exp static_malloc.vgtest \
stpncpy.vgtest stpncpy.stderr.exp stpncpy.stdout.exp \
strchr.stderr.exp strchr.stderr.exp3 strchr.vgtest \
strchr.stderr.exp strchr.stderr.exp2 strchr.stderr.exp3 strchr.vgtest \
str_tester.stderr.exp str_tester.vgtest \
supp-dir.vgtest supp-dir.stderr.exp \
supp_unknown.stderr.exp supp_unknown.vgtest supp_unknown.supp \

View File

@ -0,0 +1,16 @@
Conditional jump or move depends on uninitialised value(s)
at 0x........: index (vg_replace_strmem.c:...)
by 0x........: main (strchr.c:15)
Conditional jump or move depends on uninitialised value(s)
at 0x........: index (vg_replace_strmem.c:...)
by 0x........: main (strchr.c:15)
Conditional jump or move depends on uninitialised value(s)
at 0x........: rindex (vg_replace_strmem.c:...)
by 0x........: main (strchr.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x........: rindex (vg_replace_strmem.c:...)
by 0x........: main (strchr.c:16)