-
Notifications
You must be signed in to change notification settings - Fork 36
[wip] Run C++ tests in Valgrind ci #405
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #405 +/- ##
=======================================
Coverage 81.77% 81.77%
=======================================
Files 20 20
Lines 845 845
Branches 87 87
=======================================
Hits 691 691
Misses 154 154 🚀 New features to boost your workflow:
|
|
I am not sure what is going wrong with using Valgrind on Ubuntu arm runners in the ci (see https://github.com/compiler-research/xeus-cpp/actions/runs/19150317221/job/54738556792?pr=405 ) . This Valgrind error doesn't occur when I run same command locally (and how I managed to produce the Valgrind suppression file. I don't know how to interpret the suppression files, so unsure if there is anything in there that we don't want to suppress. |
|
Why is this PR needed in the first place ? P.S : Asking as someone who is clueless about Valgrind. |
Description
Please include a summary of changes, motivation and context for this PR.
Fixes # (issue)
Type of change
Please tick all options which are relevant.