Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6761: Fix tool.drcov.eintr expected output (#6762)
Allows either a covered or not-covered verdict for lines that may or may not be executed depending on where signals are delivered in the test app. It is better to adapt the expected output template than to modify the test code because there's nothing really wrong with the test code (no race since it already uses locks where required). Fixes: #6761
- Loading branch information