OSDN Git Service

* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
authorcorinna <corinna>
Fri, 7 Mar 2003 15:59:58 +0000 (15:59 +0000)
committercorinna <corinna>
Fri, 7 Mar 2003 15:59:58 +0000 (15:59 +0000)
from list of known bugs.

winsup/testsuite/ChangeLog
winsup/testsuite/winsup.api/known_bugs.tcl

index 3bb84bb..ee00f80 100644 (file)
@@ -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.
index 1856608..5306aa4 100644 (file)
@@ -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]