summaryrefslogtreecommitdiffstats
path: root/src/H5MFsection.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-07-10 07:40:59 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-08-02 22:04:15 (GMT)
commitd4e75f6a50d028cae250f764fe118a5f0c2257f6 (patch)
tree1b4fb0faf17124513dd947efef8dc7be00bdb1f9 /src/H5MFsection.c
parentd7bfd458c4eadcfb338e9856256ecd98aa47aa10 (diff)
downloadhdf5-d4e75f6a50d028cae250f764fe118a5f0c2257f6.zip
hdf5-d4e75f6a50d028cae250f764fe118a5f0c2257f6.tar.gz
hdf5-d4e75f6a50d028cae250f764fe118a5f0c2257f6.tar.bz2
Skip test in test/fheap.c when:
a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
Diffstat (limited to 'src/H5MFsection.c')
-rw-r--r--src/H5MFsection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MFsection.c b/src/H5MFsection.c
index 14e0ad1..02e3218 100644
--- a/src/H5MFsection.c
+++ b/src/H5MFsection.c
@@ -674,7 +674,7 @@ HDfprintf(stderr, "%s: Entering, section {%a, %Hu}\n", FUNC, (*sect)->sect_info.
HDfprintf(stderr, "%s: section is dropped\n", FUNC);
#endif /* H5MF_ALLOC_DEBUG_MORE */
} /* end if */
- /* Adjust the section if it is not at page end but its size + pgend threshold is at page end */
+ /* Adjust the section if it is not at page end but its size + prem is at page end */
else
if(prem <= H5F_PGEND_META_THRES(udata->f)) {
(*sect)->sect_info.size += prem;