Add Nik Clayton's tasks to improve the regression testing

infrastructure in src/tools/regression.

Submitted by:	nik
This commit is contained in:
Murray Stokely 2005-06-02 13:28:36 +00:00
parent 697a065798
commit f7d0d3317e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24709

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.14 2005/06/02 13:11:33 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.15 2005/06/02 13:21:25 murray Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -78,6 +78,18 @@
fsfs repositories and Perforce depots. Currently part of the work
and research has already been completed. <a
href="mailto:mux@FreeBSD.org">&a.mux;</a> is the coordinator.</li>
<li><strong>Improve our regression testing system</strong> : Nik
Clayton has written a regression test infrastructure using Perl.
More of the regression tests should be made to work with libtap.
There are two main parts to it. First, many of the existing tests
should be moved from using assert() to using ok() and friends from
libtap. Second, more regression tests should be written.
Students familiar with scripting languages and software testing
are encouraged to work on this. <a
href="mailto:nik@FreeBSD.org">&a.nik;</a> is the coordinator.
</li>
</ul>
<a name="p-filesystem"></a>