Skip to content

Release CBMC 6.7.0 #8667

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

Merged
merged 2 commits into from
Jun 26, 2025
Merged

Release CBMC 6.7.0 #8667

merged 2 commits into from
Jun 26, 2025

Conversation

tautschnig
Copy link
Collaborator

This release adds aarch64 va_list support (via #8572), which makes all tests pass on aarch64 Linux. We reworked expression simplification during symbolic execution (via #8642, #8647, #8627) to produce smaller and quicker-to-solve formulae for scenarios seen by our users.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.39%. Comparing base (eeb8689) to head (d604e40).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8667      +/-   ##
===========================================
- Coverage    80.39%   80.39%   -0.01%     
===========================================
  Files         1688     1688              
  Lines       207377   207391      +14     
  Branches        73       73              
===========================================
  Hits        166730   166730              
- Misses       40647    40661      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Kani's test `tests/kani/Iterator/flat_map.rs` does reach this branch.
This release adds aarch64 va_list support (via diffblue#8572), which makes all
tests pass on aarch64 Linux. We reworked expression simplification
during symbolic execution (via diffblue#8642, diffblue#8647, diffblue#8627) to produce smaller
and quicker-to-solve formulae for scenarios seen by our users.
Copy link
Contributor

@TGWDB TGWDB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving so as not to delay/block. But process wise release PRs should only have the release changes and not other fixes.

@tautschnig tautschnig merged commit 5d1438a into diffblue:develop Jun 26, 2025
40 of 41 checks passed
@tautschnig tautschnig deleted the release-6.7.0 branch June 26, 2025 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants