On Fri, 2020-06-05 at 14:27 +0000, Alex Coplan wrote:
> Hello,
> 
> Recently Jeff's tester picked up some test failures on AArch64. These
> are now fixed as of commit ab563903 but the aarch64-linux-gnu build is
> still failing with the following output:
> 
>   Old tests that failed, that have disappeared (8 tests): (Eeek!)
>   
>   g++.dg/warn/Wtype-limits-Wextra.C  -std=gnu++14  (test for bogus messages, 
> line 61)
>   g++.dg/warn/Wtype-limits-Wextra.C  -std=gnu++17  (test for bogus messages, 
> line 61)
>   g++.dg/warn/Wtype-limits-Wextra.C  -std=gnu++2a  (test for bogus messages, 
> line 61)
>   g++.dg/warn/Wtype-limits-Wextra.C  -std=gnu++98  (test for bogus messages, 
> line 61)
>   g++.dg/warn/Wtype-limits.C  -std=gnu++14  (test for bogus messages, line 61)
>   g++.dg/warn/Wtype-limits.C  -std=gnu++17  (test for bogus messages, line 61)
>   g++.dg/warn/Wtype-limits.C  -std=gnu++2a  (test for bogus messages, line 61)
>   g++.dg/warn/Wtype-limits.C  -std=gnu++98  (test for bogus messages, line 61)
That will not cause the tester to fail.  It only cares about regressions, ie
something that passed before, but fails now.

I'd like to flip it to fail for stuff like you've shown above, but we're having
enough trouble keeping things green when only looking at regressions :(

jeff

Reply via email to