* winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.
This commit is contained in:
parent
5230d454ea
commit
35738f040e
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2003-07-06 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* Makefile.in: Remove .dat files when cleaning.
|
* Makefile.in: Remove .dat files when cleaning.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
set xfail_list [list dup03 dup05 \
|
set xfail_list [list dup03 dup05 \
|
||||||
fcntl05 fcntl07B fcntl09 fcntl10 \
|
fcntl05 fcntl07B fcntl09 fcntl10 \
|
||||||
gethostid01 lseek04 lseek10 mknod01 select03 \
|
lseek04 lseek10 mknod01 select03 \
|
||||||
setgroups01 setuid02 \
|
setgroups01 setuid02 \
|
||||||
ulimit01 unlink06 unlink08 \
|
ulimit01 unlink06 unlink08 \
|
||||||
sample-fail sample-miscompile]
|
sample-fail sample-miscompile]
|
||||||
|
|
Loading…
Reference in New Issue