diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-06 21:40:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-06 21:40:38 +0000 |
commit | 35738f040e4c8dfcd621a428af8aae85d186e9e6 (patch) | |
tree | 585170d99140faebb839328a0fa03ec841575d66 /winsup/testsuite | |
parent | 5230d454ead4533c119c6d65aba17a369d9471f5 (diff) | |
download | cygnal-35738f040e4c8dfcd621a428af8aae85d186e9e6.tar.gz cygnal-35738f040e4c8dfcd621a428af8aae85d186e9e6.tar.bz2 cygnal-35738f040e4c8dfcd621a428af8aae85d186e9e6.zip |
* winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/testsuite/winsup.api/known_bugs.tcl | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 450abe38a..03df98595 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2003-07-06 Christopher Faylor <cgf@redhat.com> + * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known + bugs. + +2003-07-06 Christopher Faylor <cgf@redhat.com> + * Makefile.in: Remove .dat files when cleaning. 2003-07-06 Christopher Faylor <cgf@redhat.com> diff --git a/winsup/testsuite/winsup.api/known_bugs.tcl b/winsup/testsuite/winsup.api/known_bugs.tcl index 5306aa495..3e0f1f4df 100644 --- a/winsup/testsuite/winsup.api/known_bugs.tcl +++ b/winsup/testsuite/winsup.api/known_bugs.tcl @@ -1,6 +1,6 @@ set xfail_list [list dup03 dup05 \ fcntl05 fcntl07B fcntl09 fcntl10 \ - gethostid01 lseek04 lseek10 mknod01 select03 \ + lseek04 lseek10 mknod01 select03 \ setgroups01 setuid02 \ ulimit01 unlink06 unlink08 \ sample-fail sample-miscompile] |