summaryrefslogtreecommitdiffstats
path: root/tools/libtest
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/libtest
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'tools/libtest')
-rw-r--r--tools/libtest/h5tools_test_utils.c45
1 files changed, 0 insertions, 45 deletions
diff --git a/tools/libtest/h5tools_test_utils.c b/tools/libtest/h5tools_test_utils.c
index 7f49f97..d1da145 100644
--- a/tools/libtest/h5tools_test_utils.c
+++ b/tools/libtest/h5tools_test_utils.c
@@ -64,9 +64,6 @@
* JSVERIFY_NOT() - long-int inequality check; prints
* JSVERIFY_STR() - string equality check; prints
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*****************************************************************************/
H5_GCC_CLANG_DIAG_OFF("format")
@@ -93,9 +90,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
*
* *FAILED* at somefile.c:12 in function_name()...
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSFAILED_AT() \
@@ -121,9 +115,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* Prints a generic "FAILED AT" line to stdout and jumps to `error`,
* similar to `TEST_ERROR` in h5test.h
*
- * Programmer: Jacob Smith
- * 2017-10-23
- *
*----------------------------------------------------------------------------
*/
#define FAIL_IF(condition) \
@@ -149,9 +140,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* However, `JSVERIFY(5, my_op(), "bad return")` may be even clearer.
* (see JSVERIFY)
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define FAIL_UNLESS(condition) \
@@ -180,9 +168,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* ! Expected 425
* ! Actual 3
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSERR_LONG(expected, actual, reason) \
@@ -219,9 +204,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* !!! Actual:
* not what I expected at all
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSERR_STR(expected, actual, reason) \
@@ -248,9 +230,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* (with `reason`, if not NULL; expected/actual if NULL)
* and jump to `error` at end of function
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSVERIFY(expected, actual, reason) \
@@ -270,9 +249,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* (with `reason`, if not NULL; expected/actual if NULL)
* and jump to `error` at end of function
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSVERIFY_NOT(expected, actual, reason) \
@@ -292,9 +268,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* (with `reason`, if not NULL; expected/actual if NULL)
* and jump to `error` at end of function
*
- * Programmer: Jacob Smith
- * 2017-10-24
- *
*----------------------------------------------------------------------------
*/
#define JSVERIFY_STR(expected, actual, reason) \
@@ -309,8 +282,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
/*----------------------------------------------------------------------------
* Macro: JSVERIFY()
* See: JSVERIFY documentation above.
- * Programmer: Jacob Smith
- * 2017-10-14
*----------------------------------------------------------------------------
*/
#define JSVERIFY(actual, expected, reason) \
@@ -322,8 +293,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
/*----------------------------------------------------------------------------
* Macro: JSVERIFY_NOT()
* See: JSVERIFY_NOT documentation above.
- * Programmer: Jacob Smith
- * 2017-10-14
*----------------------------------------------------------------------------
*/
#define JSVERIFY_NOT(actual, expected, reason) \
@@ -335,8 +304,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
/*----------------------------------------------------------------------------
* Macro: JSVERIFY_STR()
* See: JSVERIFY_STR documentation above.
- * Programmer: Jacob Smith
- * 2017-10-14
*----------------------------------------------------------------------------
*/
#define JSVERIFY_STR(actual, expected, reason) \
@@ -369,9 +336,6 @@ H5_GCC_CLANG_DIAG_OFF("format")
* 0 Tests passed.
* 1 Tests failed.
*
- * Programmer: Jacob Smith
- * 2017-11-11
- *
*----------------------------------------------------------------------------
*/
static unsigned
@@ -590,9 +554,6 @@ error:
* Return: 0 if test passes
* 1 if failure
*
- * Programmer: Jacob Smith
- * 2017-11-13
- *
*----------------------------------------------------------------------------
*/
static unsigned
@@ -968,9 +929,6 @@ error:
* Return: 0 if test passes
* 1 if failure
*
- * Programmer: Jacob Smith
- * 2018-07-12
- *
*----------------------------------------------------------------------------
*/
static unsigned
@@ -1220,9 +1178,6 @@ H5_GCC_CLANG_DIAG_ON("format")
* Return: 0 iff all test pass
* 1 iff any failures
*
- * Programmer: Jacob Smith
- * 2017-11-10
- *
*----------------------------------------------------------------------------
*/
int