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/winsup.api/known_bugs.tcl | |
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/winsup.api/known_bugs.tcl')
-rw-r--r-- | winsup/testsuite/winsup.api/known_bugs.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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] |