summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-20 19:01:35 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-20 19:01:35 -0500
commit641b0d18d0d403ac01459662c0501219e548c15e (patch)
tree9e5f8d2ac6d2fceca5cd125f38eb4811fffa3565 /test
parent1c91bcc0f7e1e30605a9473777ce0a7f627fbc45 (diff)
downloaddeheader-641b0d18d0d403ac01459662c0501219e548c15e.tar.gz
deheader-641b0d18d0d403ac01459662c0501219e548c15e.tar.bz2
deheader-641b0d18d0d403ac01459662c0501219e548c15e.tar.xz
deheader-641b0d18d0d403ac01459662c0501219e548c15e.zip
Many more tests. All regressions pass.
Diffstat (limited to 'test')
-rw-r--r--test/README14
1 files changed, 10 insertions, 4 deletions
diff --git a/test/README b/test/README
index 646456c..00d7c31 100644
--- a/test/README
+++ b/test/README
@@ -34,14 +34,20 @@ stropts.h - fattach(), fdetach() not tested
time.h - FD_* macros are not tested
strings.h - ffs() not tested.
stdio.h - fgetpos(), fgets(), fileno(), f*lockfile(), fopen(), not tested.
-wchar.h - fgetwc(), fgetws() not tested.
+wchar.h - fgetwc(), fgetws(), fwide() not tested.
fmtmsg.h - fmtmsg() not tested.
fnmatch.h - fnmatch() not tested.
-unistd.h - fork(), fpathconf(), free() not tested.
-stdio.h - *printf*, fputc(), fputwc(), fputws(), fread() not tested.
+unistd.h - fork(), fpathconf(), free(), fsnyc(), *truncate() not tested.
+stdio.h - *printf*, fputc(), fputwc(), fputws(), fread(), fwrite() not tested.
stdio.h - freopen(), fscanf(), sscanf(), feek(), fseeko() not tested.
-stdio.h - fsetpos() not tested.
+stdio.h - fsetpos(), ftell(), ftello() not tested.
math.h - frexp() not tested.
+sys/statvfs.h - fstatvfs(), statvfs() untested.
+sys/timeb.h - ftime() not tested.
+sys/ipc.h - ftok()
+ftw.h - ftw(), nftw() not tested.
+wchar.h - fwprintf(), wprintf(), swprintf() not tested.
+wchar.h - fwscanf(), wscanf(), swscanf() not tested.
For other dependencies not tested, see the commented-out lines in deheader's
dependency table.