Skip to content
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

Add exhaustive packed decimal to external decimal percision tests #135

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

VermaSh
Copy link
Contributor

@VermaSh VermaSh commented Aug 11, 2021

No description provided.

@VermaSh VermaSh marked this pull request as ready for review August 20, 2021 03:36
@VermaSh VermaSh changed the title WIP: Add tests for all percisions of Packed Decimal to External Decimal conversions Add tests for all percisions of Packed Decimal to External Decimal conversions Aug 20, 2021
@VermaSh
Copy link
Contributor Author

VermaSh commented Aug 20, 2021

@fjeremic this is ready for review. I'll squash the commits once the changes are approved.

Copy link
Contributor

@fjeremic fjeremic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable. Can I assume you ran testing on all of these with interpreter/JIT? Let's go ahead and squash.

Percisions 1 - 31 are tested through the
`convertPackedDecimalToExternalDecimal` API for all 4 zoned decimal sign
placements. Percisions are divided into two methods because having all
31 in one made the method too big for JIT inlining.
@VermaSh
Copy link
Contributor Author

VermaSh commented Aug 25, 2021

Yup, I ran these tests with and without JIT.

@VermaSh VermaSh changed the title Add tests for all percisions of Packed Decimal to External Decimal conversions Add exhaustive packed decimal to external decimal percision tests Aug 25, 2021
@fjeremic fjeremic merged commit ac47f30 into adoptium:master Aug 25, 2021
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.

2 participants