Skip to content

Add regression tests for goto-cc compiler mode personalities#8871

Open
tautschnig wants to merge 1 commit intodiffblue:developfrom
tautschnig:test-coverage/goto-cc-modes
Open

Add regression tests for goto-cc compiler mode personalities#8871
tautschnig wants to merge 1 commit intodiffblue:developfrom
tautschnig:test-coverage/goto-cc-modes

Conversation

@tautschnig
Copy link
Copy Markdown
Collaborator

Tests goto-cl, goto-link, goto-armcc, goto-as, and goto-cw modes via a modes.sh helper that creates symlinks to goto-cc. Exercises ms_cl_mode.cpp, ms_link_mode.cpp, armcc_mode.cpp, as_mode.cpp, and cw_mode.cpp which previously had 0% coverage.

  • 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.
  • n/a 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.

Tests goto-cl, goto-link, goto-armcc, goto-as, and goto-cw modes via
a modes.sh helper that creates symlinks to goto-cc. Exercises
ms_cl_mode.cpp, ms_link_mode.cpp, armcc_mode.cpp, as_mode.cpp, and
cw_mode.cpp which previously had 0% coverage.

Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 17, 2026 17:13
@tautschnig tautschnig self-assigned this Mar 17, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.55%. Comparing base (85c204f) to head (59e4d16).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8871      +/-   ##
===========================================
+ Coverage    80.41%   80.55%   +0.13%     
===========================================
  Files         1703     1703              
  Lines       188398   188398              
  Branches        73       73              
===========================================
+ Hits        151498   151757     +259     
+ Misses       36900    36641     -259     

☔ 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.

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.

2 participants