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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,df13246281f49b3e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-11 09:40:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ada on PDA - success! Date: 11 Jun 2003 12:22:42 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <5ad0dd8a.0306090723.4c6b7a9a@posting.google.com> <5ad0dd8a.0306100204.8b70275@posting.google.com> <5ad0dd8a.0306100902.22023f60@posting.google.com> <5ad0dd8a.0306110330.6ea36d8@posting.google.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1055348568 2789 128.183.235.92 (11 Jun 2003 16:22:48 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 11 Jun 2003 16:22:48 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:38991 Date: 2003-06-11T16:22:48+00:00 List-Id: wojtek@power.com.pl (Wojtek Narczynski) writes: > Stephen, > > > SAL (http://www.toadmail.com/~ada_wizard/) comes with a complete set > > of tests. They have found bugs in most of the pre-releases of GNAT, > > including the latest; if you are using GNAT from gcc 3.3, you'll find > > the same bugs :). > > I used GCC 3.2.3 and GNAT 5.01w (from libre CVS). It worked: > > # ./test_all_harness > Total Tests Run: 22 > > Successful Tests: 22 > > Failed Tests: 0 > > Unexpected Errors: 0 That's good. However, not all of the SAL tests are in test_all_harness; that's an AUnit test harness, and only the most recent tests are in it. Run SAL/Build/Gnat_Debug/Makefile for the complete list of tests; most generate an output file which is then diff'ed against a known good output file. GNAT 5.01w from CVS should in fact have all the bug fixes. -- -- Stephe