Re: [RFC, Fortran] Avoid race on testsuite temporary files

2015-12-16 Thread Yvan Roux
Hi Janne, On 11 December 2015 at 12:12, Janne Blomqvist wrote: > On Wed, Dec 9, 2015 at 4:27 PM, Yvan Roux wrote: >> Hi, >> >> as it was raised in >> https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment >> random failures in gfortran validation when it is run in parallel (-j >>

Re: [RFC, Fortran] Avoid race on testsuite temporary files

2015-12-11 Thread Janne Blomqvist
On Wed, Dec 9, 2015 at 4:27 PM, Yvan Roux wrote: > Hi, > > as it was raised in > https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment > random failures in gfortran validation when it is run in parallel (-j > 8). The issues occurs because of concurrent access to the same file, >

Re: [RFC, Fortran] Avoid race on testsuite temporary files

2015-12-10 Thread Maxim Kuvyrkov
> On Dec 9, 2015, at 5:27 PM, Yvan Roux wrote: > > Hi, > > as it was raised in > https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment > random failures in gfortran validation when it is run in parallel (-j > 8). The issues occurs because of concurrent access to the same file,

[RFC, Fortran] Avoid race on testsuite temporary files

2015-12-09 Thread Yvan Roux
Hi, as it was raised in https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01540.html we experiment random failures in gfortran validation when it is run in parallel (-j 8). The issues occurs because of concurrent access to the same file, the first two patches fixed some of them by changing the file n