Re: [PING^2][PATCH 0/3] GNAT test suite fixes for build sysroot

2019-09-23 Thread Maciej W. Rozycki
On Mon, 16 Sep 2019, Arnaud Charlet wrote:

> > > In the course of setting up GCC regression testing for the RISC-V target 
> > > I have discovered that the GNAT test suite does not correctly respond to 
> > > the test environment settings passed from the test harness in my setup 
> > > and 
> > > consequently no test case works correctly.
> > 
> >  Ping for:
> > 
> > 
> > 
> 
> Assuming good Ada test results with these changes for both
> RISC-V and native linux x86_64, OK for me.

 I have completed regression-testing now and there were no changes at all 
for native x86_64/Linux and only progressions for crossed RISC-V/Linux:

$ diff -u old/gnat.sum new/gnat.sum | sed -n 
'/^\(+FAIL\|-PASS\)/p;/Summary/,${s,^.*/,,;p}'
=== gnat Summary ===
 
-# of expected passes   2137
-# of unexpected failures   710
+# of expected passes   3184
+# of unexpected failures   6
 # of expected failures 23
 # of unsupported tests 28
gnatmake version 10.0.0 20190917 (experimental)

I have therefore committed 2/3 now, however 3/3 requires a DejaGNU 
maintainer's attention.

 Thanks for your review.

  Maciej


Re: [PING^2][PATCH 0/3] GNAT test suite fixes for build sysroot

2019-09-16 Thread Arnaud Charlet
> > In the course of setting up GCC regression testing for the RISC-V target 
> > I have discovered that the GNAT test suite does not correctly respond to 
> > the test environment settings passed from the test harness in my setup and 
> > consequently no test case works correctly.
> 
>  Ping for:
> 
> 
> 

Assuming good Ada test results with these changes for both
RISC-V and native linux x86_64, OK for me.

Arno


[PING^2][PATCH 0/3] GNAT test suite fixes for build sysroot

2019-09-13 Thread Maciej W. Rozycki
On Tue, 14 May 2019, Maciej W. Rozycki wrote:

>  In the course of setting up GCC regression testing for the RISC-V target 
> I have discovered that the GNAT test suite does not correctly respond to 
> the test environment settings passed from the test harness in my setup and 
> consequently no test case works correctly.

 Ping for:




  Maciej