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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e36d34be7cedff0e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Mon, 13 Feb 2006 20:11:43 -0600 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <1139766766.085134.134180@f14g2000cwb.googlegroups.com> Subject: Re: ACATS Random failure under GNAT GCC Date: Mon, 13 Feb 2006 20:16:34 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <7redndzMtOTCoWzeRVn-iw@megapath.net> NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-WjcN3sGl2sJ5mVjgAo83xnkI23rRigJXoRj/VPxBXbSKQZ40a8L2awITEmt1kYz92DsopLOWPhRUqV/!WXjG1m+XbxyPoLKVE4cyeCtZ+6jpPJbxPPtKEfBbokmRY0spQz0rVvpGOuUtVbgz3BSzHXJgWdOE X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:2882 Date: 2006-02-13T20:16:34-06:00 List-Id: "Anh Vo" wrote in message news:1139766766.085134.134180@f14g2000cwb.googlegroups.com... > I have noticed that ACATS randomly fails in gcc 4.0.x and 4.1.x. under > RH 8.0 and 9.0. Normally, it does happen when it is built and tested > the firtst time. After that if ACATS is tested again consecutively, for > example with three consecutive commands make -C gcc check-ada; make -C > gcc check; make -C gcc check-ada, a small number of ACATS failures show > up. So far, for gcc-4.0.x the tests below have failed. > > FAIL: c94001c > FAIL: c954025 > FAIL: cd7101f > FAIL: cd7103d > FAIL: cd7204b > FAIL: ce3804b > > For gcc-4.1.x there are two ACATS tests have failed. > > FAIL: ce2401l > FAIL: ce3906f > > Has anyone expericenced with this situation or just me? I would like > hear your suggestion before reporting to gcc. Well, as someone experienced in running ACATS tests (but not with GNAT), the list of tests suggests that there really are bugs here. The first two you listed are tasking tests that might have timing errors (and thus there might not be a real problem), but the rest are I/O tests and tests of the contents of System. I can't think off-hand of how they could fail unless there is a bug somewhere. Randy.