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: Sun, 07 May 2017 21:32:52 +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="a9d0a99f1658c8893142a2764c54631e"; logging-data="4287"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19a/41dmNhgZdPrb8hqZFCxd6RMYZ1hhRc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) Cancel-Lock: sha1:zIHqxY0dY+Ta0pao01Tt8Dtzo9E= sha1:pI5kudFAov+bgJBzMAmbbhoLeWA= Xref: news.eternal-september.org comp.lang.ada:46696 Date: 2017-05-07T21:32:52+01:00 List-Id: 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). I still have issues, but I think they are all locking-related now.