[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PING^2][PATCH 0/3] GNAT test suite fixes for build sysroot
From: |
Maciej W. Rozycki |
Subject: |
Re: [PING^2][PATCH 0/3] GNAT test suite fixes for build sysroot |
Date: |
Tue, 24 Sep 2019 00:21:10 +0100 (BST) |
User-agent: |
Alpine 2.21 (LFD 202 2017-01-01) |
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:
> >
> > <https://gcc.gnu.org/ml/gcc-patches/2019-05/msg00754.html>
> > <https://lists.gnu.org/archive/html/dejagnu/2019-05/msg00000.html>
>
> 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