Skip to content

Test tuning and improvement#1333

Merged
ckormanyos merged 9 commits intodevelopfrom
tuning_tests
Feb 7, 2026
Merged

Test tuning and improvement#1333
ckormanyos merged 9 commits intodevelopfrom
tuning_tests

Conversation

@ckormanyos
Copy link
Member

No description provided.

@ckormanyos
Copy link
Member Author

Hi @mborland I was looking into some of my earlier embedded work and we can probably use (on GCC) -Wno-psabi to suppress the note about 32-byte alignment. The psabi-class warnings are disabled with that switch.

So I'll go ahead and do that also in this PR.

I'll see if I can get it working as a code annotation first.

@ckormanyos
Copy link
Member Author

I'll see if I can get it working as a code annotation first.

Code annotation can not suppress this warning class. The build line for GCC needs to contain -Wno-psabi. Sad but true...

@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.9%. Comparing base (0444beb) to head (087fb29).
⚠️ Report is 10 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1333     +/-   ##
=========================================
+ Coverage     98.8%   98.9%   +0.1%     
=========================================
  Files          283     283             
  Lines        18305   18327     +22     
  Branches      1931    1939      +8     
=========================================
+ Hits         18085   18109     +24     
+ Misses         220     218      -2     
Files with missing lines Coverage Δ
include/boost/decimal/detail/cmath/pow.hpp 100.0% <100.0%> (+5.1%) ⬆️
test/test_asin.cpp 100.0% <100.0%> (ø)
test/test_asinh.cpp 100.0% <100.0%> (ø)
test/test_assoc_legendre.cpp 100.0% <ø> (ø)
test/test_frexp_ldexp.cpp 100.0% <100.0%> (ø)
test/test_lgamma.cpp 100.0% <100.0%> (ø)
test/test_pow.cpp 100.0% <100.0%> (ø)
test/test_tgamma.cpp 100.0% <100.0%> (ø)
test/test_zeta.cpp 100.0% <100.0%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0444beb...087fb29. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ckormanyos ckormanyos merged commit fc669ff into develop Feb 7, 2026
77 checks passed
@ckormanyos ckormanyos deleted the tuning_tests branch February 7, 2026 13:04
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