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

Missing library functions for sv-comp #868

Closed
28 of 29 tasks
michael-schwarz opened this issue Oct 26, 2022 · 2 comments
Closed
28 of 29 tasks

Missing library functions for sv-comp #868

michael-schwarz opened this issue Oct 26, 2022 · 2 comments
Assignees
Milestone

Comments

@michael-schwarz
Copy link
Member

michael-schwarz commented Oct 26, 2022

Definitions for the following library functions are missing:

Floats

Easy to add

Driver / Kernel internals

LDV Stubs

Require deeply integrated support

@sim642
Copy link
Member

sim642 commented Oct 26, 2022

Some of the Linux ones sound like they should be fixed by defining them in the sv-benchmarks themselves.

A couple of the nondet ones are indeed also missing here:

// __VERIFIER_nondet(loff_t)

I think the issue was that the typedef for loff_t only comes in the benchmark itself and might depend on the architecture defined for the benchmark. Although maybe all the Linux tasks have the same architecture, so we can hardcode the specific primitive type.

@michael-schwarz
Copy link
Member Author

There is a separate issue for longjmp and setjmp, so I am closing this issue.

sim642 added a commit to sim642/opam-repository that referenced this issue Nov 25, 2022
CHANGES:

Functionally equivalent to Goblint in SV-COMP 2023.

* Add automatic configuration tuning (goblint/analyzer#772).
* Add many library function specifications (goblint/analyzer#865, goblint/analyzer#868, goblint/analyzer#878, goblint/analyzer#884, goblint/analyzer#886).
* Reorganize library stubs (goblint/analyzer#814, goblint/analyzer#845).
* Add Trace Event Format output to timing (goblint/analyzer#844).
* Optimize domains for address and path sets (goblint/analyzer#803, goblint/analyzer#809).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants