summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/known_bugs.tcl
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-12-01 17:33:11 +0000
committerCorinna Vinschen <corinna@vinschen.de>2003-12-01 17:33:11 +0000
commitbd16a3a8a8a1b0f2971e6bac6c896320f02208c2 (patch)
tree625aac86649771e11536ab33493b004be7fb7a21 /winsup/testsuite/winsup.api/known_bugs.tcl
parent18dcb167578ef69fa8965fba0c286198bdf3e6da (diff)
downloadcygnal-bd16a3a8a8a1b0f2971e6bac6c896320f02208c2.tar.gz
cygnal-bd16a3a8a8a1b0f2971e6bac6c896320f02208c2.tar.bz2
cygnal-bd16a3a8a8a1b0f2971e6bac6c896320f02208c2.zip
* winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. These
tests had a compatibility bug. * winsup.api/ltp/fcntl09.c: Don't use F_RDLCK | F_WRLCK but only F_WRLCK to set a write lock. * winsup.api/ltp/fcntl10.c: Ditto.
Diffstat (limited to 'winsup/testsuite/winsup.api/known_bugs.tcl')
-rw-r--r--winsup/testsuite/winsup.api/known_bugs.tcl2
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 b7416fdb4..f3fc01527 100644
--- a/winsup/testsuite/winsup.api/known_bugs.tcl
+++ b/winsup/testsuite/winsup.api/known_bugs.tcl
@@ -1,5 +1,5 @@
set xfail_list [list dup03 dup05 \
- fcntl05 fcntl07B fcntl09 fcntl10 \
+ fcntl05 fcntl07B \
lseek04 mknod01 select03 \
setgroups01 setuid02 \
ulimit01 unlink06 unlink08 \