Sponsored by: Klara, Inc.
Details
Details
- Reviewers
thj allanjude - Group Reviewers
Klara - Commits
- rG02d98d1850f8: libdiff: Add a test for the truncation issue.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 57727 Build 54615: arc lint + arc unit
Event Timeline
lib/libdiff/tests/libdiff_test.c | ||
---|---|---|
35 | You might consider using some multiple of the system page size instead. For instance, on arm64 it's possible to configure a base page size of 64KB, in which case this test is going to truncate within a page and so won't trigger SIGBUS. | |
54 | In general you don't need to clean up files in the current directory, kyua or whatever other test runner should handle that for you I believe. |