Skip INCREX BYFLOAT overflow test under valgrind - #4729
Baraa-Hasheesh wants to merge 1 commit into
Conversation
…n valgrind is enabled Signed-off-by: Bara' Hasheesh <bara.hasheesh@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe replication overflow test now documents its incompatibility with x86 Valgrind and skips under Valgrind. ChangesOverflow test handling
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~5 minutes Severity of issue fixed: Medium Suggested reviewers: Merge Risk: ⚪ Minimal · up to The change correctly skips the incompatible Valgrind test, with no remaining merge-blocking risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #4729 +/- ##
============================================
- Coverage 80.83% 80.68% -0.15%
============================================
Files 192 192
Lines 100853 100853
============================================
- Hits 81523 81377 -146
- Misses 19330 19476 +146 🚀 New features to boost your workflow:
|
Fixes #4723.
On x86 under valgrind the
1e4932 + 1e4932operation returns a finiteLDBL_MAXinstead of+Inf,this in turn breaks that test as it expects the
isinfcheck to be exercised & for the operation to be rejected