Enable sys_adjtimex() on arm-linux. Fixes #412408.
[valgrind.git] / memcheck / tests / writev1.stderr.exp-solaris
blobb19d775c5001c5c2f64aee2ddae1940d8b89a684
1 Test file created.
2 Syscall param writev(vector[...]) points to unaddressable byte(s)
3    ...
4    by 0x........: main (writev1.c:56)
5  Address 0x........ is not stack'd, malloc'd or (recently) free'd
7 Received EFAULT as expected
8 Syscall param writev(vector) points to unaddressable byte(s)
9    ...
10    by 0x........: main (writev1.c:68)
11  Address 0x........ is 0 bytes after the brk data segment limit 0x........
13 Received EINVAL as expected
14 Syscall param readv(vector) points to unaddressable byte(s)
15    ...
16    by 0x........: main (writev1.c:76)
17  Address 0x........ is 0 bytes after the brk data segment limit 0x........
19 Received EINVAL as expected