Merge from vendor branch BINUTILS:
[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 $DragonFly: src/tools/regression/p1003_1b/README,v 1.2 2003/06/17 04:29:11 dillon Exp $
3
4 p1003_1b: Regression tests for the scheduling facilities.
5 The following should always work as of the release of 4.0:
6
7 p1003_1b fifo : Check that the FIFO scheduler seems to work.
8 p1003_1b p26 :  Check that we support the expected features.
9 p1003_1b sched: Check that schedule switching seems to work.
10 p1003_1b yield: Check that yielding runs the expected process.
11
12 As of today "p1003_1b yield" doesn't work.  I have a minimal set
13 of patches I'm waiting for approval to commit.
14
15 Peter dufault@freebsd.org