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,LOTS_OF_MONEY 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!news1.google.com!news.glorb.com!news3.optonline.net!news4.srv.hcvlny.cv.net.POSTED!not-for-mail From: "bh" Newsgroups: comp.lang.ada References: <41671438$0$1122$626a14ce@news.free.fr> Subject: Re: testing with Ravenscar task X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Message-ID: Date: Sun, 10 Oct 2004 02:01:45 GMT NNTP-Posting-Host: 24.45.203.32 X-Complaints-To: abuse@cv.net X-Trace: news4.srv.hcvlny.cv.net 1097373705 24.45.203.32 (Sat, 09 Oct 2004 22:01:45 EDT) NNTP-Posting-Date: Sat, 09 Oct 2004 22:01:45 EDT Organization: Optimum Online Xref: g2news1.google.com comp.lang.ada:4977 Date: 2004-10-10T02:01:45+00:00 List-Id: We actually unit test on the real target, and after running the various test cases, simply use the debugger to 'stop' the Ada execution. Then we wrote a procedure to dump the gcov data to the host for post analysis and manually invoke it from the debugger. -bh "Lionel Draghi" wrote in message news:41671438$0$1122$626a14ce@news.free.fr... > 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