Skip to content

Commit

Permalink
i#6761: Fix tool.drcov.eintr expected output (#6762)
Browse files Browse the repository at this point in the history
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
abhinav92003 authored Apr 5, 2024
1 parent 2587672 commit 367b127
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DA:99,0
DA:100,0
DA:103,1
DA:104,1
DA:105,1
DA:105,[01]
DA:106,1
DA:107,1
DA:114,1
Expand All @@ -40,7 +40,7 @@ DA:121,1
DA:122,1
DA:124,1
DA:125,1
DA:126,1
DA:126,[01]
DA:127,1
DA:128,1
DA:130,1
Expand Down

0 comments on commit 367b127

Please sign in to comment.