[Insight-developers] Failing test
Luis Ibanez
luis.ibanez@kitware.com
Thu, 28 Feb 2002 09:26:55 -0500
Bill,
In what platform are the test failling ?
This is what I found in Linux (with -g and no -O2)
CovariantVectorGeometryTest passed
PointVectorGeometryTest passed
ImageMomentsTest failed !!
LevenbergMarquardtOptimizerTest failed !!
I'm looking into these last two.
Thanks
Luis
=======================================================
Luis,
Getting closer...
There are several failing tests that may be related to your recent changes:
CovariantVectorGeometryTest
ImageMomentsTest
LevenbergMarquardtOptimizerTest
PointGeometryTest
VectorGeometryTest
PrintSelf-Algorithms
PrintSelf-Numerics
There are others that are unrelated:
ConfidenceConnectedImageFilterTest
ConnectedThresholdImageFilterTest
IsolatedConnectedmageFilterTest
NeighborhoodConnectedImageFilterTest
only crash on gcc with the -g flag set. Seem to be a compiler issue. We are looking into this.
Thanks,
Bill