2002 2003 2004 2005 2006 2007 <2008> 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 <2008> 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: libCom tests for EPICS BASE R3.14.10-RC1 :epicsMessageQueueTest |
From: | "Ernest L. Williams Jr." <[email protected]> |
To: | Andrew Johnson <[email protected]> |
Cc: | [email protected] |
Date: | Mon, 06 Oct 2008 14:27:32 -0700 |
Andrew Johnson wrote:
Hi Ernest, On Friday 03 October 2008 00:38:15 Ernest L. Williams Jr. wrote:The libCom test did not pass for RHEL WS 5.2 (64-bit Linux)epicsMessageQueueTest......FAILED test 58 Failed 1/58 tests, 98.28% okayFailed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------- ---- epicsMessageQueueTest.t 58 1 1.72% 58That particular test has failed for me sometimes through the test harness, but if you run src/libCom/test/O.linux-x86_64/epicsMessageQueueTest manually it usually passes. Ooh no it didn't, the last test didn't report at all... Looking at the code I can see why; the issue is in the test program, not what it's actually testing. I've modified the program so it will now shut down properly and actually report the results of the last test.Thanks for the report,
No problem, All tests pass successfully now: ================================================================================= Red Hat Enterprise Linux Client release 5.2 (Tikanga)Linux jaguar 2.6.18-92.1.13.el5 #1 SMP Thu Sep 4 03:51:21 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) =================================================================================make -C O.linux-x86_64 -f ../Makefile TOP=../../../.. T_A=linux-x86_64 runtests
All tests successful.Files=21, Tests=1589, 392 wallclock secs ( 0.22 cusr + 3.97 csys = 4.19 CPU)
Thanks, Ernest
- Andrew