Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2019-03-21 Thread Thomas Schwinge
Hi! On Mon, 15 Sep 2014 18:13:47 +0200, Jakub Jelinek wrote: > --- gcc/testsuite/gfortran.dg/dg.exp.jj 2014-07-04 10:20:35.0 > +0200 > +++ gcc/testsuite/gfortran.dg/dg.exp 2014-09-15 17:05:04.038126245 +0200 > +proc dg-compile-aux-modules { args } { > +global gfortran_test_pa

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Jakub Jelinek
On Tue, Sep 16, 2014 at 09:31:04AM +, VandeVondele Joost wrote: > > > Does the following patch fix this? Works for me with dejagnu 1.5.1. > > and works for me with 1.4.4 Ok, I've committed this to trunk then, so that testing works again for those with old dejagnu. 2014-09-16 Jakub Jeline

RE: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread VandeVondele Joost
> Does the following patch fix this? Works for me with dejagnu 1.5.1. and works for me with 1.4.4 Joost

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Jakub Jelinek
On Tue, Sep 16, 2014 at 11:14:33AM +0200, Andreas Schwab wrote: > "VandeVondele Joost" writes: > > >>> What dejagnu version are you using? > > > >> runtest --version > > WARNING: Couldn't find the global config file. > > Expect version is 5.44.1.15 > > Tcl version is 8.5 > > Frame

RE: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread VandeVondele Joost
> > Framework version is 1.4.4 > You need at least dejagnu 1.5, which includes this fix: I see, but that's contrary to : https://gcc.gnu.org/install/prerequisites.html

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Jakub Jelinek
On Tue, Sep 16, 2014 at 10:47:17AM +0200, Jakub Jelinek wrote: > On Tue, Sep 16, 2014 at 10:42:46AM +0200, Jakub Jelinek wrote: > > > I'm currently seeing a lot of errors in the log of make -j32 -k check. > > > Similar to the ones below. > > > > Weird. Works just fine for me, on two different b

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Andreas Schwab
"VandeVondele Joost" writes: >>> What dejagnu version are you using? > >> runtest --version > WARNING: Couldn't find the global config file. > Expect version is 5.44.1.15 > Tcl version is8.5 > Framework version is 1.4.4 You need at least dejagnu 1.5, which includes this fix

RE: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread VandeVondele Joost
>> What dejagnu version are you using? > runtest --version WARNING: Couldn't find the global config file. Expect version is 5.44.1.15 Tcl version is 8.5 Framework version is1.4.4

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Paolo Carlini
Hi, On 09/16/2014 10:42 AM, Jakub Jelinek wrote: On Tue, Sep 16, 2014 at 08:28:48AM +, VandeVondele Joost wrote: +dg-test $gfortran_test_path/[lindex $args 1] "" $gfortran_aux_module_flags +# cleanup-modules isn't intentionally invoked here. should this be 'is intentionally not in

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Jakub Jelinek
On Tue, Sep 16, 2014 at 10:42:46AM +0200, Jakub Jelinek wrote: > > I'm currently seeing a lot of errors in the log of make -j32 -k check. > > Similar to the ones below. > > Weird. Works just fine for me, on two different boxes, > one with dejagnu 1.5 and one with dejagnu 1.5.1. There is > no d

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread Jakub Jelinek
On Tue, Sep 16, 2014 at 08:28:48AM +, VandeVondele Joost wrote: > > +dg-test $gfortran_test_path/[lindex $args 1] "" > > $gfortran_aux_module_flags > > +# cleanup-modules isn't intentionally invoked here. > > should this be 'is intentionally not invoked here' ? Isn't that the same?

RE: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-16 Thread VandeVondele Joost
Hi Jakub, thanks! > +dg-test $gfortran_test_path/[lindex $args 1] "" > $gfortran_aux_module_flags > +# cleanup-modules isn't intentionally invoked here. should this be 'is intentionally not invoked here' ? I'm currently seeing a lot of errors in the log of make -j32 -k check. Similar

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-15 Thread Bernhard Reutner-Fischer
On 15 September 2014 19:49:03 Mike Stump wrote: On Sep 15, 2014, at 9:13 AM, Jakub Jelinek wrote: > Here is an attempt to fix gfortran dg.exp testing in case of very > fine-grained parallelization. Ok. Looks like the right approach, yes. Many thanks for doing this! Cheers, Sent with AquaMa

Re: [PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-15 Thread Mike Stump
On Sep 15, 2014, at 9:13 AM, Jakub Jelinek wrote: > Here is an attempt to fix gfortran dg.exp testing in case of very > fine-grained parallelization. Ok.

[PATCH] Avoid inter-test dependencies in gfortran.dg (PR fortran/56408)

2014-09-15 Thread Jakub Jelinek
Hi! Here is an attempt to fix gfortran dg.exp testing in case of very fine-grained parallelization. So far tested just with make check-gfortran "RUNTESTFLAGS=dg.exp='binding_label_tests_10_main.f03 binding_label_tests_11_main.f03 binding_label_tests_13_main.f03 binding_label_tests_26b.f90 coarra