[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: avoid spurious failure for each gnu-fortran-using tes
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH] tests: avoid spurious failure for each gnu-fortran-using test |
Date: |
Tue, 17 Jan 2012 14:05:09 +0100 |
On 01/17/2012 01:56 PM, Eric Blake wrote:
> On 01/17/2012 04:24 AM, Jim Meyering wrote:
>> Surprised to see all fortran-running tests fail, I investigated...
>>
>> >From 905b85a2060f600dbc21e262262f77c8074f7db1 Mon Sep 17 00:00:00 2001
>> From: Jim Meyering <address@hidden>
>> Date: Tue, 17 Jan 2012 12:22:59 +0100
>> Subject: [PATCH] tests: avoid spurious failure for each gnu-fortran-using
>> test
>>
>> The tests compare pre- and post-run lists of envvars, which must
>> be the same, modulo a list of known, filtered-out exceptions.
>> However, when running fortran-checking tests with GNU fortran, each
>> would fail due to the post-run addition of the GFC symbol added in
>> v2.68-97-gbd962ac.
>> * tests/local.at (AT_CHECK_ENV): Add GFC to the list of symbols
>> that we ignore in pre-/post-run environment diffs.
>
> ACK.
>
And thanks Jim for cleaning up after me!
Stefano