Closed dqwu closed 1 year ago
In certain Fortran unit tests, the read buffers are not reset to evaluate all available IO types.
If read buffers remain unreset, existing Fortran unit tests may fail to detect concealed bugs, exemplified by the issue confirmed in #546.
Examine existing Fortran unit tests and ensure that read buffers are always reset before testing the next available IO type.
Fixes #547
In certain Fortran unit tests, the read buffers are not reset to evaluate all available IO types.
If read buffers remain unreset, existing Fortran unit tests may fail to detect concealed bugs, exemplified by the issue confirmed in #546.
Examine existing Fortran unit tests and ensure that read buffers are always reset before testing the next available IO type.
Fixes #547