From 641b0d18d0d403ac01459662c0501219e548c15e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Dec 2010 19:01:35 -0500 Subject: Many more tests. All regressions pass. --- deheader | 19 +++++++++++++++++++ test/README | 14 ++++++++++---- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/deheader b/deheader index 1a1651c..dfc692d 100755 --- a/deheader +++ b/deheader @@ -157,6 +157,25 @@ requirements = ( (r"fseeko()", [""]), (r"fsetpos()", [""]), (r"fstat()", ["", ""]), + (r"fstatvfs()", [""]), + (r"statvfs()", [""]), + (r"fsync()", [""]), + (r"ftell()", [""]), + (r"ftello()", [""]), + (r"ftime()", [""]), + (r"ftok()", [""]), + (r"truncate()", [""]), + (r"ftruncate()", [""]), + (r"ftw()", [""]), + (r"nftw()", [""]), + (r"fwide()", ["", ""]), + (r"fwprintf()", ["", ""]), + (r"wprintf()", ["", ""]), + (r"swprintf()", ["", ""]), + (r"fwrite()", [""]), + (r"fwscanf()", ["", ""]), + (r"wscanf()", ["", ""]), + (r"swscanf()", ["", ""]), # Header dependencies implies by SuS (r"", [""]), (r"", ["", ""]), 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. -- cgit v1.2.3-70-g09d2