Move the dup(2) regression to the testing section and assign it to

csjp@ since he has committed a fix for this.
This commit is contained in:
Maxime Henrion 2006-03-26 02:31:30 +00:00
parent 954d90f165
commit 831c93fc6d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27422

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.20 2006/03/20 17:26:24 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.21 2006/03/21 21:24:40 hrs Exp $">
<!ENTITY local.rel "6.1">
<!ENTITY title "FreeBSD 6.1 Open Issues">
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
@ -215,16 +215,6 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
bug reports seen on -stable.</td>
</tr>
<tr>
<td>dup(2) regression on 6.x</td>
<td>&status.unknown;</td>
<td>&a.des;</td>
<td>Simple "close(0); dup(fd)" does not return descriptor "0" in some cases.
This problem has been reported in
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/87208">kern/87208</a>,
and there is a proposed patch in the PR, too.</td>
</tr>
<tr>
<td>"calcru: runtime went backwards" problem for threaded program</td>
<td>&status.unknown;</td>
@ -476,6 +466,18 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
here, and we should be ready to support SMP out-of-the-box.</td>
</tr>
<tr>
<td>dup(2) regression on 6.x</td>
<td>&status.untested;</td>
<td>&a.csjp;</td>
<td>Simple "close(0); dup(fd)" does not return descriptor "0" in some cases.
This problem has been reported in
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/87208">kern/87208</a>,
and there is a proposed patch in the PR, too. &a.csjp; has committed a
fix for this.</td>
</tr>
</table>
<h3>Stress Test Panics</h3>