summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /test
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'test')
-rw-r--r--test/big.c25
-rw-r--r--test/bittests.c16
-rw-r--r--test/cache.c244
-rw-r--r--test/cache_common.c23
-rw-r--r--test/cache_common.h2
-rw-r--r--test/cmpd_dset.c21
-rw-r--r--test/dangle.c12
-rw-r--r--test/dt_arith.c47
-rw-r--r--test/dtypes.c57
-rw-r--r--test/enum.c12
-rw-r--r--test/file_image.c8
-rw-r--r--test/fillval.c25
-rw-r--r--test/filter_fail.c7
-rw-r--r--test/gen_cross.c24
-rw-r--r--test/gen_filters.c2
-rw-r--r--test/gen_new_array.c2
-rw-r--r--test/gen_new_mtime.c2
-rw-r--r--test/gen_noencoder.c2
-rw-r--r--test/gen_old_array.c2
-rw-r--r--test/gen_old_layout.c2
-rw-r--r--test/gen_old_mtime.c2
-rw-r--r--test/gen_sizes_lheap.c2
-rw-r--r--test/h5test.c22
-rw-r--r--test/hdfs.c12
-rw-r--r--test/istore.c15
-rw-r--r--test/links.c2
-rw-r--r--test/links_env.c2
-rw-r--r--test/mount.c64
-rw-r--r--test/mtime.c7
-rw-r--r--test/ntypes.c37
-rw-r--r--test/page_buffer.c53
-rw-r--r--test/reserved.c8
-rw-r--r--test/s3comms.c4
-rw-r--r--test/space_overflow.c2
-rw-r--r--test/stab.c3
-rw-r--r--test/tattr.c2
-rw-r--r--test/tcheck_version.c2
-rw-r--r--test/tconfig.c8
-rw-r--r--test/tcoords.c2
-rw-r--r--test/test_swmr.pwsh.in7
-rw-r--r--test/test_swmr.sh.in7
-rw-r--r--test/testframe.c3
-rw-r--r--test/tfile.c2
-rw-r--r--test/tgenprop.c2
-rw-r--r--test/th5s.c2
-rw-r--r--test/titerate.c2
-rw-r--r--test/tmeta.c2
-rw-r--r--test/trefer.c2
-rw-r--r--test/trefer_deprec.c2
-rw-r--r--test/tsohm.c32
-rw-r--r--test/ttime.c2
-rw-r--r--test/tvlstr.c2
-rw-r--r--test/tvltypes.c2
-rw-r--r--test/unlink.c32
-rw-r--r--test/vfd.c28
55 files changed, 3 insertions, 910 deletions
diff --git a/test/big.c b/test/big.c
index 8185a41..a008cef 100644
--- a/test/big.c
+++ b/test/big.c
@@ -105,8 +105,6 @@ static hsize_t values_used[WRT_N];
* Programmer: Robb Matzke
* Tuesday, November 24, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hsize_t
@@ -153,8 +151,6 @@ randll(hsize_t limit, int current_index)
* Programmer: Robb Matzke
* Wednesday, July 15, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -196,8 +192,6 @@ is_sparse(void)
* Programmer: Raymond Lu
* Wednesday, April 18, 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static fsizes_t
@@ -266,8 +260,6 @@ error:
* Programmer: Robb Matzke
* Thursday, August 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -332,10 +324,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral")
* Programmer: Robb Matzke
* Wednesday, April 8, 1998
*
- * Modifications:
- * Robb Matzke, 15 Jul 1998
- * Addresses are written to the file DNAME instead of stdout.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -485,8 +473,6 @@ error:
* Programmer: Robb Matzke
* Friday, April 10, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -591,8 +577,6 @@ error:
* Programmer: Albert Chent
* Mar 28, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -757,15 +741,6 @@ error:
* Programmer: Robb Matzke
* Friday, April 10, 1998
*
- * Modifications:
- * Albert Cheng, 2002/03/28
- * Added command option -fsize.
- * Albert Cheng, 2002/04/19
- * Added command option -c.
- *
- * Raymond Lu, 2007/05/25
- * Added similar tests for SEC2 and STDIO drivers.
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/bittests.c b/test/bittests.c
index 3fbd096..285f404 100644
--- a/test/bittests.c
+++ b/test/bittests.c
@@ -37,8 +37,6 @@
* Programmer: Robb Matzke
* Tuesday, June 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -154,8 +152,6 @@ failed:
* Programmer: Robb Matzke
* Tuesday, June 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -280,8 +276,6 @@ failed:
* Programmer: Raymond Lu
* Monday, April 12, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -419,8 +413,6 @@ failed:
* Programmer: Raymond Lu
* Monday, April 12, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -510,8 +502,6 @@ failed:
* Programmer: Raymond Lu
* Monday, April 12, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -584,8 +574,6 @@ failed:
* Programmer: Raymond Lu
* Monday, April 12, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -688,8 +676,6 @@ failed:
* Programmer: Robb Matzke
* Tuesday, June 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -808,8 +794,6 @@ failed:
* Programmer: Robb Matzke
* Tuesday, June 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
diff --git a/test/cache.c b/test/cache.c
index 666615b..3c107f2 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -1969,10 +1969,6 @@ smoke_check_8(int express_test, unsigned paged)
* Programmer: John Mainzer
* 8/1/07
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -2287,10 +2283,6 @@ smoke_check_9(int express_test, unsigned paged)
* Programmer: John Mainzer
* 8/1/07
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -2600,8 +2592,6 @@ smoke_check_10(int express_test, unsigned paged)
* Programmer: John Mainzer
* 6/24/04
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -2812,12 +2802,6 @@ write_permitted_check(int
* Programmer: John Mainzer
* 8/10/06
*
- * Modifications:
- *
- * Updated tests to accommodate the case in which the
- * slist is disabled.
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -3093,8 +3077,6 @@ check_insert_entry(unsigned paged)
* Programmer: John Mainzer
* 1/10/05
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3183,14 +3165,6 @@ check_flush_cache(unsigned paged)
* Programmer: John Mainzer
* 1/12/05
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -3252,11 +3226,6 @@ check_flush_cache__empty_cache(H5F_t *file_ptr)
* Programmer: John Mainzer
* 1/14/05
*
- * Modifications:
- *
- * JRM -- 4/5/06
- * Added pinned entry tests.
- *
*-------------------------------------------------------------------------
*/
@@ -4452,14 +4421,6 @@ check_flush_cache__multi_entry(H5F_t *file_ptr)
* Programmer: John Mainzer
* 1/13/05
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -4637,14 +4598,6 @@ check_flush_cache__multi_entry_test(H5F_t *file_ptr, int test_num, unsigned int
* Programmer: John Mainzer
* 4/5/06
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/16/20
- *
*-------------------------------------------------------------------------
*/
@@ -4835,8 +4788,6 @@ check_flush_cache__pe_multi_entry_test(H5F_t *file_ptr, int test_num, unsigned i
* Programmer: John Mainzer
* 9/3/06
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -8202,14 +8153,6 @@ check_flush_cache__flush_ops(H5F_t *file_ptr)
* Programmer: John Mainzer
* 9/3/06
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/16/20
- *
*-------------------------------------------------------------------------
*/
@@ -8592,19 +8535,6 @@ check_flush_cache__flush_op_test(H5F_t *file_ptr, int test_num, unsigned int flu
* Programmer: John Mainzer
* 10/3/06
*
- * Modifications:
- *
- * Updated test for minor changes in the behaviour
- * of H5C__flush_single_entry().
- *
- * JRM -- 2/16/15
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/16/20
- *
*-------------------------------------------------------------------------
*/
@@ -9854,15 +9784,6 @@ check_flush_cache__flush_op_eviction_test(H5F_t *file_ptr)
* Programmer: John Mainzer
* 1/12/05
*
- * Modifications:
- *
- * JRM -- 3/29/06
- * Added tests for pinned entries.
- *
- * JRM -- 5/17/06
- * Complete rewrite of pinned entry tests to accommodate
- * the new H5C_mark_entry_dirty() call.
- *
*-------------------------------------------------------------------------
*/
@@ -11047,14 +10968,6 @@ check_flush_cache__single_entry(H5F_t *file_ptr)
* Programmer: John Mainzer
* 1/12/05
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -11186,21 +11099,6 @@ check_flush_cache__single_entry_test(H5F_t *file_ptr, int test_num, int entry_ty
* Programmer: John Mainzer
* 3/28/06
*
- * Modifications:
- *
- * JRM -- 5/17/06
- * Added the pop_mark_dirty_prot and pop_mark_dirty_pinned
- * flags and supporting code to allow us to test the
- * H5C_mark_entry_dirty() call. Use the
- * call to mark the entry dirty while the entry is protected
- * if pop_mark_dirty_prot is TRUE, and to mark the entry
- * dirty while it is pinned if pop_mark_dirty_pinned is TRUE.
- *
- * JRM -- 5/14/20
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
*-------------------------------------------------------------------------
*/
@@ -11361,8 +11259,6 @@ check_flush_cache__pinned_single_entry_test(H5F_t *file_ptr, int test_num, int e
* Programmer: John Mainzer
* 4/28/06
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -11581,9 +11477,6 @@ check_get_entry_status(unsigned paged)
* Programmer: John Mainzer
* 7/5/06
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -11863,10 +11756,6 @@ check_expunge_entry(unsigned paged)
* Programmer: John Mainzer
* 4/1/07
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -12353,10 +12242,6 @@ check_move_entry(unsigned paged)
* Programmer: John Mainzer
* 4/27/06
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -12509,8 +12394,6 @@ check_move_entry__run_test(H5F_t *file_ptr, unsigned test_num, struct move_entry
* Programmer: John Mainzer
* 4/28/06
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -12612,12 +12495,6 @@ check_pin_protected_entry(unsigned paged)
* Programmer: John Mainzer
* 7/7/06
*
- * Modifications:
- *
- * Updated function to allow for disabling of the slist.
- *
- * JRM -- 5/18/20
- *
*-------------------------------------------------------------------------
*/
@@ -13480,12 +13357,6 @@ check_resize_entry(unsigned paged)
* Programmer: John Mainzer
* 8/2/07
*
- * Modifications:
- *
- * Updated function to allow for disabling of the slist.
- *
- * JRM -- 5/18/20
- *
*-------------------------------------------------------------------------
*/
@@ -14130,13 +14001,6 @@ check_evictions_enabled(unsigned paged)
* Programmer: John Mainzer
* 6/24/04
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache().
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -14229,9 +14093,6 @@ check_flush_protected_err(unsigned paged)
* Programmer: John Mainzer
* 4/7/06
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -14316,8 +14177,6 @@ check_destroy_pinned_err(unsigned paged)
* Programmer: John Mainzer
* 6/24/04
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -14412,8 +14271,6 @@ check_destroy_protected_err(unsigned paged)
* Programmer: John Mainzer
* 6/24/04
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -14494,10 +14351,6 @@ check_duplicate_insert_err(unsigned paged)
* Programmer: John Mainzer
* 4/24/06
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -14583,10 +14436,6 @@ check_double_pin_err(unsigned paged)
* Programmer: John Mainzer
* 4/24/06
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -14681,10 +14530,6 @@ check_double_unpin_err(unsigned paged)
* Programmer: John Mainzer
* 4/24/06
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -15035,10 +14880,6 @@ check_mark_entry_dirty_errs(unsigned paged)
* Programmer: John Mainzer
* 7/6/06
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -15490,10 +15331,6 @@ check_unprotect_ro_dirty_err(unsigned paged)
* Programmer: John Mainzer
* 4/9/07
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -15706,10 +15543,6 @@ check_protect_retries(unsigned paged)
* Programmer: John Mainzer
* 8/3/07
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -19710,12 +19543,6 @@ check_auto_cache_resize(hbool_t cork_ageout, unsigned paged)
* Programmer: John Mainzer
* 12/16/04
*
- * Modifications:
- *
- * Added code to include the flash cache size increment
- * code in this test.
- * JRM -- 1/10/08
- *
*-------------------------------------------------------------------------
*/
@@ -22312,8 +22139,6 @@ check_auto_cache_resize_disable(unsigned paged)
* Programmer: John Mainzer
* 12/16/04
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -22999,13 +22824,6 @@ check_auto_cache_resize_epoch_markers(unsigned paged)
* Programmer: John Mainzer
* 10/29/04
*
- * Modifications:
- *
- * Added code to verify that errors in the flash cache size
- * increment related fields are caught as well.
- *
- * JRM -- 1/17/08
- *
*-------------------------------------------------------------------------
*/
@@ -25236,8 +25054,6 @@ check_auto_cache_resize_input_errs(unsigned paged)
* Programmer: John Mainzer
* 11/4/04
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -25738,8 +25554,6 @@ check_auto_cache_resize_aux_fcns(unsigned paged)
* Programmer: Mike McGreevy
* 12/16/08
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -28650,14 +28464,6 @@ done:
* Programmer: Quincey Koziol
* 3/17/09
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -32207,10 +32013,6 @@ check_metadata_cork(hbool_t fill_via_insertion, unsigned paged)
* Programmer: John Mainzer
* 4/3/15
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -32304,14 +32106,6 @@ check_entry_deletions_during_scans(unsigned paged)
* Programmer: John Mainzer
* 4/4/15
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -32544,14 +32338,6 @@ cedds__expunge_dirty_entry_in_flush_test(H5F_t *file_ptr)
* Programmer: John Mainzer
* 4/4/15
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -32906,14 +32692,6 @@ cedds__H5C_make_space_in_cache(H5F_t *file_ptr)
* Programmer: John Mainzer
* 4/4/15
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -33366,14 +33144,6 @@ cedds__H5C__autoadjust__ageout__evict_aged_out_entries(H5F_t *file_ptr)
* Programmer: John Mainzer
* 4/9/15
*
- * Modifications:
- *
- * Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -33673,8 +33443,6 @@ cedds__H5C_flush_invalidate_cache__bucket_scan(H5F_t *file_ptr)
* Programmer: John Mainzer
* 4/12/15
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -33755,18 +33523,6 @@ check_stats(unsigned paged)
* Programmer: John Mainzer
* 4/22/15
*
- * Modifications:
- *
- * Modified slist stats checks to allow for the case that
- * the slist is disabled.
- *
- * Also added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via the
- * H5C_FLUSH_CACHE macro.
- *
- * JRM -- 5/14/20
- *
- *
*-------------------------------------------------------------------------
*/
#if H5C_COLLECT_CACHE_STATS
diff --git a/test/cache_common.c b/test/cache_common.c
index df08e25..d4bab3b 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -2664,11 +2664,6 @@ verify_unprotected(void)
* Programmer: John Mainzer
* 7/6/06
*
- * Changes: Added code to set entry_ptr->expunged to TRUE if
- * H5C_expunge_entry() returns without error.
- *
- * JRM -- 8/21/14
- *
*-------------------------------------------------------------------------
*/
@@ -2727,19 +2722,6 @@ expunge_entry(H5F_t *file_ptr, int32_t type, int32_t idx)
* Programmer: John Mainzer
* 6/23/04
*
- * Changes: Added code to setup and take down the skip list before
- * and after calls to H5C_flush_cache(). Do this via calls
- * to the H5C_FLUSH_CACHE macro.
- *
- * This is necessary, as H5C_flush() is called repeatedly
- * during file flush. If we setup and took down the
- * skip list on H5C_flush_cache(), we would find ourselves
- * doing this repeatedly -- which is contrary to the
- * objective of the exercise (avoiding as many skip list
- * operations as possible).
- *
- * JRM -- 5/14/20
- *
*-------------------------------------------------------------------------
*/
@@ -3512,11 +3494,6 @@ unprotect_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags)
* Programmer: John Mainzer
* 6/12/04
*
- * Changes: Updated slist size == dirty index size checks to
- * bypass the test if cache_ptr->slist_enabled is FALSE.
- *
- * JRM -- 5/8/20
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/cache_common.h b/test/cache_common.h
index 28d3a65..bdeeded 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -141,8 +141,6 @@
* Programmer: John Mainzer
* 5/14/20
*
- * Changes: None.
- *
***********************************************************************/
#define H5C_FLUSH_CACHE(file, flags, fail_mssg) \
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c
index 9f4072e..73d0459 100644
--- a/test/cmpd_dset.c
+++ b/test/cmpd_dset.c
@@ -127,13 +127,6 @@ typedef struct {
* Programmer: Robb Matzke
* Friday, January 23, 1998
*
- * Modifications:
- * Robb Matzke, 1999-06-23
- * If the command line switch `--noopt' is present then the fast
- * compound datatype conversion is turned off.
- *
- * Raymond Lu, 15 June 2007
- * Moved this part of code from MAIN to TEST_COMPOUND function.
*-------------------------------------------------------------------------
*/
static unsigned
@@ -820,7 +813,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static void
@@ -862,7 +854,6 @@ initialize_stype1(unsigned char *buf, size_t num)
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static void
@@ -908,7 +899,6 @@ initialize_stype2(unsigned char *buf, size_t num)
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static void
@@ -938,7 +928,6 @@ initialize_stype3(unsigned char *buf, size_t num)
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static void
@@ -990,7 +979,6 @@ initialize_stype4(unsigned char *buf, size_t num)
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static hid_t
@@ -1045,7 +1033,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static hid_t
@@ -1103,7 +1090,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static hid_t
@@ -1145,7 +1131,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static hid_t
@@ -1206,7 +1191,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static int
@@ -1289,7 +1273,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static unsigned
@@ -1496,7 +1479,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static unsigned
@@ -1705,7 +1687,6 @@ error:
* Programmer: Neil Fortner
* Thursday, 22 January 2009
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static unsigned
@@ -1981,7 +1962,6 @@ error:
* Programmer: Neil Fortner
* Monday, 19 October 2009
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static unsigned
@@ -2222,7 +2202,6 @@ error:
* Programmer: Raymond Lu
* Friday, 15 June 2007
*
- * Modifications:
*-------------------------------------------------------------------------
*/
int
diff --git a/test/dangle.c b/test/dangle.c
index 660b54f..36984b8 100644
--- a/test/dangle.c
+++ b/test/dangle.c
@@ -39,8 +39,6 @@ const char *FILENAME[] = {"dangle", NULL};
* Programmer: Quincey Koziol
* Tuesday, May 13, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -138,8 +136,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, May 13, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -233,8 +229,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, May 13, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -331,8 +325,6 @@ error:
* Programmer: Quincey Koziol
* Thursday, August 25, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -418,8 +410,6 @@ error:
* Programmer: Quincey Koziol
* Wednesday, June 18, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -652,8 +642,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, May 13, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 6d6cb4c..aa0115e 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -403,8 +403,6 @@ static int my_isinf(int endian, const unsigned char *val, size_t size, size_t mp
* Programmer: Robb Matzke
* Monday, July 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -430,8 +428,6 @@ fpe_handler(int H5_ATTR_UNUSED signo)
* Programmer: Robb Matzke
* Monday, November 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -472,8 +468,6 @@ reset_hdf5(void)
* Programmer: Raymond Lu
* April 19, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static H5T_conv_ret_t
@@ -518,8 +512,6 @@ except_func(H5T_conv_except_t except_type, hid_t H5_ATTR_UNUSED src_id, hid_t H5
* Programmer: Raymond Lu
* Friday, Sept 2, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -582,8 +574,6 @@ error:
* Programmer: Raymond Lu
* Sept 7, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static H5T_conv_ret_t
@@ -803,8 +793,6 @@ error:
* Programmer: Raymond Lu
* Thursday, Jan 6, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1254,8 +1242,6 @@ error:
* Programmer: Raymond Lu
* Saturday, Jan 29, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1575,8 +1561,6 @@ error:
* Programmer: Robb Matzke
* Monday, November 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2628,8 +2612,6 @@ error:
* Programmer: Robb Matzke
* Friday, April 30, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2680,8 +2662,6 @@ test_conv_int_2(void)
* Programmer: Robb Matzke
* Monday, July 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2756,8 +2736,6 @@ my_isnan(dtype_t type, void *val)
* Programmer: Raymond Lu
* Monday, June 20, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2796,13 +2774,6 @@ my_isinf(int endian, const unsigned char *val, size_t size, size_t mpos, size_t
* Programmer: Robb Matzke
* Tuesday, June 23, 1998
*
- * Modifications:
- * Albert Cheng, Apr 16, 2004
- * Check for underflow condition. If the src number is
- * smaller than the dst MIN float number, consider it okay
- * if the converted sw and hw dst are both less than or
- * equal to the dst MIN float number.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3404,8 +3375,6 @@ error:
* Programmer: Raymond Lu
* Thursday, November 6, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4606,8 +4575,6 @@ error:
* Programmer: Raymond Lu
* Monday, Nov 17, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -4692,8 +4659,6 @@ done:
* Programmer: Robb Matzke
* Tuesday, November 24, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4854,8 +4819,6 @@ run_integer_tests(const char *name)
* Programmer: Raymond Lu
* Tuesday, March 22, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4939,8 +4902,6 @@ done:
* Programmer: Raymond Lu
* Monday, November 10, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5047,8 +5008,6 @@ run_int_fp_conv(const char *name)
* Programmer: Raymond Lu
* Monday, November 10, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5195,12 +5154,6 @@ run_fp_int_conv(const char *name)
* Programmer: Robb Matzke
* Tuesday, December 9, 1997
*
- * Modifications:
- * Raymond Lu
- * Monday, April 4, 2005
- * These tests were split from dtypes.c because dtypes.c
- * has grown too big.
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/dtypes.c b/test/dtypes.c
index 2d0dc88..37fc8c7 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -341,11 +341,6 @@ error:
* Programmer: Quincey Koziol
* Saturday, August 30, 2003
*
- * Modifications:
- * Raymond Lu
- * 8 December 2009
- * I added a field of VL string in the compound type to test
- * H5Tdetect_class correctly detect it as string type.
*-------------------------------------------------------------------------
*/
static int
@@ -1347,11 +1342,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, December 18, 2001
*
- * Modifications:
- * The size of compound datatype can be expanded now.
- * Raymond Lu
- * Wednesday, September 10, 2003
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1496,11 +1486,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, January 7, 1998
*
- * Modifications:
- * Raymond Lu
- * 27 June 2008
- * Added verification of compound type size for H5Tpack and
- * test for array of nested compound type.
*-------------------------------------------------------------------------
*/
static int
@@ -2019,8 +2004,6 @@ error:
* Programmer: Raymond Lu
* Tuesday, June 15, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2233,8 +2216,6 @@ error:
* Programmer: Quincey Koziol
* Saturday, August 7, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2516,8 +2497,6 @@ error:
* Programmer: Raymond Lu
* Wednesday, September 29, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2737,9 +2716,9 @@ error:
* Function: test_compound_14
*
* Purpose: Tests compound type conversions where a vlen string will
- be misaligned in the conversion buffer and the file. The
- two compound types are meant to trigger two different
- conversion routines.
+ * be misaligned in the conversion buffer and the file. The
+ * two compound types are meant to trigger two different
+ * conversion routines.
*
* Return: Success: 0
*
@@ -2748,8 +2727,6 @@ error:
* Programmer: Neil Fortner
* Monday, August 25, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3204,8 +3181,6 @@ error:
* Programmer: Neil Fortner
* Friday, September 19, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3379,8 +3354,6 @@ error:
* Programmer: Ray Lu
* 14 July 2022
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3507,8 +3480,6 @@ error:
* Programmer: Neil Fortner
* Friday, October 3, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3621,8 +3592,6 @@ error:
* Programmer: Neil Fortner
* Tuesday, January 13, 2009
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3927,11 +3896,6 @@ error:
* Programmer: Raymond Lu
* Thursday, April 4, 2002
*
- * Modifications:
- * Raymond Lu
- * Wednesday, February 9, 2005
- * Added test for H5Tenum_valueof, H5Tenum_nameof, and
- * H5Tget_member_value.
*-------------------------------------------------------------------------
*/
static int
@@ -4174,8 +4138,6 @@ error:
* Programmer: Robb Matzke
* Thursday, June 4, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4331,8 +4293,6 @@ error:
* Programmer: Robb Matzke
* Monday, June 1, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5285,8 +5245,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, January 5, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -6014,13 +5972,6 @@ error:
* Programmer: Raymond Lu
* July 14, 2004
*
- * Modifications: Raymond Lu
- * July 13, 2009
- * Added the test for VL string types.
- *
- * Raymond Lu
- * 17 February 2011
- * I added the test of reference count for decoded datatypes.
*-------------------------------------------------------------------------
*/
static int
@@ -6810,8 +6761,6 @@ conv_except(H5T_conv_except_t except_type, hid_t H5_ATTR_UNUSED src_id, hid_t H5
* make it portable to other architectures, but further
* input and changes are welcome. -QAK
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
diff --git a/test/enum.c b/test/enum.c
index 780da74..592236a 100644
--- a/test/enum.c
+++ b/test/enum.c
@@ -33,8 +33,6 @@ typedef enum { E1_RED, E1_GREEN, E1_BLUE, E1_WHITE, E1_BLACK } c_e1;
* Programmer: Robb Matzke
* Wednesday, December 23, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -315,8 +313,6 @@ error:
* Programmer: Robb Matzke
* Monday, January 4, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -419,8 +415,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, January 5, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -530,8 +524,6 @@ error:
* Programmer: Elena Pourmal
* Wednesday, June 7, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -622,8 +614,6 @@ error:
* Programmer: Raymond Lu
* Tuesday, April 4, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -757,8 +747,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, December 22, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/file_image.c b/test/file_image.c
index 0398c15..e9f50c3 100644
--- a/test/file_image.c
+++ b/test/file_image.c
@@ -699,10 +699,6 @@ error:
* Programmer: John Mainzer
* Tuesday, November 15, 2011
*
- * Modifications:
- * Vailin Choi; July 2013
- * Add the creation of user block to the file as indicated by the parameter "user".
- *
******************************************************************************
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -1343,10 +1339,6 @@ error:
return 1;
} /* test_get_file_image_error_rejection() */
-/*
- * Modifications:
- * Add testing for file image with or without user block in the file.
- */
int
main(void)
{
diff --git a/test/fillval.c b/test/fillval.c
index 008833d..489aa76 100644
--- a/test/fillval.c
+++ b/test/fillval.c
@@ -62,8 +62,6 @@ typedef struct {
* Programmer: Raymond Lu
* Monday, Jan 26, 2001
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -159,8 +157,6 @@ error:
* Programmer: Robb Matzke
* Thursday, October 1, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -404,10 +400,6 @@ error:
* Programmer: Robb Matzke
* Thursday, October 1, 1998
*
- * Modifications:
- * Many new cases have been added to this test since
- * the fill value design has been modified.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -866,10 +858,6 @@ error:
* Programmer: Robb Matzke
* Thursday, October 1, 1998
*
- * Modifications:
- * This function is called by test_rdwr to write and read
- * dataset for different cases.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1207,10 +1195,6 @@ error:
* Programmer: Robb Matzke
* Thursday, October 1, 1998
*
- * Modifications:
- * Many new cases have been added to this test since the
- * fill value design is modified.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2060,8 +2044,6 @@ error:
* Programmer: Robb Matzke
* Monday, October 5, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2224,8 +2206,6 @@ skip:
* Programmer: Raymond Lu
* Feb 27, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2379,11 +2359,6 @@ error:
* Programmer: Joel Plutchak
* April 15, 2013
*
- * Modifications:
- * This function is called by test_rdwr to write and read
- * dataset for different cases of chunked datasets with
- * unallocated chunks.
- *
*-------------------------------------------------------------------------
*/
diff --git a/test/filter_fail.c b/test/filter_fail.c
index d413b07..172027c 100644
--- a/test/filter_fail.c
+++ b/test/filter_fail.c
@@ -97,11 +97,6 @@ filter_fail(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts, const unsigned
* Programmer: Raymond Lu
* 25 August 2010
*
- * Modifications:
- * Raymond Lu
- * 5 Oct 2010
- * Test when the chunk cache is enable and disabled to make
- * sure the library behaves properly.
*-------------------------------------------------------------------------
*/
static herr_t
@@ -237,8 +232,6 @@ error:
* Programmer: Raymond Lu
* 25 August 2010
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
diff --git a/test/gen_cross.c b/test/gen_cross.c
index 98c6fd7..c468039 100644
--- a/test/gen_cross.c
+++ b/test/gen_cross.c
@@ -88,8 +88,6 @@ int create_nbit_dsets_float(hid_t fid, hid_t fsid, hid_t msid);
* Programmer: Raymond Lu
* Some time ago
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -194,8 +192,6 @@ error:
* Programmer: Neil Fortner
* 27 January 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -284,8 +280,6 @@ error:
* Programmer: Raymond Lu
* 21 January 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -374,8 +368,6 @@ error:
* Programmer: Neil Fortner
* 27 January 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -472,8 +464,6 @@ error:
* Programmer: Neil Fortner
* 27 January 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -570,8 +560,6 @@ error:
* Programmer: Raymond Lu
* 21 January 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -669,8 +657,6 @@ error:
* Programmer: Neil Fortner
* 27 January 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -767,8 +753,6 @@ error:
* Programmer: Raymond Lu
* 29 March 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -857,8 +841,6 @@ error:
* Programmer: Raymond Lu
* 29 March 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -958,8 +940,6 @@ error:
* Programmer: Raymond Lu
* 29 March 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -1049,8 +1029,6 @@ error:
* Programmer: Raymond Lu
* 29 March 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -1139,8 +1117,6 @@ error:
* Programmer: Raymond Lu
* 29 March 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_filters.c b/test/gen_filters.c
index d82a3eb..c171538 100644
--- a/test/gen_filters.c
+++ b/test/gen_filters.c
@@ -228,8 +228,6 @@ error:
*
* Return: Success:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_new_array.c b/test/gen_new_array.c
index e04b71a..1db1c69 100644
--- a/test/gen_new_array.c
+++ b/test/gen_new_array.c
@@ -50,8 +50,6 @@
* Programmer: Robb Matzke
* Monday, October 26, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_new_mtime.c b/test/gen_new_mtime.c
index 7632769..87a104a 100644
--- a/test/gen_new_mtime.c
+++ b/test/gen_new_mtime.c
@@ -39,8 +39,6 @@
* Programmer: Quincey Koziol
* Friday, January 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_noencoder.c b/test/gen_noencoder.c
index fe9cea6..a0be0ef 100644
--- a/test/gen_noencoder.c
+++ b/test/gen_noencoder.c
@@ -24,8 +24,6 @@
* Programmer: James Laird and Nat Furrer
* Thursday, July 1, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_old_array.c b/test/gen_old_array.c
index ab0ea20..2e6e953 100644
--- a/test/gen_old_array.c
+++ b/test/gen_old_array.c
@@ -49,8 +49,6 @@
* Programmer: Robb Matzke
* Monday, October 26, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_old_layout.c b/test/gen_old_layout.c
index b7a9b3d..a18e7fb 100644
--- a/test/gen_old_layout.c
+++ b/test/gen_old_layout.c
@@ -45,8 +45,6 @@
* Programmer: Quincey Koziol
* Friday, January 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_old_mtime.c b/test/gen_old_mtime.c
index 9645a5e..d67d018 100644
--- a/test/gen_old_mtime.c
+++ b/test/gen_old_mtime.c
@@ -39,8 +39,6 @@
* Programmer: Quincey Koziol
* Friday, January 3, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/gen_sizes_lheap.c b/test/gen_sizes_lheap.c
index dc55d81..c30b811 100644
--- a/test/gen_sizes_lheap.c
+++ b/test/gen_sizes_lheap.c
@@ -36,8 +36,6 @@
* Programmer: Neil Fortner
* Thursday, July 15, 2010
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/h5test.c b/test/h5test.c
index 1467e0b..c667ffd 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -132,8 +132,6 @@ static char *h5_fixname_real(const char *base_name, hid_t fapl, const char *_su
* Programmer: Robb Matzke
* Wednesday, March 4, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -918,8 +916,6 @@ error:
* Programmer: Robb Matzke
* Friday, November 20, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
@@ -938,8 +934,6 @@ h5_no_hwconv(void)
* Programmer: Albert Cheng
* 2002/04/22
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
@@ -1010,12 +1004,6 @@ h5_show_hostname(void)
* object.
* Return: 0 if all is fine; otherwise non-zero.
* Programmer: Albert Cheng, 2002/05/21.
- * Modifications:
- * Bill Wendling, 2002/05/31
- * Modified so that the HDF5_MPI_INFO environment variable can
- * be a semicolon separated list of "key=value" pairings. Most
- * of the code is to remove any whitespaces which might be
- * surrounding the "key=value" pairs.
*/
int
h5_set_info_object(void)
@@ -1109,7 +1097,6 @@ h5_set_info_object(void)
* Purpose: Display content of an MPI Info object
* Return: void
* Programmer: Albert Cheng 2002/05/21
- * Modifications:
*/
void
h5_dump_info_object(MPI_Info info)
@@ -1339,8 +1326,6 @@ print_func(const char *format, ...)
*
* Programmer:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
@@ -1391,11 +1376,6 @@ h5_szip_can_encode(void)
* Programmer: Leon Arber
* 4/4/05
*
- * Modifications:
- * Use original getenv if MPI is not initialized. This happens
- * one uses the PHDF5 library to build a serial nature code.
- * Albert 2006/04/07
- *
*-------------------------------------------------------------------------
*/
char *
@@ -1566,8 +1546,6 @@ h5_verify_cached_stabs_cb(hid_t oid, const char H5_ATTR_UNUSED *name, const H5O_
* Programmer: Neil Fortner
* Tuesday, April 12, 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
diff --git a/test/hdfs.c b/test/hdfs.c
index 06cd7cc..bf8e840 100644
--- a/test/hdfs.c
+++ b/test/hdfs.c
@@ -404,8 +404,6 @@ static H5FD_hdfs_fapl_t default_fa = {
* Programmer: Jacob Smith
* 2018-04-25
*
- * Changes: None.
- *
*---------------------------------------------------------------------------
*/
static int
@@ -614,8 +612,6 @@ error:
* Programmer: Jacob Smith
* 2018-04-25
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1383,10 +1379,6 @@ error:
* Programmer: Jacob Smith
* 2017-11-06
*
- * Changes:
- * + modify from S3VFD codebase to HDFS; Minor changes, mostly.
- * + Jacob Smith 2018-06-08
- *
*---------------------------------------------------------------------------
*/
static int
@@ -1529,10 +1521,6 @@ test_cmp(void)
* Programmer: Jacob Smith
* 2017-11-07
*
- * Changes:
- * + modify from S3VFD codebase to HDFS; Minor changes, mostly.
- * + Jacob Smith 2018-06-08
- *
*---------------------------------------------------------------------------
*/
static int
diff --git a/test/istore.c b/test/istore.c
index 916cf67..b688acd 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -94,8 +94,6 @@ is_sparse(void)
* Programmer: Robb Matzke
* Friday, October 10, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -137,13 +135,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz)
* Programmer: Robb Matzke
* Wednesday, October 15, 1997
*
- * Modifications:
- * Converted to use datasets instead of directly messing with
- * the istore routines, etc. since the new raw data architecture
- * performs hyperslab operations at a higher level than the
- * istore routines did and the new istore routines can't handle
- * I/O on more than one chunk at a time. QAK - 2003/04/16
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -198,8 +189,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 15, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -246,8 +235,6 @@ test_create(hid_t f, const char *prefix)
* Programmer: Robb Matzke
* Wednesday, October 15, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -445,8 +432,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 22, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
diff --git a/test/links.c b/test/links.c
index 56912fe..9e4d2e3 100644
--- a/test/links.c
+++ b/test/links.c
@@ -7815,8 +7815,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, July 26, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
diff --git a/test/links_env.c b/test/links_env.c
index 0bd2add..27e29ea 100644
--- a/test/links_env.c
+++ b/test/links_env.c
@@ -48,8 +48,6 @@ static int external_link_env(hid_t fapl, hbool_t new_format);
* Programmer: Vailin Choi
* Feb. 20, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
diff --git a/test/mount.c b/test/mount.c
index c5a04b5..6807f36 100644
--- a/test/mount.c
+++ b/test/mount.c
@@ -41,8 +41,6 @@ int bm[NX][NY], bm_out[NX][NY]; /* Data buffers */
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -116,8 +114,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -172,8 +168,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -461,8 +455,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -561,8 +553,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, October 13, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -650,8 +640,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -720,8 +708,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -790,8 +776,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -859,8 +843,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 14, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -934,8 +916,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, October 13, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1088,8 +1068,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, October 13, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1151,8 +1129,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 14, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1273,8 +1249,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 14, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1352,8 +1326,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 14, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1442,8 +1414,6 @@ error:
* Programmer: Quincey Koziol
* Wednesday, May 4, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1677,8 +1647,6 @@ error:
* Programmer: Quincey Koziol
* Monday, June 6, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1946,8 +1914,6 @@ error:
* Programmer: Quincey Koziol
* Thursday, June 30, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2098,8 +2064,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, July 5, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2228,8 +2192,6 @@ error:
* Programmer: Quincey Koziol
* Thursday, July 14, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2384,8 +2346,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, July 19, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2528,8 +2488,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, July 19, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2671,8 +2629,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, July 19, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2813,8 +2769,6 @@ error:
* Programmer: Quincey Koziol
* Tuesday, July 19, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3017,8 +2971,6 @@ error:
* Programmer: Quincey Koziol
* Monday, July 25, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3240,8 +3192,6 @@ error:
* Programmer: Quincey Koziol
* Monday, July 25, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3453,8 +3403,6 @@ error:
* Programmer: Quincey Koziol
* Monday, July 25, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3624,8 +3572,6 @@ error:
* Programmer: Quincey Koziol
* Monday, July 25, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4016,8 +3962,6 @@ error:
* Programmer: Quincey Koziol
* Monday, July 25, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4181,8 +4125,6 @@ error:
* Programmer: Neil Fortner
* Friday, August 1, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4287,8 +4229,6 @@ error:
* Programmer: Neil Fortner
* Friday, August 6, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4446,8 +4386,6 @@ error:
* Programmer: Neil Fortner
* Friday, November 14, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4600,8 +4538,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 7, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/mtime.c b/test/mtime.c
index 8391def..882189e 100644
--- a/test/mtime.c
+++ b/test/mtime.c
@@ -39,13 +39,6 @@ const char *FILENAME[] = {"mtime", NULL};
* Programmer: Robb Matzke
* Thursday, July 30, 1998
*
- * Modifications:
- * Added checks for old and new modification time messages
- * in pre-created datafiles (generated with gen_old_mtime.c and
- * gen_new_mtime.c).
- * Quincey Koziol
- * Friday, January 3, 2003
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/ntypes.c b/test/ntypes.c
index b825ecd..92b2896 100644
--- a/test/ntypes.c
+++ b/test/ntypes.c
@@ -63,8 +63,6 @@ const char *FILENAME[] = {"ntypes", NULL};
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -314,8 +312,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -644,8 +640,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -857,8 +851,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1098,8 +1090,6 @@ error:
* Programmer: Quincey Koziol
* January 31, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1325,8 +1315,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1484,8 +1472,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1672,8 +1658,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1824,8 +1808,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2030,8 +2012,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2170,8 +2150,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2292,8 +2270,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2465,8 +2441,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2679,8 +2653,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2778,11 +2750,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- * Raymond Lu
- * 1 December 2009
- * I added the support for bitfield and changed the test to
- * compare the data being read back.
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2937,8 +2904,6 @@ error:
* Programmer: Pedro Vicente
* September 3, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3145,8 +3110,6 @@ error:
* Programmer: Raymond Lu
* October 15, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/page_buffer.c b/test/page_buffer.c
index d588d30..a6f7f0a 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -554,21 +554,8 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added base_page_cnt field as supporting code. This allows
- * the test to adjust to the number of page buffer pages
- * accessed during file open / create.
- *
- * The test for the value of base_page_cnt just after file
- * open exists detect changes in library behavior. Assuming
- * any such change is not indicative of other issues, these
- * tests can be modified to reflect the change.
- *
- * JRM -- 2/23/17
- *
*-------------------------------------------------------------------------
*/
-
-/* Changes due to file space page size has a minimum size of 512 */
static unsigned
test_raw_data_handling(hid_t orig_fapl, const char *env_h5_drvr)
{
@@ -832,18 +819,6 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added base_page_cnt field as supporting code. This allows
- * the test to adjust to the number of page buffer pages
- * accessed during file open / create.
- *
- * The test for the value of base_page_cnt just after file
- * open exists detect changes in library behavior. Assuming
- * any such change is not indicative of other issues, these
- * tests can be modified to reflect the change.
- *
- * JRM -- 2/23/17
- *
- *
*-------------------------------------------------------------------------
*/
@@ -1086,19 +1061,6 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added the base_raw_cnt and base_meta_cnt fields and
- * supporting code. This allows the test to adjust to the
- * number of page buffer pages accessed during file open /
- * create.
- *
- * The tests for the values of base_raw_cnt and base_meta_cnt
- * just after file open exist detect changes in library
- * behavior. Assuming any such change is not indicative of
- * other issues, these tests can be modified to reflect the
- * change.
- *
- * JRM -- 2/23/17
- *
*-------------------------------------------------------------------------
*/
@@ -1721,19 +1683,6 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added the base_raw_cnt and base_meta_cnt fields and
- * supporting code. This allows the test to adjust to the
- * number of page buffer pages accessed during file open /
- * create.
- *
- * The tests for the values of base_raw_cnt and base_meta_cnt
- * just after file open exist detect changes in library
- * behavior. Assuming any such change is not indicative of
- * other issues, these tests can be modified to reflect the
- * change.
- *
- * JRM -- 2/23/17
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -2024,8 +1973,6 @@ error:
* Programmer: John Mainzer
* 03/21/17
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
diff --git a/test/reserved.c b/test/reserved.c
index d0e0c85..a820344 100644
--- a/test/reserved.c
+++ b/test/reserved.c
@@ -30,8 +30,6 @@ const char *FILENAME[] = {"rsrv_heap", "rsrv_ohdr", "rsrv_vlen", NULL};
* Nat Furrer
* Friday, May 28, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -165,8 +163,6 @@ error:
* Nat Furrer
* Friday, May 28, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -309,8 +305,6 @@ error:
* Nat Furrer
* Thursday, July 1, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -471,8 +465,6 @@ error:
* Programmer: Nat Furrer and James Laird
* Thursday, July 1, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/s3comms.c b/test/s3comms.c
index d68cc84..45978fb 100644
--- a/test/s3comms.c
+++ b/test/s3comms.c
@@ -1759,8 +1759,6 @@ error:
*
* Programmer: Jacob Smith 2018-01-24
*
- * Changes: None
- *
*---------------------------------------------------------------------------
*/
static herr_t
@@ -1813,8 +1811,6 @@ error:
*
* Programmer: Jacob Smith 2018-01-??
*
- * Changes: None
- *
*---------------------------------------------------------------------------
*/
static herr_t
diff --git a/test/space_overflow.c b/test/space_overflow.c
index 41530fd..d31b52d 100644
--- a/test/space_overflow.c
+++ b/test/space_overflow.c
@@ -37,8 +37,6 @@
* Programmer: Robb Matzke
* Monday, October 26, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/stab.c b/test/stab.c
index 26cb015..697bce0 100644
--- a/test/stab.c
+++ b/test/stab.c
@@ -191,7 +191,6 @@ error:
*
* Programmer: Robb Matzke 2002-03-28
*
- * Modifications:
*-------------------------------------------------------------------------
*/
static int
@@ -1405,8 +1404,6 @@ error:
* Programmer: Robb Matzke
* Tuesday, November 24, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
int
diff --git a/test/tattr.c b/test/tattr.c
index a4ff088..5d82234 100644
--- a/test/tattr.c
+++ b/test/tattr.c
@@ -11655,8 +11655,6 @@ test_attr(void)
* Programmer: Albert Cheng
* July 2, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tcheck_version.c b/test/tcheck_version.c
index a528f5e..2d5c239 100644
--- a/test/tcheck_version.c
+++ b/test/tcheck_version.c
@@ -22,8 +22,6 @@
*
* Programmer: Albert Cheng
* September 20, 2009
- * Modifications:
- * Added abort signal intercept. AKC - 2009/10/16 -
*/
#include "h5test.h"
diff --git a/test/tconfig.c b/test/tconfig.c
index fdab5ef..ec6bb2c 100644
--- a/test/tconfig.c
+++ b/test/tconfig.c
@@ -75,8 +75,6 @@ test_configure(void)
* Programmer: Albert Cheng
* September 25, 2001
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
@@ -95,10 +93,6 @@ cleanup_configure(void)
* Programmer: Albert Cheng
* September 25, 2001
*
- * Modifications:
- * Albert Cheng, 2004/10/14
- * Verified both signed and unsigned int types.
- *
*-------------------------------------------------------------------------
*/
void
@@ -183,8 +177,6 @@ test_config_ctypes(void)
* Programmer: Albert Cheng
* October 12, 2009
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tcoords.c b/test/tcoords.c
index f2bad20..230db60 100644
--- a/test/tcoords.c
+++ b/test/tcoords.c
@@ -713,8 +713,6 @@ test_coords(void)
* Programmer: Raymond Lu
* 20 Dec. 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/test_swmr.pwsh.in b/test/test_swmr.pwsh.in
index de7a57a..8f09740 100644
--- a/test/test_swmr.pwsh.in
+++ b/test/test_swmr.pwsh.in
@@ -85,13 +85,6 @@ function Wait-Message {
###############################################################################
## Main
##
-## Modifications:
-## Vailin Choi; July 2013
-## Add waiting of message file before launching the reader(s).
-## Due to the implementation of file locking, coordination
-## is needed in file opening for the writer/reader tests
-## to proceed as expected.
-##
###############################################################################
# Check to see if the VFD specified by the HDF5_DRIVER environment variable
diff --git a/test/test_swmr.sh.in b/test/test_swmr.sh.in
index aacd575..e4c7546 100644
--- a/test/test_swmr.sh.in
+++ b/test/test_swmr.sh.in
@@ -83,13 +83,6 @@ WAIT_MESSAGE() {
###############################################################################
## Main
##
-## Modifications:
-## Vailin Choi; July 2013
-## Add waiting of message file before launching the reader(s).
-## Due to the implementation of file locking, coordination
-## is needed in file opening for the writer/reader tests
-## to proceed as expected.
-##
###############################################################################
# Check to see if the VFD specified by the HDF5_DRIVER environment variable
diff --git a/test/testframe.c b/test/testframe.c
index 9bcccd1..f3cf781 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -126,9 +126,6 @@ AddTest(const char *TheName, void (*TheCall)(void), void (*Cleanup)(void), const
* private_parser: Optional routine provided by test program to parse the
* private options. Default to NULL which means none is provided.
*
- * Modifications:
- * Albert Cheng 2004/08/17
- * Added the ProgName, private_usage and private_parser arguments.
*/
void
TestInit(const char *ProgName, void (*private_usage)(void), int (*private_parser)(int ac, char *av[]))
diff --git a/test/tfile.c b/test/tfile.c
index bca3da2..f24b55d 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -8226,8 +8226,6 @@ test_file(void)
* Programmer: Albert Cheng
* July 2, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tgenprop.c b/test/tgenprop.c
index 46bb0ac..5751ce7 100644
--- a/test/tgenprop.c
+++ b/test/tgenprop.c
@@ -2188,8 +2188,6 @@ test_genprop(void)
* Programmer: Quincey Koziol
* June 8, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/th5s.c b/test/th5s.c
index 25ab290..40d8b06 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -3507,8 +3507,6 @@ test_h5s(void)
* Programmer: Albert Cheng
* July 2, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/titerate.c b/test/titerate.c
index defed21..1e23ade 100644
--- a/test/titerate.c
+++ b/test/titerate.c
@@ -1203,8 +1203,6 @@ test_iterate(void)
* Programmer: Quincey Koziol
* April 5, 2000
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tmeta.c b/test/tmeta.c
index f5c5fc1..d55882d 100644
--- a/test/tmeta.c
+++ b/test/tmeta.c
@@ -121,8 +121,6 @@ test_metadata(void)
* Programmer: Albert Cheng
* July 2, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/trefer.c b/test/trefer.c
index 26a883b..2c62234 100644
--- a/test/trefer.c
+++ b/test/trefer.c
@@ -3611,8 +3611,6 @@ test_reference(void)
* Programmer: Quincey Koziol
* September 8, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/trefer_deprec.c b/test/trefer_deprec.c
index 75d441d..8d75fed 100644
--- a/test/trefer_deprec.c
+++ b/test/trefer_deprec.c
@@ -1853,8 +1853,6 @@ test_reference_deprec(void)
* Programmer: Quincey Koziol
* September 8, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tsohm.c b/test/tsohm.c
index d923efb..7d9964f 100644
--- a/test/tsohm.c
+++ b/test/tsohm.c
@@ -480,8 +480,6 @@ error:
* Programmer: James Laird
* Saturday, August 26, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -555,8 +553,6 @@ error:
* Programmer: James Laird
* Wednesday, October 4, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -1521,8 +1517,6 @@ size2_verify_plist2(hid_t plist)
* Programmer: James Laird
* Friday, January 26, 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1565,8 +1559,6 @@ size2_dump_struct(const char *name, size2_helper_struct *sizes)
* Programmer: James Laird
* Friday, November 17, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2724,8 +2716,6 @@ test_sohm_size2(int close_reopen)
* Programmer: James Laird
* Tuesday, December 19, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2763,8 +2753,6 @@ delete_helper_write(hid_t file_id, hid_t *dspace_id, hid_t *dcpl_id, int x)
* Programmer: James Laird
* Tuesday, December 19, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2812,8 +2800,6 @@ delete_helper_read(hid_t file_id, hid_t *dspace_id, int x)
* Programmer: James Laird
* Tuesday, December 19, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -2896,8 +2882,6 @@ delete_helper(hid_t fcpl_id, hid_t *dspace_id, hid_t *dcpl_id)
* Programmer: James Laird
* Tuesday, December 19, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3036,8 +3020,6 @@ test_sohm_delete(void)
* Programmer: James Laird
* Wednesday, January 3, 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3137,8 +3119,6 @@ verify_dset_create_and_delete_does_not_grow_file(hid_t fcpl_id)
* Programmer: James Laird
* Wednesday, January 3, 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3217,8 +3197,6 @@ test_sohm_delete_revert(void)
* Programmer: James Laird
* Friday, December 22, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3285,8 +3263,6 @@ verify_dset_create_and_open_through_extlink_with_sohm(hid_t src_fcpl_id, hid_t d
* Programmer: James Laird
* Friday, December 22, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3333,8 +3309,6 @@ test_sohm_extlink(void)
* Programmer: James Laird
* Wednesday, January 10, 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -3600,8 +3574,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen)
* Programmer: James Laird
* Wednesday, January 10, 2007
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3682,8 +3654,6 @@ test_sohm_extend_dset(void)
* Programmer: Raymond Lu
* 13 October, 2008
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -3875,8 +3845,6 @@ test_sohm(void)
* Programmer: James Laird
* October 9, 2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/ttime.c b/test/ttime.c
index 49ddafd..81c5015 100644
--- a/test/ttime.c
+++ b/test/ttime.c
@@ -220,8 +220,6 @@ test_time(void)
* Programmer: Quincey Koziol
* October 19, 2000
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tvlstr.c b/test/tvlstr.c
index b27b2be..3fcc57d 100644
--- a/test/tvlstr.c
+++ b/test/tvlstr.c
@@ -995,8 +995,6 @@ test_vlstrings(void)
* Programmer: Quincey Koziol
* September 10, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/tvltypes.c b/test/tvltypes.c
index d14f70d..1e0de1c 100644
--- a/test/tvltypes.c
+++ b/test/tvltypes.c
@@ -3254,8 +3254,6 @@ test_vltypes(void)
* Programmer: Quincey Koziol
* June 8, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
void
diff --git a/test/unlink.c b/test/unlink.c
index e2cf67f..e18ae73 100644
--- a/test/unlink.c
+++ b/test/unlink.c
@@ -78,8 +78,6 @@ const char *FILENAME[] = {"unlink", "new_move_a", "new_move_b",
* Programmer: Robb Matzke
* Friday, September 25, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -155,8 +153,6 @@ error:
* Programmer: Robb Matzke
* Friday, September 25, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -309,8 +305,6 @@ error:
* Programmer: Robb Matzke
* Friday, September 25, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -375,8 +369,6 @@ error:
* Programmer: Raymond Lu
* Thursday, April 25, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -478,8 +470,6 @@ error:
* Programmer: Raymond Lu
* Thursday, April 25, 2002
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -540,8 +530,6 @@ error:
* Programmer: Quincey Koziol
* Saturday, March 22, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1480,8 +1468,6 @@ error:
* Programmer: Quincey Koziol
* Friday, April 11, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1546,8 +1532,6 @@ error:
* Programmer: Quincey Koziol
* Saturday, August 16, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1627,8 +1611,6 @@ error:
* Programmer: Quincey Koziol
* Saturday, August 16, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1740,8 +1722,6 @@ delete_node(hid_t pid, hid_t id)
* Programmer: Quincey Koziol
* Monday, January 19, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1829,8 +1809,6 @@ error:
* Programmer: Quincey Koziol
* Monday, January 19, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1921,8 +1899,6 @@ error:
* Programmer: Quincey Koziol
* Monday, January 19, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2299,8 +2275,6 @@ error:
* Programmer: Quincey Koziol
* Wednesday, July 14, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2384,8 +2358,6 @@ error:
* Programmer: James Laird
* Wednesday, July 28, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2466,8 +2438,6 @@ error:
* Programmer: James Laird
* Wednesday, July 28, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2545,8 +2515,6 @@ error:
* Programmer: Quincey Koziol
* Monday, September 27, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
diff --git a/test/vfd.c b/test/vfd.c
index 3be299c..4a5351b 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -4043,10 +4043,6 @@ error:
* Programmer: John Mainzer
* 6/21/20
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -4149,10 +4145,6 @@ test_vector_io__setup_v(uint32_t count, H5FD_mem_t types[], haddr_t addrs[], siz
* Programmer: John Mainzer
* 3/10/21
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -4286,10 +4278,6 @@ test_vector_io__setup_fixed_size_v(uint32_t count, H5FD_mem_t types[], haddr_t a
* Programmer: John Mainzer
* 6/21/20
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -4341,10 +4329,6 @@ test_vector_io__read_v_indiv(H5FD_t *lf, uint32_t count, H5FD_mem_t types[], had
* Programmer: John Mainzer
* 6/21/20
*
- * Modifications:
- *
- * None.
- *
*-------------------------------------------------------------------------
*/
@@ -4394,8 +4378,6 @@ test_vector_io__write_v_indiv(H5FD_t *lf, uint32_t count, H5FD_mem_t types[], ha
* Programmer: John Mainzer
* 6/21/20
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
@@ -4465,8 +4447,6 @@ test_vector_io__verify_v(uint32_t count, H5FD_mem_t types[], size_t sizes[], con
* Programmer: John Mainzer
* 6/21/20
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
@@ -4541,8 +4521,6 @@ test_vector_io__dump_test_vectors(uint32_t count, H5FD_mem_t types[], haddr_t ad
* Programmer: John Mainzer
* 6/20/20
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
#define VECTOR_LEN 16
@@ -4983,8 +4961,6 @@ error:
* Programmer: Neil Fortner
* 7/1/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
/* Array dimensions, used for all selection I/O tests. Currently both must be
@@ -5030,8 +5006,6 @@ error:
* Programmer: Neil Fortner
* 7/1/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -5106,8 +5080,6 @@ error:
* Programmer: Neil Fortner
* 7/1/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static herr_t