Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-25 22:24:46 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-25 22:24:46 +0300
commit84f08ba160fd0a6233865f501866c6bf46f8d7b0 (patch)
treec7756acf5135de40f756e1ed5c8d2a080f192f92 /winsup/testsuite
parente00700cd80a429eb0abf19154b33e0508590216d (diff)
* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/ChangeLog4
-rw-r--r--winsup/testsuite/winsup.api/known_bugs.tcl2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 33fb66dc4..2a320194c 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -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>
* winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.
diff --git a/winsup/testsuite/winsup.api/known_bugs.tcl b/winsup/testsuite/winsup.api/known_bugs.tcl
index 3e0f1f4df..b7416fdb4 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 \
- lseek04 lseek10 mknod01 select03 \
+ lseek04 mknod01 select03 \
setgroups01 setuid02 \
ulimit01 unlink06 unlink08 \
sample-fail sample-miscompile]