mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
More expected outputs for FC4.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3827
This commit is contained in:
parent
d905bd778e
commit
60f21ea327
@ -5,10 +5,12 @@ noinst_HEADERS = scalar.h
|
||||
EXTRA_DIST = $(noinst_SCRIPTS) \
|
||||
fpeflags.stderr.exp fpeflags.vgtest \
|
||||
pushfpopf.stderr.exp pushfpopf.stdout.exp pushfpopf.vgtest \
|
||||
scalar.stderr.exp scalar.vgtest \
|
||||
scalar.stderr.exp scalar.stderr.exp2 scalar.vgtest \
|
||||
scalar_fork.stderr.exp scalar_fork.vgtest \
|
||||
scalar_exit_group.stderr.exp scalar_exit_group.vgtest \
|
||||
scalar_supp.stderr.exp scalar_supp.vgtest scalar_supp.supp \
|
||||
scalar_exit_group.stderr.exp scalar_exit_group.stderr.exp2 \
|
||||
scalar_exit_group.vgtest \
|
||||
scalar_supp.stderr.exp scalar_supp.stderr.exp2 \
|
||||
scalar_supp.vgtest scalar_supp.supp \
|
||||
scalar_vfork.stderr.exp scalar_vfork.vgtest \
|
||||
tronical.stderr.exp tronical.vgtest
|
||||
|
||||
|
||||
3963
memcheck/tests/x86/scalar.stderr.exp2
Normal file
3963
memcheck/tests/x86/scalar.stderr.exp2
Normal file
File diff suppressed because it is too large
Load Diff
6
memcheck/tests/x86/scalar_exit_group.stderr.exp2
Normal file
6
memcheck/tests/x86/scalar_exit_group.stderr.exp2
Normal file
@ -0,0 +1,6 @@
|
||||
-----------------------------------------------------
|
||||
252: __NR_exit_group 1s 0m
|
||||
-----------------------------------------------------
|
||||
Syscall param exit_group(exit_code) contains uninitialised byte(s)
|
||||
at 0x........: syscall (in /...libc...)
|
||||
by 0x........: main (scalar_exit_group.c:14)
|
||||
20
memcheck/tests/x86/scalar_supp.stderr.exp2
Normal file
20
memcheck/tests/x86/scalar_supp.stderr.exp2
Normal file
@ -0,0 +1,20 @@
|
||||
Syscall param (syscallno) contains uninitialised byte(s)
|
||||
at 0x........: syscall (in /...libc...)
|
||||
by 0x........: main (scalar_supp.c:18)
|
||||
|
||||
Syscall param write(fd) contains uninitialised byte(s)
|
||||
at 0x........: syscall (in /...libc...)
|
||||
by 0x........: main (scalar_supp.c:18)
|
||||
|
||||
Syscall param write(buf) contains uninitialised byte(s)
|
||||
at 0x........: syscall (in /...libc...)
|
||||
by 0x........: main (scalar_supp.c:18)
|
||||
|
||||
Syscall param write(count) contains uninitialised byte(s)
|
||||
at 0x........: syscall (in /...libc...)
|
||||
by 0x........: main (scalar_supp.c:18)
|
||||
|
||||
Syscall param write(buf) points to unaddressable byte(s)
|
||||
at 0x........: syscall (in /...libc...)
|
||||
by 0x........: main (scalar_supp.c:18)
|
||||
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
||||
Loading…
x
Reference in New Issue
Block a user