History log of /freebsd/tools/regression/README (Results 26 – 48 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 88ef0373 20-Apr-2002 Juli Mallett <jmallett@FreeBSD.org>

Start adding framework for userland regression tests, and tests for
uuencode and uudecode.


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# 61404abc 20-Dec-2001 Jordan K. Hubbard <jkh@FreeBSD.org>

Add Apple's filesystem exercising tool.

Submitted by: Conrad Minshall <conrad@apple.com>
Obtained from: Apple Computer


Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# e5f1b1b1 16-Feb-2000 Peter Dufault <dufault@FreeBSD.org>

These are regression tests for the P1003.1B scheduler.

Approved by: jkh


Revision tags: release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs
# 6527fda5 18-May-1997 Doug Rabson <dfr@FreeBSD.org>

Add a couple of test cases for mmap over NFS.


Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs
# 03bbd5cc 07-Mar-1997 Mike Pritchard <mpp@FreeBSD.org>

Fix a couple of typos.


Revision tags: release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs, release/2.1.0_cvs
# 9e9d8a46 15-Oct-1995 Poul-Henning Kamp <phk@FreeBSD.org>

README reads:
This directory is for regression test programs.

A regression test program is one that will excercise a particular bit of the
system to check that we have not reintroduced an old bug.

README reads:
This directory is for regression test programs.

A regression test program is one that will excercise a particular bit of the
system to check that we have not reintroduced an old bug.

Please make a subdir per program, and add a brief description to this file.

show more ...


# 7e857dd1 12-Jun-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- Merge from HEAD


# 84ccb25d 27-May-2009 Edwin Groothuis <edwin@FreeBSD.org>

Add the regression test for bin/date.


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# ffc44a27 22-May-2007 Diomidis Spinellis <dds@FreeBSD.org>

Document the .in .out file naming conventions adopted in commit_prep.pl's
exclusions list for header checking.


# 259dde6e 14-Mar-2007 Diomidis Spinellis <dds@FreeBSD.org>

Document a procedure for testing individual binaries under development.


Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# 938e27a7 02-Jan-2005 Marcel Moolenaar <marcel@FreeBSD.org>

Replace a mention of the ia64_unaligned directory with one of the
ia64 subdirectory. All ia64 specific regression tests live under
the ia64 directory.


# 00e13b1d 11-Nov-2004 Nik Clayton <nik@FreeBSD.org>

Switch over to a different, more flexible test output protocol that's
understood by Perl's Test::Harness module and prove(1) commands.

Update README to describe the new protocol. The work's broken

Switch over to a different, more flexible test output protocol that's
understood by Perl's Test::Harness module and prove(1) commands.

Update README to describe the new protocol. The work's broken down into
two main sets of changes.

First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.

Second, provide the .t files that actually run the tests. In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.

Add a TODO file.

show more ...


Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1
# e858faa9 20-Feb-2004 Brian Feldman <green@FreeBSD.org>

Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious
regressions would be to see the program or your kernel crashing.

If you want to give it something to really test out, try a muc

Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious
regressions would be to see the program or your kernel crashing.

If you want to give it something to really test out, try a much more
reentrant version of the resolver.
<URL:http://green.homeunix.org/~green/reentrant_resolver.patch>
Any Mozilla-based browser would show you a clear difference.

show more ...


Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# af1a7621 31-Jul-2003 Pierre Beyssac <pb@FreeBSD.org>

Add a regression test for the big pipe bug.

Suggested by: silby


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs
# ba05755c 15-Aug-2002 Alfred Perlstein <alfred@FreeBSD.org>

Add regression tests for sysvipc.

Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Obtained from: NetBSD


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 80ad7ca9 07-Jun-2002 Juli Mallett <jmallett@FreeBSD.org>

Describe ia64_unaligned and geom directories. I hope I got these right.


# 624abf85 27-Apr-2002 Juli Mallett <jmallett@FreeBSD.org>

Prefix tests with PASS and FAIL, to make grepping easier, and note this in
the README.

This affects only the base-system regression tests, of course.


# 88ef0373 20-Apr-2002 Juli Mallett <jmallett@FreeBSD.org>

Start adding framework for userland regression tests, and tests for
uuencode and uudecode.


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# 61404abc 20-Dec-2001 Jordan K. Hubbard <jkh@FreeBSD.org>

Add Apple's filesystem exercising tool.

Submitted by: Conrad Minshall <conrad@apple.com>
Obtained from: Apple Computer


Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# e5f1b1b1 16-Feb-2000 Peter Dufault <dufault@FreeBSD.org>

These are regression tests for the P1003.1B scheduler.

Approved by: jkh


Revision tags: release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs
# 6527fda5 18-May-1997 Doug Rabson <dfr@FreeBSD.org>

Add a couple of test cases for mmap over NFS.


Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs
# 03bbd5cc 07-Mar-1997 Mike Pritchard <mpp@FreeBSD.org>

Fix a couple of typos.


Revision tags: release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs, release/2.1.0_cvs
# 9e9d8a46 15-Oct-1995 Poul-Henning Kamp <phk@FreeBSD.org>

README reads:
This directory is for regression test programs.

A regression test program is one that will excercise a particular bit of the
system to check that we have not reintroduced an old bug.

README reads:
This directory is for regression test programs.

A regression test program is one that will excercise a particular bit of the
system to check that we have not reintroduced an old bug.

Please make a subdir per program, and add a brief description to this file.

show more ...


12