Page MenuHomeFreeBSD

tests: move some files to the tests package
ClosedPublic

Authored by ivy on May 4 2025, 12:06 PM.
Tags
None
Referenced Files
F142756823: D50147.id.diff
Fri, Jan 23, 5:08 AM
Unknown Object (File)
Fri, Jan 16, 7:09 AM
Unknown Object (File)
Fri, Jan 16, 2:22 AM
Unknown Object (File)
Tue, Jan 6, 5:37 AM
Unknown Object (File)
Dec 13 2025, 1:43 PM
Unknown Object (File)
Dec 6 2025, 1:29 PM
Unknown Object (File)
Nov 27 2025, 7:00 PM
Unknown Object (File)
Nov 20 2025, 6:08 PM
Subscribers

Details

Summary

some test support libraries had escaped confinement and were found
wandering around the utilities package:

/usr/tests/lib/csu/dynamiclib/libh_csu.so
/usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so
/usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so.1
/usr/tests/sys/vm/stack/libsoxstack.so

these aren't built using bsd.test.mk, so they don't get the default
PACKAGE=tests option; set this by hand in their Makefiles to put them
back where they belong.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63870
Build 60754: arc lint + arc unit