Rewrite the tests for Posix functions that silently 'return 1'
or 'exit(1)' on error, to instead verbosely report the error using
assert. This is based on requests made in review of D56136.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/sanitizer_common/TestCases/Posix/devname_r.cc | ||
---|---|---|
21 ↗ | (On Diff #179693) | While there.. devname_r has a broken interceptor for !NetBSD. Wrong return type. |