diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-25 19:24:46 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-25 19:24:46 +0000 |
commit | 84f08ba160fd0a6233865f501866c6bf46f8d7b0 (patch) | |
tree | c7756acf5135de40f756e1ed5c8d2a080f192f92 /winsup/testsuite/winsup.api/known_bugs.tcl | |
parent | e00700cd80a429eb0abf19154b33e0508590216d (diff) | |
download | cygnal-84f08ba160fd0a6233865f501866c6bf46f8d7b0.tar.gz cygnal-84f08ba160fd0a6233865f501866c6bf46f8d7b0.tar.bz2 cygnal-84f08ba160fd0a6233865f501866c6bf46f8d7b0.zip |
* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.
Diffstat (limited to 'winsup/testsuite/winsup.api/known_bugs.tcl')
-rw-r--r-- | winsup/testsuite/winsup.api/known_bugs.tcl | 2 |
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 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] |