This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug testsuite/44654] check-fortran / gfortran.dg/dg.exp ignores test specification in RUNTESTFLAGS



------- Comment #2 from amylaar at gcc dot gnu dot org  2010-06-24 13:36 -------
(In reply to comment #1)
> Confirmed. Yet another bug or feature dilemma!-) 
> 
> Using
> 
> make check-fortran RUNTESTFLAGS='dg.exp=data_invalid.f90'
> 
> works for me. I don't know what "gfortran.dg/" is supposed to do.

It's supposed to specify the testsuite driver.  That it does, but then
it forgets that it was supposed to run a specific test.

E.g.:

make check-gcc RUNTESTFLAGS='execute.exp=arith-rand.c'

Will run the driver execute.exp, telling it to only run tests
that match arith-rand.c .

> 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44654


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