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

HDF5 API test updates (#3835) #3889

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
552 changes: 237 additions & 315 deletions test/API/CMakeLists.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions test/API/H5_api_dataset_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -10817,8 +10817,8 @@ test_read_partial_chunk_hyperslab_selection(void)
* then read correctly when the selection used in a chunked
* dataset's file dataspace is a point selection.
*/
#define FIXED_DIMSIZE 25
#define FIXED_CHUNK_DIMSIZE 10
/* #define FIXED_DIMSIZE 25 */
/* #define FIXED_CHUNK_DIMSIZE 10 */
static int
test_read_partial_chunk_point_selection(void)
{
Expand All @@ -10827,8 +10827,8 @@ test_read_partial_chunk_point_selection(void)

return 1;
}
#undef FIXED_DIMSIZE
#undef FIXED_CHUNK_DIMSIZE
/* #undef FIXED_DIMSIZE */
/* #undef FIXED_CHUNK_DIMSIZE */

/*
* A test to verify that H5Dvlen_get_buf_size returns
Expand Down
Loading