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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ACATS & dispatching priorities Date: Thu, 08 Jun 2017 10:37:05 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="ced1356e7cde1a27da60b10ecb7e88b1"; logging-data="29626"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Fwfl/1+e0iv83CeS69DT/LK8eM2jxUXs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin) Cancel-Lock: sha1:NBqUqhYt9ez8ncfk2EeJHAk5TRc= sha1:U5KRX2T6VN+kdfM6PzjnipHFwXk= Xref: news.eternal-september.org comp.lang.ada:46921 Date: 2017-06-08T10:37:05+01:00 List-Id: "Randy Brukardt" writes: > "Simon Wright" wrote in message > news:ly7f1sjtl7.fsf@pushface.org... >> Robert Eachus writes: >> >>> On Friday, May 5, 2017 at 1:24:51 PM UTC-4, Simon Wright wrote: >>>> ACATS 4.1 has tests CXD* which test correct Annex D behaviour. I'm >>>> getting problems with them. See [0] for work in progress. >>> >>> The ACATS tests should have notations as to which tests are not >>> appropriate for a system with multiple processor cores. Do you by >>> chance have that problem? >> >> A good thought; I was expecting the number of cores to be automatically >> detected, but no (I think maybe it should be now we have >> System.Multiprocessors). > Given that 98% of the ACATS tests are older than > System.Multiprocessors, it's not surprising that they don't use it. On > top of which, no tests using that package would work on compilers > older than Ada 2012 (we still maintain Ada 95 and Ada 2005 versions of > the test suite, in part so it is isn't a GNAT-only endevour). Actually, it's in impdefd.a (constant Processor), so my remark was about the implementation-specific changes appropriate in a current GCC, not the tests themselves. And FSF GCC isn't, I think, much interested in older versions of GNAT that might be 95- or 2005-only.