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]

want to contribute gfortran test coverage matrix wiki page


Hi All,

I've created a gfortran test coverage matrix w.r.t. fortran 95 standard
document, as a wiki page and I want to contribute to the existing
gfortran wiki at http://gcc.gnu.org/wiki/GFortran, how would I do it?

It will be helpful to review at least part of it before submitting the
whole thing. 

The general format of the data is something like shown below,

Spec Ref = Paragraph (requirement) from f95/f2003 spec.
Test Type = C (compile time) or R (Run time)
Dia = Fortran dialect introducing requirement

Spec. Ref.| Test case | Test Description | Test Type | Dia
-----------------------------------------------------------
9.4.3| gfortran.dg/eof_1.f90 | Tests for proper EOF errors when reading past the end of file |R|f90
7.5.4| gfortran.dg/forall_1.f90 |Tests FORALL statements with a mask | R | f95
7.5.4| gfortran.dg/simpleif_1.f90 |Verifies that FORALL and WHERE after a simple if works. |R|f95
7.5.4| gfortran.fortran.torture/execute/forall_1.f90 | Program to test FORALL construct |R |f95
7.5.4| gfortran.fortran.torture/execute/forall_2.f90 | Program to test nested FORALL construct and FORALL mask |R|f95
7.5.4| gfortran.fortran.torture/execute/forall_3.f90 | Test FORALL with temporaries |R |f95
7.5.4| gfortran.fortran.torture/execute/forall_4.f90 | Program to test nested FORALL |R|f95
7.5.4| gfortran.fortran.torture/execute/forall_5.f90 | Program to test FOALL with pointer assignment inside it|R|f95
7.5.4| gfortran.fortran.torture/execute/forall_6.f90 | Program to test FORALL with scalar pointer assignment inside it.|R|f95
7.5.4| gfortran.fortran.torture/execute/forall_7.f90 | Tests FORALL statements with a mask |R|f95
7.5.4| gfortran.fortran.torture/execute/forall.f90 | Program to test FORALL construct | R|f95|
7.5.4| gfortran.fortran.torture/execute/where_1.f90 |Program to test WHERE inside FORALL|R|f95|

Any thoughts?

Thanks,

Uttam


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