Page MenuHomeFreeBSD

capsicum-test: remove stale file
AbandonedPublic

Authored by oshogbo on Mar 2 2026, 7:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 2:59 PM
Unknown Object (File)
Mon, Jul 20, 12:56 PM
Unknown Object (File)
Sat, Jul 18, 9:06 PM
Unknown Object (File)
Tue, Jul 14, 6:15 PM
Unknown Object (File)
Sun, Jul 12, 5:15 PM
Unknown Object (File)
Wed, Jun 24, 6:55 PM
Unknown Object (File)
Jun 19 2026, 8:36 AM
Unknown Object (File)
Jun 13 2026, 4:57 AM
Subscribers

Details

Reviewers
emaste
asomers

Diff Detail

Repository
rG FreeBSD src repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 71127
Build 68010: arc lint + arc unit

Event Timeline

oshogbo retitled this revision from capsicum: remove stale file to capsicum-test: remove stale file.Mar 2 2026, 7:44 AM
oshogbo added reviewers: emaste, asomers.

There are tests in here that were Linux-only when originally written but should now be enabled on FreeBSD. I'm indifferent to leaving the file name alone (reflecting where this functionality originally appeared), renaming the file, or moving individual tests to other files but I don't think we should just delete this.

The support for linux was removed: ba81b33aabff74ad03d5f9f9663c176cf060fa6

Right, my point is that there are tests in this file for functionality that we (now) have -- signalfd, timerfd, memfd, fstatat at least. Those tests should be connected to the build.

I'm with @emaste . And in fact, I already have a branch that enables these tests. They don't all pass, however.

Right, my point is that there are tests in this file for functionality that we (now) have -- signalfd, timerfd, memfd, fstatat at least. Those tests should be connected to the build.

Ah, I see. Ok.