Initial import from FreeBSD RELENG_4:
[dragonfly.git] / tools / regression / p1003_1b / README
1 $FreeBSD: src/tools/regression/p1003_1b/README,v 1.1 2000/02/16 14:28:39 dufault Exp $
2
3 p1003_1b: Regression tests for the scheduling facilities.
4 The following should always work as of the release of 4.0:
5
6 p1003_1b fifo : Check that the FIFO scheduler seems to work.
7 p1003_1b p26 :  Check that we support the expected features.
8 p1003_1b sched: Check that schedule switching seems to work.
9 p1003_1b yield: Check that yielding runs the expected process.
10
11 As of today "p1003_1b yield" doesn't work.  I have a minimal set
12 of patches I'm waiting for approval to commit.
13
14 Peter dufault@freebsd.org