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

Test suite type mismatch #35

Open
mchantry opened this issue Feb 15, 2017 · 0 comments
Open

Test suite type mismatch #35

mchantry opened this issue Feb 15, 2017 · 0 comments

Comments

@mchantry
Copy link
Member

mchantry commented Feb 15, 2017

When testing alternate size types, assertequal is used to directly compare single and doubles.
See test/unit/assignment/test_assignment_from_builtin.pf
Line 64 replace

@ASSERTEQUAL(value_holder, assignee%val)

with

@ASSERTEQUAL(real(value_holder,RPE_REAL_KIND), assignee%val)

and line 77 replace

@ASSERTEQUAL(utest32_t(8), assignee%val)

with

@ASSERTEQUAL(real(utest32_t(8),RPE_REAL_KIND), assignee%val)
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

No branches or pull requests

1 participant