expand on error testing in calc regression suite

Rename E_BROUND to E_BROUND_1 as per an earlier change
on the E_STRING formats.

    E_BROUND ==> E_BROUND_1

Improve the ciarify of calc regression suite (regress.cal) to mostly
use E_STRING errsym instead of numeric errnum values for error()
and errno() related tests.
This commit is contained in:
Landon Curt Noll
2023-09-21 12:35:50 -07:00
parent 70a8225c0b
commit db80afb843
4 changed files with 227 additions and 202 deletions

View File

@@ -338,6 +338,10 @@ The following are the changes from calc version 2.14.3.5 to date:
verify that the errnum calc computation error codes and their
E_STRING values have not changed.
Improve the ciarify of calc regression suite (regress.cal) to mostly
use E_STRING errsym instead of numeric errnum values for error()
and errno() related tests.
The following are the changes from calc version 2.14.3.4 to 2.14.3.5: