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:
authorCorinna Vinschen <corinna@vinschen.de>2003-03-07 18:59:58 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-03-07 18:59:58 +0300
commite463d1ac53331c5609b9f2874602cfa4bf0c7e43 (patch)
tree05368570cec01b7dcddfe3cc209a6ca5705f1518
parent641da1ebcf29a0e441b2251b4241a2a7d3320410 (diff)
* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
from list of known bugs.
-rw-r--r--winsup/testsuite/ChangeLog5
-rw-r--r--winsup/testsuite/winsup.api/known_bugs.tcl4
2 files changed, 7 insertions, 2 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 3bb84bb36..ee00f8091 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -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.
diff --git a/winsup/testsuite/winsup.api/known_bugs.tcl b/winsup/testsuite/winsup.api/known_bugs.tcl
index 1856608d9..5306aa495 100644
--- a/winsup/testsuite/winsup.api/known_bugs.tcl
+++ b/winsup/testsuite/winsup.api/known_bugs.tcl
@@ -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]