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-07-07 01:40:38 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-07 01:40:38 +0400
commit35738f040e4c8dfcd621a428af8aae85d186e9e6 (patch)
tree585170d99140faebb839328a0fa03ec841575d66 /winsup/testsuite
parent5230d454ead4533c119c6d65aba17a369d9471f5 (diff)
* winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/ChangeLog5
-rw-r--r--winsup/testsuite/winsup.api/known_bugs.tcl2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 450abe38a..03df98595 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2003-07-06 Christopher Faylor <cgf@redhat.com>
+ * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known
+ bugs.
+
+2003-07-06 Christopher Faylor <cgf@redhat.com>
+
* Makefile.in: Remove .dat files when cleaning.
2003-07-06 Christopher Faylor <cgf@redhat.com>
diff --git a/winsup/testsuite/winsup.api/known_bugs.tcl b/winsup/testsuite/winsup.api/known_bugs.tcl
index 5306aa495..3e0f1f4df 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 \
- gethostid01 lseek04 lseek10 mknod01 select03 \
+ lseek04 lseek10 mknod01 select03 \
setgroups01 setuid02 \
ulimit01 unlink06 unlink08 \
sample-fail sample-miscompile]