From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a5d:9616:: with SMTP id w22mr2182332iol.40.1557399478500; Thu, 09 May 2019 03:57:58 -0700 (PDT) X-Received: by 2002:a9d:7851:: with SMTP id c17mr1980527otm.52.1557399478180; Thu, 09 May 2019 03:57:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!136no211808itk.0!news-out.google.com!v82ni133ita.0!nntp.google.com!136no211807itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 9 May 2019 03:57:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 References: <7d10dac8-f871-4cf9-b57f-aa9a114d2650@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <545c4183-d791-405e-9852-1f4795ed5df1@googlegroups.com> Subject: Re: Ann: Gcc/GNAT 9.1 released - Test Results From: alby.gamper@gmail.com Injection-Date: Thu, 09 May 2019 10:57:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56269 Date: 2019-05-09T03:57:57-07:00 List-Id: On Thursday, May 9, 2019 at 3:09:13 AM UTC+10, Simon Wright wrote: > alby.gamper@gmail.com writes: > > > GCC 9.1 has been released, and below are the test results for GNAT (I > > will try and run the ACATS version 4.1 using Simon Wright's GitHub > > repo at a later stage) > > With release GCCs, c452003 will hang during compilation (the test suite > checks for overruns of executions, but not of builds). Killing the hung > gnat1 process lets ACATS proceed. > > With non-release GCCs, which have many more checks enabled, you get a > bug box: see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88610 > > For info, the GCC 9.1.0 x86_64-apple-darwin official results are: > > === gnat Summary === > > # of expected passes 2964 > # of expected failures 23 > # of unsupported tests 10 > > === acats Summary === > # of expected passes 2320 > # of unexpected failures 0 > > The 4.1L results are > > === acats Summary === > # of expected passes 2505 > # of unexpected failures 11 > # of expected failures 1463 > # of unresolved testcases 11 > # of unsupported tests 124 > *** FAILURES: c250002 c452003 c611a04 c650b04 cxd1003 cxd1004 cxd1005 cxd2006 cxd3001 cxd3002 cxd8002 > > There are expected failures because I included the whole test suite. > > c250002: UTF-8 case conversion issue > c452003: see above > c6*: hairy tests > cxd*: Bob Duff says full Annex D compliance not to be expected on > desktop OS Hi Simon I recall having a issue with one of the tests (and I think it was also c452003) where I had to kill the hung compilation. And this was with FSF 8.3 running your ACATS 4.1 repo. When I get a chance I'll rerun the ACATS 4.1 test on FSF 9.1 Alex