1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/tools/regression/p1003_1b
Warner Losh 350f9ac5b3 Remove $FreeBSD$: one-line bare tag
Remove /^\s*\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit 05248206f7)
2023-08-23 11:43:33 -06:00
..
fifo.c
main.c Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
memlock.c
p26.c
prutil.c
prutil.h
README Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
sched.c
yield.c

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