* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
from list of known bugs.
This commit is contained in:
parent
641da1ebcf
commit
e463d1ac53
|
@ -1,3 +1,8 @@
|
|||
2003-03-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
|
||||
from list of known bugs.
|
||||
|
||||
2003-02-19 Vaclav Haisman <V.Haisman@sh.cvut.cz>
|
||||
|
||||
* winsup.api/crlf.c: Fix C signed/unsigned compare warning.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
set xfail_list [list dup03 dup05 \
|
||||
fcntl05 fcntl07B fcntl09 fcntl10 \
|
||||
fsync01 gethostid01 lseek04 lseek10 mknod01 select03 \
|
||||
setgroups01 setregid01 setreuid01 setuid02 \
|
||||
gethostid01 lseek04 lseek10 mknod01 select03 \
|
||||
setgroups01 setuid02 \
|
||||
ulimit01 unlink06 unlink08 \
|
||||
sample-fail sample-miscompile]
|
||||
|
||||
|
|
Loading…
Reference in New Issue