mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r17397] Added a comment to explain what "dst" and "ans" are when errors happen.
Tested the change for v1.8 on jam - simple change.
This commit is contained in:
parent
e6c9d34f58
commit
7b6f849286
@ -2524,6 +2524,7 @@ test_conv_int_1(const char *name, hid_t src, hid_t dst)
|
||||
|
||||
if (++fails_all_tests>=max_fails) {
|
||||
HDputs(" maximum failures reached, aborting test...");
|
||||
HDputs(" (dst is library's conversion output. ans is compiler's conversion output.)");
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
@ -3359,6 +3360,7 @@ test_conv_flt_1 (const char *name, int run_test, hid_t src, hid_t dst)
|
||||
HDputs(" maximum failures reached, aborting test...");
|
||||
else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL)
|
||||
HDputs(" maximum warnings reached, aborting test...");
|
||||
HDputs(" (dst is library's conversion output. ans is compiler's conversion output.)");
|
||||
|
||||
goto done;
|
||||
}
|
||||
@ -4488,6 +4490,7 @@ test_conv_int_fp(const char *name, int run_test, hid_t src, hid_t dst)
|
||||
HDputs(" maximum failures reached, aborting test...");
|
||||
else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL)
|
||||
HDputs(" maximum warnings reached, aborting test...");
|
||||
HDputs(" (dst is library's conversion output. ans is compiler's conversion output.)");
|
||||
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user