Module Name:src
Committed By: kamil
Date: Sat Feb 8 19:58:37 UTC 2020
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
O_SEARCH tests: expect revoke +x failure on NFS
Patch by Kyle Evans (FreeBSD)
PR misc/54946
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Thu Feb 6 12:18:06 UTC 2020
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
Add a few O_SEARCH tests, currently only run on FreeBSD.
Patch from Kyle Evans.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: martin
Date: Wed Feb 5 17:13:24 UTC 2020
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
PR misc/54940: do not combine O_SEARCH with O_RDWR, from Kyle Evans.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src
Module Name:src
Committed By: martin
Date: Wed Feb 5 08:52:46 UTC 2020
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
PR misc/54939: fix file descriptor leak, patch from Kyle Evans.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/test
Module Name:src
Committed By: martin
Date: Tue Jan 28 07:12:08 UTC 2020
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
PR 54902: fix octal numbers accidently spelled as decimal.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib
Module Name:src
Committed By: christos
Date: Tue Jan 10 22:25:01 UTC 2017
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
need
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/c063/t_o_search.c
Please note that diffs are
Module Name:src
Committed By: christos
Date: Tue Jan 10 15:15:09 UTC 2017
Modified Files:
src/tests/lib/libc/c063: t_fexecve.c t_mkfifoat.c t_mknodat.c
Log Message:
PR/51805: Ngie Cooper: Fix file descriptor leaks
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1
Module Name:src
Committed By: christos
Date: Tue Jan 10 15:13:56 UTC 2017
Modified Files:
src/tests/lib/libc/c063: t_faccessat.c t_fchmodat.c t_fchownat.c
t_fstatat.c t_openat.c t_readlinkat.c t_unlinkat.c t_utimensat.c
Log Message:
PR/51804: Ngie Cooper: Sort
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 04:46:07 UTC 2013
Modified Files:
src/tests/lib/libc/c063: t_faccessat.c t_fchmodat.c t_fchownat.c
t_fstatat.c t_linkat.c t_mkdirat.c t_mkfifoat.c t_mknodat.c
t_o_search.c t_openat.c t_readlinkat.c
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 04:36:00 UTC 2013
Modified Files:
src/tests/lib/libc/c063: t_fexecve.c
Log Message:
fexecve is not implemented, so mark the test as an expected failure.
While doing this, clean this whole thing: do not define a useless c
Module Name:src
Committed By: martin
Date: Fri Nov 23 08:24:20 UTC 2012
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
Split the test cases where root/non-root makes a difference in two and mark
them apropriately. Exact permission semantics are still un
Module Name:src
Committed By: martin
Date: Thu Nov 22 20:17:48 UTC 2012
Modified Files:
src/tests/lib/libc/c063: t_readlinkat.c
Log Message:
0-terminate strings returned by readlinkat
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/c063/t_r
Module Name:src
Committed By: martin
Date: Thu Nov 22 14:59:59 UTC 2012
Modified Files:
src/tests/lib/libc/c063: t_utimensat.c
Log Message:
Compare against modification time instead of creation time - which we did
not set.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: martin
Date: Thu Nov 22 14:51:19 UTC 2012
Modified Files:
src/tests/lib/libc/c063: t_utimensat.c
Log Message:
Fix off by one in static array acces, use valid timestamps (ns part < 1e9),
just in case a filesystem would need to convert this to s
Module Name:src
Committed By: martin
Date: Tue Nov 20 20:01:14 UTC 2012
Modified Files:
src/tests/lib/libc/c063: t_fchownat.c t_mknodat.c
Log Message:
Mark a few tests that require root
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/c063/t
Module Name:src
Committed By: martin
Date: Mon Nov 19 16:07:56 UTC 2012
Modified Files:
src/tests/lib/libc/c063: t_utimensat.c
Log Message:
Do not require tv_nsec to be != 0 but instead require equality with the
test value.
To generate a diff of this commit:
cvs rdiff -u
16 matches
Mail list logo