Skip to content

Commit

Permalink
Merge pull request #1127 from vesalvojdani/main
Browse files Browse the repository at this point in the history
Update cooperace to return datarace subproperty violation
  • Loading branch information
PhilippWendler authored Nov 23, 2024
2 parents be1b535 + 0b2ad40 commit a902532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/cooperace.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def determine_result(self, run):
if result_str == "CoOpeRace verdict: true":
return result.RESULT_TRUE_PROP
if result_str == "CoOpeRace verdict: false":
return result.RESULT_FALSE_PROP
return result.RESULT_FALSE_DATARACE
if result_str == "CoOpeRace verdict: unknown":
return result.RESULT_UNKNOWN

Expand Down

0 comments on commit a902532

Please sign in to comment.