This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I/O library and testing


On Sun, Feb 27, 2005 at 04:20:56PM +0100, FX Coudert wrote:

> what is the extent of the testing for 
> the I/O library (I'm having a close look at it these latter days, to fix 
> a few PR).

The I/O library isn't in terribly good shape.  There are some
quite basic things that it doesn't get right, and new things
are still being discovered about it.  For example, end-of-record
handling is basically broken for formatted input.

It's probably worth going through the PRs to extract the test
cases, and also to go through the f95 standard to generate
new ones.  With a fairly exhaustive testing framework in
place, I would feel better about making modifications.

Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]