glibc/dirent
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
..
alphasort.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
alphasort64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
bug-readdir1.c Update. 2002-12-14 19:49:13 +00:00
closedir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dirent.h Deprecate readdir_r, readdir64_r [BZ #19056] 2016-02-20 12:56:55 +01:00
dirfd.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
fdopendir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getdents.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getdents64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
list.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
opendir-tst1.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
opendir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
readdir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
readdir64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
readdir64_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
readdir_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
rewinddir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandir-cancel.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandir-tail.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandir64-tail.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandir64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandirat.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
scandirat64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
seekdir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
telldir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tst-fdopendir.c Fix dirent/tst-fdopendir not to presume O_NOATIME exists. 2015-02-06 12:23:35 -08:00
tst-fdopendir2.c * sysdeps/unix/fdopendir.c (fdopendir): If O_DIRECTORY is 2006-01-20 21:12:34 +00:00
tst-scandir.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tst-scandir64.c Add a test case for scandir. 2015-05-13 12:33:41 -07:00
tst-seekdir.c Modify several tests to use test-skeleton.c 2015-08-06 02:59:04 -04:00
Versions Implement scandirat function 2011-08-09 09:57:55 -04:00
versionsort.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
versionsort64.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00