* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.
This commit is contained in:
parent
e00700cd80
commit
84f08ba160
|
@ -1,3 +1,7 @@
|
||||||
|
2003-11-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.
|
||||||
|
|
||||||
2003-11-20 Corinna Vinschen <corinna@vinschen.de>
|
2003-11-20 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.
|
* winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
set xfail_list [list dup03 dup05 \
|
set xfail_list [list dup03 dup05 \
|
||||||
fcntl05 fcntl07B fcntl09 fcntl10 \
|
fcntl05 fcntl07B fcntl09 fcntl10 \
|
||||||
lseek04 lseek10 mknod01 select03 \
|
lseek04 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