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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b74b00d13dd5feab,start 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!news11-e.free.fr!not-for-mail Date: Sat, 09 Oct 2004 00:27:29 +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: testing with Ravenscar task Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <41671438$0$1122$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 09 Oct 2004 00:27:05 MEST NNTP-Posting-Host: 82.65.177.75 X-Trace: 1097274425 news11-e.free.fr 1122 82.65.177.75:38409 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:4939 Date: 2004-10-09T00:27:05+02:00 List-Id: Hi, I am curious about native tests on code embedding Ravenscar task. Those task are supposed never end. (Behaviour is implementation dependent in this case, as far as I remember). So, how can I have my unit tests ending normally, and in a way portable amonst compiler? (I once experienced problems with tests killed from the OS, with gcov file that where not saved). I am not in the situation to work on this topic, it's just curiosity. -- Lionel Draghi