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.c76
1 files changed, 1 insertions, 75 deletions
diff --git a/test/cache_image.c b/test/cache_image.c
index 1ab5008..70da799 100644
--- a/test/cache_image.c
+++ b/test/cache_image.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: John Mainzer
- * 7/13/15
- *
+/*
* This file contains tests specific to the cache image
* feature implemented in H5C.c
*/
@@ -77,9 +75,6 @@ static unsigned evict_on_close_test(hbool_t single_file_vfd);
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -405,9 +400,6 @@ create_datasets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/31/16
- *
*-------------------------------------------------------------------------
*/
@@ -495,9 +487,6 @@ delete_datasets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/14/15
- *
*-------------------------------------------------------------------------
*/
@@ -860,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
- *
*-------------------------------------------------------------------------
*/
@@ -976,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
- *
*-------------------------------------------------------------------------
*/
@@ -1260,9 +1243,6 @@ verify_datasets(hid_t file_id, int min_dset, int max_dset)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -1537,9 +1517,6 @@ check_cache_image_ctl_flow_1(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -1801,9 +1778,6 @@ check_cache_image_ctl_flow_2(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/16/15
- *
*-------------------------------------------------------------------------
*/
@@ -2167,9 +2141,6 @@ check_cache_image_ctl_flow_3(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/16/15
- *
*-------------------------------------------------------------------------
*/
@@ -2496,9 +2467,6 @@ check_cache_image_ctl_flow_4(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/17/15
- *
*-------------------------------------------------------------------------
*/
@@ -2777,9 +2745,6 @@ check_cache_image_ctl_flow_5(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 7/17/15
- *
*-------------------------------------------------------------------------
*/
@@ -3063,9 +3028,6 @@ check_cache_image_ctl_flow_6(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/17/15
- *
*-------------------------------------------------------------------------
*/
@@ -3474,9 +3436,6 @@ cache_image_smoke_check_1(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/18/15
- *
*-------------------------------------------------------------------------
*/
@@ -3772,9 +3731,6 @@ cache_image_smoke_check_2(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/18/15
- *
*-------------------------------------------------------------------------
*/
@@ -4149,9 +4105,6 @@ cache_image_smoke_check_3(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 8/18/15
- *
*-------------------------------------------------------------------------
*/
@@ -4540,9 +4493,6 @@ cache_image_smoke_check_4(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/15/15
- *
*-------------------------------------------------------------------------
*/
@@ -5040,9 +4990,6 @@ cache_image_smoke_check_5(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/31/16
- *
*-------------------------------------------------------------------------
*/
@@ -5435,9 +5382,6 @@ cache_image_smoke_check_6(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/25/15
- *
*-------------------------------------------------------------------------
*/
@@ -5803,9 +5747,6 @@ cache_image_api_error_check_1(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/25/15
- *
*-------------------------------------------------------------------------
*/
@@ -6204,9 +6145,6 @@ cache_image_api_error_check_2(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 12/29/16
- *
*-------------------------------------------------------------------------
*/
@@ -6485,9 +6423,6 @@ cache_image_api_error_check_3(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 9/25/15
- *
*-------------------------------------------------------------------------
*/
@@ -7058,9 +6993,6 @@ cache_image_api_error_check_4(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 1/10/17
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -7499,9 +7431,6 @@ get_free_sections_test(hbool_t single_file_vfd)
*
* Return: void
*
- * Programmer: John Mainzer
- * 3/23/17
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -7820,9 +7749,6 @@ evict_on_close_test(hbool_t H5_ATTR_PARALLEL_UNUSED single_file_vfd)
*
* Failure:
*
- * Programmer: John Mainzer
- * 6/24/04
- *
*-------------------------------------------------------------------------
*/
int