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: gfortran testsuite regression


I did another test, from fresh (one hour ago) CVS, on i386-linux. Same failures.

I don't see this failure on the two platforms I was testing on -
powerpc-apple-darwin7.7.0 and i686-pc-linux-gnu. Can you provide more
detail? do these tests fail to compile, or is it a problem in the testsuite
engine?

These tests compile fine, but the testsuite framework seems not to like what you tell him:


ERROR: gfortran.dg/vect/vect-1.f90 -O : error executing dg-final: no files matched glob pattern "vect-1.f90 -O .t??.vect"
UNRESOLVED: gfortran.dg/vect/vect-1.f90 -O : error executing dg-final: no files matched glob pattern "vect-1.f90 -O .t??.vect"
ERROR: gfortran.dg/vect/vect-2.f90 -O : error executing dg-final: no files matched glob pattern "vect-2.f90 -O .t??.vect"
UNRESOLVED: gfortran.dg/vect/vect-2.f90 -O : error executing dg-final: no files matched glob pattern "vect-2.f90 -O .t??.vect"
ERROR: gfortran.dg/vect/vect-3.f90 -O : error executing dg-final: no files matched glob pattern "vect-3.f90 -O .t??.vect"
UNRESOLVED: gfortran.dg/vect/vect-3.f90 -O : error executing dg-final: no files matched glob pattern "vect-3.f90 -O .t??.vect"
ERROR: gfortran.dg/vect/vect-4.f90 -O : error executing dg-final: no files matched glob pattern "vect-4.f90 -O .t??.vect"
UNRESOLVED: gfortran.dg/vect/vect-4.f90 -O : error executing dg-final: no files matched glob pattern "vect-4.f90 -O .t??.vect"
ERROR: gfortran.dg/vect/vect-5.f90 -O : error executing dg-final: no files matched glob pattern "vect-5.f90 -O .t??.vect"
UNRESOLVED: gfortran.dg/vect/vect-5.f90 -O : error executing dg-final: no files matched glob pattern "vect-5.f90 -O .t??.vect"


All vect-?.f90 files do that. I suspect your vect.exp is wrong, but don't understand enough the test framework to know what's wrong.

You should definitely see this failure on i686-linux. Did you test with the exact CVS tree you commited? I guess you'll have to do it again to debug this problem.

FX

PS: my configure on i386-linux is: configure --enable-languages=c,f95 --host=i386-linux


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