diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 450abe38a..03df98595 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-07-06 Christopher Faylor + + * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known + bugs. + 2003-07-06 Christopher Faylor * Makefile.in: Remove .dat files when cleaning. 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]