Sponsored by: Netflix
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 42591 Build 39479: arc lint + arc unit
Event Timeline
tests/sys/kern/ktls_test.c | ||
---|---|---|
948 | Why assert() rather than ATF_REQUIRE? |
tests/sys/kern/ktls_test.c | ||
---|---|---|
948 | I did this earlier in the control transmit test I had copied this from mostly. In this case I guess I was viewing an assert as meaning I had done something wrong, but perhaps these should be ATF_REQUIRE instead as it is validating data generated by the kernel. |