mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
memcheck/tests/strchr: Add a regression test output variant
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13720
This commit is contained in:
parent
39c447e4a9
commit
083723080c
@ -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 \
|
||||
|
||||
16
memcheck/tests/strchr.stderr.exp2
Normal file
16
memcheck/tests/strchr.stderr.exp2
Normal 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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user