freebsd-dev/tools/regression/p1003_1b
2000-02-16 14:28:42 +00:00
..
fifo.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
main.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
Makefile These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
memlock.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
p26.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
prutil.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
prutil.h These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
README These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
sched.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00
yield.c These are regression tests for the P1003.1B scheduler. 2000-02-16 14:28:42 +00:00

$FreeBSD$

p1003_1b: Regression tests for the scheduling facilities.
The following should always work as of the release of 4.0:

p1003_1b fifo : Check that the FIFO scheduler seems to work.
p1003_1b p26 :  Check that we support the expected features.
p1003_1b sched: Check that schedule switching seems to work.
p1003_1b yield: Check that yielding runs the expected process.

As of today "p1003_1b yield" doesn't work.  I have a minimal set
of patches I'm waiting for approval to commit.

Peter dufault@freebsd.org