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,b74b00d13dd5feab X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!feeder2-1.proxad.net!news12-e.free.fr!not-for-mail Date: Sun, 10 Oct 2004 00:23:37 +0200 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.3) Gecko/20041001 Debian/1.7.3-3 X-Accept-Language: en-us, it MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: testing with Ravenscar task References: <41671438$0$1122$626a14ce@news.free.fr> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <416864d8$0$6159$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 10 Oct 2004 00:23:20 MEST NNTP-Posting-Host: 82.65.174.21 X-Trace: 1097360600 news12-e.free.fr 6159 82.65.174.21:38214 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:4967 Date: 2004-10-10T00:23:20+02:00 List-Id: Ed Falis wrote: > Lionel, > > I'd expect that you would need to find a way to explicitly kill tasks > created in your unit tests. As I understand this point from the Ravenscar profile, what may result from an explicit abort or exit is implementation defined. Program_Error is a possible consequence. I am pretty sure I will find a way to complete the test, have all open files closed, and in the GNAT case have gcov files OK, etc. But I was wondering if there is a portable way to do this, so that the same tests sources could be used with several compilers. Anyway, thanks Ed. -- Lionel