FreeBSD regtest: remove test for version 13+ syscalls
[valgrind.git] / memcheck / tests / freebsd / timerfd.stderr.exp
blob4831ec8061f535eee67e9a585a2040bc8d349b8b
1 Syscall param timerfd_create(clockid) contains uninitialised byte(s)
2    at 0x........: timerfd_create (in /...libc...)
3    by 0x........: main (timerfd.c:115)
5 Syscall param timerfd_create(flags) contains uninitialised byte(s)
6    at 0x........: timerfd_create (in /...libc...)
7    by 0x........: main (timerfd.c:115)
9 Syscall param timerfd_gettime(curr_value) points to unaddressable byte(s)
10    at 0x........: timerfd_gettime (in /...libc...)
11    by 0x........: main (timerfd.c:124)
12  Address 0x........ is 0 bytes after a block of size 30 alloc'd
13    at 0x........: malloc (vg_replace_malloc.c:...)
14    by 0x........: main (timerfd.c:108)
16 Syscall param timerfd_settime(flags) contains uninitialised byte(s)
17    at 0x........: timerfd_settime (in /...libc...)
18    by 0x........: main (timerfd.c:130)
20 Syscall param timerfd_settime(old_value) points to unaddressable byte(s)
21    at 0x........: timerfd_settime (in /...libc...)
22    by 0x........: main (timerfd.c:134)
23  Address 0x........ is 0 bytes after a block of size 30 alloc'd
24    at 0x........: malloc (vg_replace_malloc.c:...)
25    by 0x........: main (timerfd.c:109)
27 Syscall param timerfd_gettime(fd) contains uninitialised byte(s)
28    at 0x........: timerfd_gettime (in /...libc...)
29    by 0x........: main (timerfd.c:139)
31 Syscall param timerfd_settime(fd) contains uninitialised byte(s)
32    at 0x........: timerfd_settime (in /...libc...)
33    by 0x........: main (timerfd.c:141)
35 FILE DESCRIPTORS: 4 open (3 std) at exit.
36 Open file descriptor 3:
37    at 0x........: timerfd_create (in /...libc...)
38    by 0x........: main (timerfd.c:115)