freebsd-dev/tools/regression/p1003_1b
Pedro F. Giffuni df57947f08 spdx: initial adoption of licensing ID tags.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
2017-11-18 14:26:50 +00:00
..
fifo.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
main.c
Makefile
memlock.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
p26.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
prutil.c
prutil.h
README
sched.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
yield.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +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