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
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.
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.