summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-20 12:29:49 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-20 12:29:49 -0500
commitc2df1f5064e7f70d6e43c4d5e9a4cc5b8b4d617a (patch)
treea31077432613d22da1512700875f3e91f0a370ea /test/README
parent2d0ec939c757bd1188b57d9e48ee847b371ab747 (diff)
downloaddeheader-c2df1f5064e7f70d6e43c4d5e9a4cc5b8b4d617a.tar.gz
deheader-c2df1f5064e7f70d6e43c4d5e9a4cc5b8b4d617a.tar.bz2
deheader-c2df1f5064e7f70d6e43c4d5e9a4cc5b8b4d617a.tar.xz
deheader-c2df1f5064e7f70d6e43c4d5e9a4cc5b8b4d617a.zip
Tests for ctime(), fclose(), fchmod(), fchown().
Diffstat (limited to 'test/README')
-rw-r--r--test/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/README b/test/README
index c602d37..936785f 100644
--- a/test/README
+++ b/test/README
@@ -15,7 +15,7 @@ time.h - asctime() and asctime_r()
assert.h - assert() macro
syslog.h - closelog(), openlog(), setlogmask(), syslog()
rexgexp.h - advance() is tested, compile() is not.
-unistd.h - confstr() is not tested, nor are the exec* functions.
+unistd.h - confstr(), exec*(), fchdir() not tested.
math.h - cos(), cosh(): these will need <math.h>.
stdio.h - ctermid() not tested; SuS includes <stdio.h>
time.h - ctime_r(), difftime(), and daylight are not tested, but ctime() is.
@@ -29,7 +29,9 @@ dlfcn.h - dlclose(), dlerror(), dlopen(), dlsym() not tested
grp.h - functions not tested, getgrent() depends omn <grp.h>
pwd.h - functions not tested, getpwent() depends omn <pwd.h>
utmpx.h - functions not tested, most depend on <utmpx.h>
-math.h - erf(), erfc(), exp() not tested.
+math.h - erf(), erfc(), exp(), expm1(), fabs() not tested.
+stropts.h - fattach() not tested
+time.h - FD_* macros are not tested
For other dependencies not tested, see the commented-out lines in deheader's
dependency table.