-
Notifications
You must be signed in to change notification settings - Fork 274
Check cbmc-library regressions for completeness #4658
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
Conversation
32a309f
to
edbd1fd
Compare
Codecov ReportBase: 78.36% // Head: 78.37% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #4658 +/- ##
========================================
Coverage 78.36% 78.37%
========================================
Files 1647 1647
Lines 189961 189984 +23
========================================
+ Hits 148861 148895 +34
+ Misses 41100 41089 -11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
edbd1fd
to
1d9fb6c
Compare
bc49a57
to
05d6e86
Compare
#5780 fixes the CSmith failure. |
720c033
to
26012d0
Compare
26012d0
to
01e05af
Compare
01e05af
to
c5969b6
Compare
c5969b6
to
d08cb19
Compare
191d421
to
7e6024e
Compare
7e6024e
to
c6a5f55
Compare
671d3a4
to
ca7b6d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
In cbmc-library/, we organise regression tests by the name of the library function they are exercising.
In cbmc-library/, we organise regression tests by the name of the library function they are exercising.
This test has been built to exercise --nan-check, not necessarily to exercise particular library functions (even when it does use library functions).
In cbmc-library/, we organise regression tests by the name of the library function they are exercising. Rename these tests with the library function they exercise. For those not focussing on library functions, move them to cbmc/ instead. As those tests are also run past the cprover SMT solver, three tests newly demonstrated issues in the SMT back-end.
These are all marked KNOWNBUG and need tweaking.
These are whitespace changes only.
This will make sure that newly added library functions are also covered by tests.
ca7b6d9
to
e8f5ffd
Compare
This will make sure that newly added library functions are also covered by
tests.