Skip to content

Bump Catch2 to v3.15.2#1192

Merged
elazarg merged 1 commit into
mainfrom
chore/bump-catch2-3.15.2
Jul 8, 2026
Merged

Bump Catch2 to v3.15.2#1192
elazarg merged 1 commit into
mainfrom
chore/bump-catch2-3.15.2

Conversation

@elazarg

@elazarg elazarg commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Updates the Catch2 FetchContent pin from v3.14.0 to v3.15.2.

Verification

Configured, built (Release), and ran the full suite locally against the newly fetched v3.15.2:

test cases:   1811 |   1583 passed | 1 skipped | 227 failed as expected
assertions: 417410 | 417183 passed | 227 failed as expected

No real failures — the 227 are the expected [!shouldfail] cases.

🤖 Generated with Claude Code

Update the FetchContent pin from v3.14.0 to v3.15.2. Full test suite
builds and passes (1811 cases, 417183 assertions, 0 real failures).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BP3RRHBsc55xyhChqQZwSg
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c7dc526e-c0ff-49ac-929a-caea8db2bb81

📥 Commits

Reviewing files that changed from the base of the PR and between 0a43de7 and 0599f02.

📒 Files selected for processing (1)
  • CMakeLists.txt

📝 Walkthrough

Walkthrough

This change updates the pinned Catch2 test dependency version in CMakeLists.txt, bumping the GIT_TAG in the FetchContent_Declare block from v3.14.0 to v3.15.2 when tests are enabled.

Changes

Catch2 dependency bump

Layer / File(s) Summary
Update Catch2 GIT_TAG
CMakeLists.txt
FetchContent_Declare for Catch2 now pins GIT_TAG to v3.15.2 instead of v3.14.0.

Possibly related PRs

  • vbpf/prevail#686: Bumps the same Catch2 GIT_TAG in FetchContent_Declare within CMakeLists.txt.
  • vbpf/prevail#1005: Bumps the same Catch2 GIT_TAG in CMakeLists.txt from v3.12.0 to v3.13.0.
  • vbpf/prevail#917: Modifies the same FetchContent_Declare Catch2 version tag in CMakeLists.txt.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: bumping Catch2 to v3.15.2.
Description check ✅ Passed The description matches the changeset and includes relevant verification of the updated Catch2 version.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-catch2-3.15.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@elazarg elazarg merged commit 95a70fb into main Jul 8, 2026
19 checks passed
@elazarg elazarg deleted the chore/bump-catch2-3.15.2 branch July 8, 2026 22:33
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.

1 participant