-
Notifications
You must be signed in to change notification settings - Fork 273
--paths fails on some regression/cbmc benchmarks #3956
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
Comments
What I just posted only affects |
See #3959 for the first bugfix. |
#3960 addresses |
The number of paths in |
Each loop iteration in |
|
And finally #3961 for |
We were not regularly exercising this code outside unit tests, leading to regressions on several tests. On my system, running this additional test takes 42 seconds, which is still better than users running into issues. (ctest -V -L CORE -j8 takes an extra 10 seconds.) Fixes: diffblue#3956
We were not regularly exercising this code outside unit tests, leading to regressions on several tests. On my system, running this additional test takes 42 seconds, which is still better than users running into issues. (ctest -V -L CORE -j8 takes an extra 10 seconds.) Fixes: diffblue#3956
We were not regularly exercising this code outside unit tests, leading to regressions on several tests. On my system, running this additional test takes 42 seconds, which is still better than users running into issues. (ctest -V -L CORE -j8 takes an extra 10 seconds.) Fixes: diffblue#3956
We were not regularly exercising this code outside unit tests, leading to regressions on several tests. On my system, running this additional test takes 42 seconds, which is still better than users running into issues. (ctest -V -L CORE -j8 takes an extra 10 seconds.) Fixes: diffblue#3956
We were not regularly exercising this code outside unit tests, leading to regressions on several tests. On my system, running this additional test takes 42 seconds, which is still better than users running into issues. (ctest -V -L CORE -j8 takes an extra 10 seconds.) Fixes: diffblue#3956
Running
develop
(8900b60)--paths lifo
now onregression/cbmc
:Bitfields3
crashesMulti_Dimensional_Array6
doesn't terminate or takes very longaddress_space_size_limit1
doesn't terminate or takes very longarray-tests
doesn't terminate or takes very longcoverage_report1
crashesgcc_switch_case_range1
failsgcc_switch_case_range2
failshavoc_object1
failsThe text was updated successfully, but these errors were encountered: