Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-23 Thread Allen D Byrne
David, Results so far: MemCheck with 2.8.4 - CDash does not display DynamicAnalysis data MemoryCheck with 2.8.3 displayed same issue The DynamicAnalysis_xxx.log files have the data. The DynamicAnalysis_xxx.xml files have the test data, but the Log tags data looks encyrpted. We will rerun with

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-23 Thread Allen D Byrne
Further results: 2.8.2 works with MemoryCheck 2.8.4 does not display even with MemoryCheck. Here is out CTestConfig.cmake file: # SET (CTEST_PROJECT_NAME HDF5.1.8) SET (CTEST_NIGHTLY_START_TIME 20:00:00 CST) SET (CTEST_DROP_METHOD http) SET

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-23 Thread David Cole
Can you send me (offlist) copies of the DynamicAnalysis.xml files from each case? Do you still have them? If not, no worried. I'll try to reproduce this on our CMake dashboard by submitting a 2nd valgrind dashboard: same script, just drive it with 2.8.4. It may take me a few days to get around to

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-23 Thread Allen D Byrne
Here is a snippet of first the 2.8.2 xml file followed by the 2.8.4 file: # Test Status=failed Nametesthdf5/Name Path./test/Path FullName./test/testhdf5/FullName

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-23 Thread David Cole
What version of CDash is your server running? I'm trying to view it in my web browser to find out for myself, but when I try ( http://nei.hdfgroup.uiuc.edu/cdash ), I get a Problem loading page message from Firefox. I suspect we're compressing the test results, but CDash is not de-compressing

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-22 Thread Bill Hoffman
On 2/22/2011 9:48 AM, Allen D Byrne wrote: The question is: Has anyone experienced problems with Dynamic Analysis reports on CDash with the new cmake 2.8.4? Our execution seemed to have produced the correct logs, yet on CDash the report is 0 (ZERO). Looking at the output of the test it just

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-22 Thread Kelly Thompson
Allen, We experienced something similar. Unfortunately, I never diagnosed the actual problem because I assumed that my ctest scripts were simply out-of-date and I replaced them. In particular, the ctest scripts that produced broken memcheck output were trying to use the 'ctest

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-22 Thread David Cole
Allen, I'm not sure what, if anything, changed in the ctest code, but I have this observation to offer. Try: ctest -D NightlyMemoryCheck When I use NightlyMemoryCheck all of the dashboard steps execute, and the submit at the end includes the dynamic analysis xml file in the submission. When

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-22 Thread Allen D Byrne
David, We are currently testing 2.8.3 with the MemCheck and we will test 2.8.4 with MemoryCheck tonight. I will report tomorrow on the results. Allen Allen, I'm not sure what, if anything, changed in the ctest code, but I have this observation to offer. Try: ctest -D

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-22 Thread David Cole
It looks to me from: git gui blame -- Source/cmCTest.cxx that this is the behavior that has always been -- ever since the -D MemCheck -D MemoryCheck stuff has been added to ctest several years ago. Are you sure that nothing else changed (besides CMake from 2.8.2 to 2.8.4 in this