Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve SV-COMP conf for no-data-race #1207

Merged
merged 9 commits into from
Nov 24, 2023
Merged

Improve SV-COMP conf for no-data-race #1207

merged 9 commits into from
Nov 24, 2023

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Oct 5, 2023

Changes

  1. Make threadid threadflag path-sensitive. This is required for tasks like ldv-races/race-2_1-container_of.yml where accesses happen based on conditional thread creation. The created threads set is part of threadid.
  2. Disable race reports for free and thread-unsafe function calls because they probably shouldn't count as races under SV-COMP rules. This allows us to solve goblint-regression/04-mutex_36-trylock_nr which happens to contain strerrors.
  3. Support exp.architecture option for preprocessing. Goblint's BenchExec tool-info module always passes this argument but we didn't use it (except for GraphML witnesses). By using it for preprocessing we avoid some annoying CIL type merging warnings that obscure the output.

They should be considered MemSafety issues instead.
This is required for some ldv-races/ no-data-race tasks.
Avoids a large number or CIL warnings about mismatching types.
@sim642 sim642 added sv-comp SV-COMP (analyses, results), witnesses precision labels Oct 5, 2023
@sim642 sim642 added this to the SV-COMP 2024 milestone Oct 5, 2023
@sim642 sim642 marked this pull request as ready for review October 26, 2023 08:08
@sim642 sim642 mentioned this pull request Nov 20, 2023
@sim642 sim642 merged commit c88a1fa into master Nov 24, 2023
14 of 16 checks passed
@sim642 sim642 deleted the svcomp24-conf branch November 24, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
precision sv-comp SV-COMP (analyses, results), witnesses
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant