MantisBT - CMake
View Issue Details
0011328CMakeCTestpublic2010-10-18 10:582010-11-04 16:40
David Gobbi 
Bill Hoffman 
normalmajoralways
closedfixed 
CMake-2-8 
CMake 2.8.3CMake 2.8.3 
0011328: CTest-2.8 cannot find local regression images
On some VTK tests, ctest-2.8 gives a "file not found" error for the locally-created regression test image and the diff image, even though ctest-2.6 is able to find these images.

For more information, see this thread on the VTK developers list:
http://www.vtk.org/pipermail/vtk-developers/2010-October/008828.html [^]
No tags attached.
Issue History
2010-10-18 10:58David GobbiNew Issue
2010-10-20 08:20David PartykaNote Added: 0022547
2010-11-04 16:39David ColeStatusnew => assigned
2010-11-04 16:39David ColeAssigned To => David Cole
2010-11-04 16:39David ColeAssigned ToDavid Cole => Bill Hoffman
2010-11-04 16:40David ColeNote Added: 0022858
2010-11-04 16:40David ColeStatusassigned => closed
2010-11-04 16:40David ColeResolutionopen => fixed
2010-11-04 16:40David ColeFixed in Version => CMake 2.8.3
2010-11-04 16:40David ColeTarget Version => CMake 2.8.3

Notes
(0022547)
David Partyka   
2010-10-20 08:20   
This is the patch that Bill and I came up with against the CMake 2.8.2 tarball. It sets the current working directory before calling ->DartProcessing(), which attempts to open the regression images. We restore the working directory when ->DartProcessing() returns.
(0022858)
David Cole   
2010-11-04 16:40   
This should be fixed in the CMake 2.8.3 release. Please re-open and add relevant information to reproduce the problem if you discover otherwise...