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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc65fe38e6751a89 X-Google-Attributes: gid103376,public From: "Keith Allan Shillington" Subject: Re: Aonix Ada 95 Date: 1997/03/21 Message-ID: <01bc361b$47b7dc60$fc00af88@godiva>#1/1 X-Deja-AN: 228205743 Sender: news@thomsoft.com (USENET News Admin @flash) X-Nntp-Posting-Host: leonidas References: <857938743.26136@dejanews.com> <33237061.6A5D@bix.com> <33239BEA.21C9@aonix.com> <3324EFFF.4261@aonix.com> Organization: Aonix Newsgroups: comp.lang.ada Date: 1997-03-21T00:00:00+00:00 List-Id: > Robert Eachus said > ... (For those who have never dealt with the ACVC, the > B-tests are--in 1.x--about 1000 test which not only require you to > find every error at compile time, but to diagnose it correctly. Some > tests have/had hundreds of errors. Every compiler vendor I know spent > most of their effort during validation getting the B-tests right. > Most of the rest was spent on C-tests, and A,D,E and L collectively > accounted for at most 1-2% of the effort.) Me thinks your numbers are overly pessimized, but, that is all in the past anyway. Anyone who bothers to look at the 2.X ACVC suite will find a stronger emphasis on C and L tests. It was our expectation in writing them that the vendors would find a little more need to focus on the implementation of the executable bits. And, let us not discount the value of a good error message from a compiler. Robert Dewar deftly points out: <> Takes me back to the days of the Basic interpreter that was possessed of the single error message: "Huh?"