glibc/io
Florian Weimer c23de0aacb support: Introduce new subdirectory for test infrastructure
The new test driver in <support/test-driver.c> has feature parity with
the old one.  The main difference is that its hooking mechanism is
based on functions and function pointers instead of macros.  This
commit also implements a new environment variable, TEST_COREDUMPS,
which disables the code which disables coredumps (that is, it enables
them if the invocation environment has not disabled them).

<test-skeleton.c> defines wrapper functions so that it is possible to
use existing macros with the new-style hook functionality.

This commit changes only a few test cases to the new test driver, to
make sure that it works as expected.
2016-12-09 08:18:27 +01:00
..
bits
sys Installed-header hygiene (BZ#20366): time.h types. 2016-09-23 08:43:56 -04:00
access.c New internal function __access_noerrno 2016-11-16 15:53:58 -02:00
bug-ftw1.c
bug-ftw2.c
bug-ftw3.c
bug-ftw4.c
bug-ftw5.c
chdir.c
chmod.c
chown.c
close.c
creat64.c
creat.c
dup2.c
dup3.c
dup.c
euidaccess.c
faccessat.c
fchdir.c
fchmod.c
fchmodat.c
fchown.c
fchownat.c
fcntl.c
fcntl.h Installed-header hygiene (BZ#20366): time.h types. 2016-09-23 08:43:56 -04:00
flock.c
fstat64.c
fstat.c
fstatat64.c
fstatat.c
fstatfs64.c
fstatfs.c
fstatvfs64.c
fstatvfs.c
fts64.c
fts.c
fts.h Installed-header hygiene (BZ#20366): obsolete BSD u_* types. 2016-09-23 08:43:56 -04:00
ftw64.c
ftw.c
ftw.h
ftwtest-sh
ftwtest.c
futimens.c
fxstat64.c
fxstat.c
fxstatat64.c
fxstatat.c
getcwd.c
getdirname.c
getwd.c
have_o_cloexec.c
isatty.c
lchmod.c
lchown.c
link.c
linkat.c
lockf64.c
lockf.c
lseek64.c
lseek.c
lstat64.c
lstat.c
lxstat64.c
lxstat.c
Makefile Consolidate posix_fallocate{64} implementations 2016-10-07 14:16:41 -03:00
mkdir.c
mkdirat.c
mkfifo.c
mkfifoat.c
mknod.c
mknodat.c
open64_2.c
open64.c
open_2.c
open.c
openat64_2.c
openat64.c
openat_2.c
openat.c
pipe2.c
pipe.c
poll.c
poll.h
posix_fadvise64.c
posix_fadvise.c
posix_fallocate64.c
posix_fallocate.c
ppoll.c
pwd.c
read.c
readlink.c
readlinkat.c
rmdir.c
sendfile64.c
sendfile.c
stat64.c
stat.c
statfs64.c
statfs.c
statvfs64.c
statvfs.c
symlink.c
symlinkat.c
test-lfs.c 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> 2016-06-11 14:50:16 -07:00
test-stat2.c
test-stat.c
test-utime.c
tst-faccessat.c
tst-fchmodat.c
tst-fchownat.c
tst-fcntl.c 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> 2016-06-11 14:50:16 -07:00
tst-fstatat.c
tst-fts-lfs.c
tst-fts.c
tst-futimesat.c
tst-getcwd.c
tst-linkat.c
tst-mkdirat.c
tst-mkfifoat.c
tst-mknodat.c
tst-open-tmpfile.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
tst-openat.c
tst-posix_fallocate64.c Consolidate posix_fallocate{64} implementations 2016-10-07 14:16:41 -03:00
tst-posix_fallocate-common.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
tst-posix_fallocate.c Consolidate posix_fallocate{64} implementations 2016-10-07 14:16:41 -03:00
tst-readlinkat.c
tst-renameat.c
tst-statvfs.c
tst-symlinkat.c
tst-ttyname_r.c
tst-unlinkat.c
ttyname_r.c
ttyname.c
umask.c
unlink.c
unlinkat.c
utime.c
utime.h Installed-header hygiene (BZ#20366): time.h types. 2016-09-23 08:43:56 -04:00
utimensat.c
Versions
write.c
xmknod.c
xmknodat.c
xstat64.c
xstat.c