mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
regtest: add an arm expected for memalign_args
This commit is contained in:
parent
a7d86da0f6
commit
bb5e8df560
@ -223,6 +223,7 @@ EXTRA_DIST = \
|
||||
memalign_args.vgtest memalign_args.stderr.exp \
|
||||
memalign_args.stderr.exp-glibc \
|
||||
memalign_args.stderr.exp-ppc64 \
|
||||
memalign_args.stderr.exp-arm \
|
||||
memcmptest.stderr.exp memcmptest.stderr.exp2 \
|
||||
memcmptest.stdout.exp memcmptest.vgtest \
|
||||
memmem.stderr.exp memmem.vgtest \
|
||||
|
||||
40
memcheck/tests/memalign_args.stderr.exp-arm
Normal file
40
memcheck/tests/memalign_args.stderr.exp-arm
Normal file
@ -0,0 +1,40 @@
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:19)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:19)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:19)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: posix_memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:23)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: posix_memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:23)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: posix_memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:23)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:26)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:26)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: memalign (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:26)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: valloc (vg_replace_malloc.c:...)
|
||||
by 0x........: main (memalign_args.c:29)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user