Skip to content

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.

sim642 added 5 commits October 4, 2023 11:49
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
@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.

2 participants