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 all float types to test #3501

Closed
wants to merge 3 commits into from

Conversation

byrnHDF
Copy link
Contributor

@byrnHDF byrnHDF commented Sep 3, 2023

the 128 bit float test needs fixed

@byrnHDF byrnHDF added WIP Work in progress (please also convert PRs to draft PRs) Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Component - C Library Core C library issues (usually in the src directory) Component - Testing Code in test or testpar directories, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality labels Sep 3, 2023
@byrnHDF byrnHDF self-assigned this Sep 3, 2023
if (H5Dclose(dataset) < 0)
goto error;
}
#if 0
Copy link
Member

Choose a reason for hiding this comment

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

Why the #if 0 ?

Copy link
Member

Choose a reason for hiding this comment

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

And does this pass on Power? We have frequent long double issues there.

goto error;
}
#if 0
#if H5_SIZEOF_LONG_DOUBLE != H5_SIZEOF_DOUBLE
Copy link
Member

Choose a reason for hiding this comment

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

I feel like we should run this even when long double and double are the same size.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#if 0 because this is the test that needs fixed - the orig_data values need to be appropriate for long double (they are just copies of double from above).

@byrnHDF
Copy link
Contributor Author

byrnHDF commented Mar 4, 2024

Close in favor of #4060

@byrnHDF byrnHDF closed this Mar 4, 2024
@byrnHDF byrnHDF deleted the develop-dsets-floats branch March 14, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues (usually in the src directory) Component - Testing Code in test or testpar directories, GitHub workflows Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Type - Improvement Improvements that don't add a new feature or functionality WIP Work in progress (please also convert PRs to draft PRs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants