summaryrefslogtreecommitdiffstats
path: root/test/cache_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_image.c')
-rw-r--r--test/cache_image.c72
1 files changed, 0 insertions, 72 deletions
diff --git a/test/cache_image.c b/test/cache_image.c
index 1f5f163..2e95a97 100644
--- a/test/cache_image.c
+++ b/test/cache_image.c
@@ -75,9 +75,6 @@ static unsigned evict_on_close_test(hbool_t single_file_vfd);
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -403,9 +400,6 @@ create_datasets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/31/16
- *
*-------------------------------------------------------------------------
*/
@@ -493,9 +487,6 @@ delete_datasets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/14/15
- *
*-------------------------------------------------------------------------
*/
@@ -858,9 +849,6 @@ open_hdf5_file(hbool_t create_file, hbool_t mdci_sbem_expected, hbool_t read_onl
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/14/15
- *
*-------------------------------------------------------------------------
*/
@@ -974,9 +962,6 @@ attempt_swmr_open_hdf5_file(const hbool_t create_file, const hbool_t set_mdci_fa
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -1258,9 +1243,6 @@ verify_datasets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -1535,9 +1517,6 @@ check_cache_image_ctl_flow_1(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -1799,9 +1778,6 @@ check_cache_image_ctl_flow_2(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/16/15
- *
*-------------------------------------------------------------------------
*/
@@ -2165,9 +2141,6 @@ check_cache_image_ctl_flow_3(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/16/15
- *
*-------------------------------------------------------------------------
*/
@@ -2494,9 +2467,6 @@ check_cache_image_ctl_flow_4(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/17/15
- *
*-------------------------------------------------------------------------
*/
@@ -2775,9 +2745,6 @@ check_cache_image_ctl_flow_5(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/17/15
- *
*-------------------------------------------------------------------------
*/
@@ -3061,9 +3028,6 @@ check_cache_image_ctl_flow_6(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/17/15
- *
*-------------------------------------------------------------------------
*/
@@ -3472,9 +3436,6 @@ cache_image_smoke_check_1(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/18/15
- *
*-------------------------------------------------------------------------
*/
@@ -3770,9 +3731,6 @@ cache_image_smoke_check_2(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/18/15
- *
*-------------------------------------------------------------------------
*/
@@ -4147,9 +4105,6 @@ cache_image_smoke_check_3(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/18/15
- *
*-------------------------------------------------------------------------
*/
@@ -4538,9 +4493,6 @@ cache_image_smoke_check_4(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -5038,9 +4990,6 @@ cache_image_smoke_check_5(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/31/16
- *
*-------------------------------------------------------------------------
*/
@@ -5433,9 +5382,6 @@ cache_image_smoke_check_6(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/25/15
- *
*-------------------------------------------------------------------------
*/
@@ -5801,9 +5747,6 @@ cache_image_api_error_check_1(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/25/15
- *
*-------------------------------------------------------------------------
*/
@@ -6202,9 +6145,6 @@ cache_image_api_error_check_2(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 12/29/16
- *
*-------------------------------------------------------------------------
*/
@@ -6483,9 +6423,6 @@ cache_image_api_error_check_3(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/25/15
- *
*-------------------------------------------------------------------------
*/
@@ -7056,9 +6993,6 @@ cache_image_api_error_check_4(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 1/10/17
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -7497,9 +7431,6 @@ get_free_sections_test(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/23/17
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -7817,9 +7748,6 @@ evict_on_close_test(hbool_t H5_ATTR_PARALLEL_UNUSED single_file_vfd)
*
* Failure:
*
- * Programmer: John Mainzer
- * 6/24/04
- *
*-------------------------------------------------------------------------
*/
int