-
Notifications
You must be signed in to change notification settings - Fork 34
fix DestructArray test #710
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
fix DestructArray test #710
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #710 +/- ##
=======================================
Coverage 81.46% 81.46%
=======================================
Files 9 9
Lines 4213 4213
=======================================
Hits 3432 3432
Misses 781 781 🚀 New features to boost your workflow:
|
clang-tidy review says "All clean, LGTM! 👍" |
@Vipul-Cariappa If this PR makes Valgrind happy, then does that mean we can remove GTEST_SKIP() << "XFAIL due to Valgrind report"; for this test now? |
Yes, we should be able to remove the |
makes valgrind happy, as the call to new and delete now match
0ee0812
to
24fb3c2
Compare
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I tried removing the gtest_skip for the test in this PR here #714 and Valgrind errors, so at least some Valgrind issues with this test appear to still exist |
I wonder if this is due to the release build. In my local machine (debug build), Valgrind passes without any complaints. I will test this theory tomorrow. |
Description
makes valgrind happy, as the call to new and delete now match
@aaronj0, I believe you wrote this test. Please verify if my changes are fine.
Fixes # (issue)
Type of change
Please tick all options which are relevant.
Testing
Please describe the test(s) that you added and ran to verify your changes.
Checklist