[vtk-developers] many test failures for 5-4-0 on OSX 10.5.6

Darren Weber darren.weber.lists at gmail.com
Thu Apr 2 19:40:16 EDT 2009


I switched over to a clean ccmake build and just about everything was fine.
However, I do want to get the cmake command line right, so I can update a
macports Portfile for this VTK release.  I've got some advice on how to use
diff on the ccmake config files in order to contruct a new cmake command
line, so I hope to get around to trying that out soon.

Thanks for the tip about the <user>:<passwd> option on cvs - why didn't I
think of that?

Take care, Darren



On Thu, Apr 2, 2009 at 7:05 AM, David Cole <david.cole at kitware.com> wrote:

> Never mind. I didn't see you were doing a "make install" and that you
> already have VTK_USE_RPATH ON.....
> In that case, it's a mystery and we'll need more details to help.
>
> If you run *one* of the failing tests, what is the output?
>
> For example, what if you run:
> ctest -R Mace -VV
>
>
> Sorry for the incorrect first reply,
> David
>
>
> 2009/4/2 David Cole <david.cole at kitware.com>
>
> VTK_USE_RPATH is OFF by default in release branches, so you'll need to set
>> DYLD_LIBRARY_PATH (or LD_LIBRARY_PATH on Linux) to run VTK from the build
>> tree unless you turn VTK_USE_RPATH ON...
>>
>> HTH,
>> David
>>
>>
>> 2009/3/27 Darren Weber <darren.weber.lists at gmail.com>
>>
>>> FYI:
>>> Running on:
>>>
>>> Darwin ... 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST
>>> 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
>>>
>>> The following commands:
>>>
>>>
>>> export VTK_tag="VTK-5-4-0"
>>> cd ~/src/kitware
>>> rm -rf VTK
>>> rm -rf VTKData
>>> expect -c "
>>> spawn cvs -d :pserver:anonymous at public.kitware.com:/cvsroot/VTK login;
>>> expect \"CVS password:\";
>>> send \"vtk\r\";
>>> send_user \"\r\nDone CVS login\r\n\";
>>> exit"
>>> cvs -d :pserver:anonymous at public.kitware.com:/cvsroot/VTK co -r $VTK_tag
>>> VTK
>>> expect -c "
>>> spawn cvs -d :pserver:anonymous at public.kitware.com:/cvsroot/VTKData
>>> login;
>>> expect \"CVS password:\";
>>> send \"vtk\r\";
>>> send_user \"\r\nDone CVS login\r\n\";
>>> exit"
>>> cvs -d :pserver:anonymous at public.kitware.com:/cvsroot/VTKData co -r
>>> $VTK_tag VTKData
>>>
>>>
>>>
>>> mkdir -p ./VTK_build
>>> rm -rf ./VTK_build/*
>>> cd ./VTK_build
>>> export prefix="/opt/local"
>>> #export LDFLAGS="-L${prefix}/lib"
>>> #export CXXFLAGS="-I${prefix}/include"
>>> cmake \
>>>     -DBUILD_SHARED_LIBS:BOOL=OFF \
>>>     -DBUILD_EXAMPLES:BOOL=ON \
>>>     -DBUILD_TESTING:BOOL=ON \
>>>     -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
>>>     -DCMAKE_INCLUDE_PATH:PATH=${prefix}/include \
>>>     -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
>>>     -DCMAKE_LIBRARY_PATH:PATH=${prefix}/lib \
>>>     -DVTK_INSTALL_PREFIX:PATH=${prefix} \
>>>     \
>>>     -DVTK_USE_RPATH:BOOL=ON \
>>>     -DCMAKE_INSTALL_NAME_DIR:STRING="${prefix}/lib/vtk-5.4" \
>>>     \
>>>     -DVTK_DATA_ROOT:PATH=${prefix}/share/vtk-5.4-data \
>>>     -DVTK_USE_CARBON:BOOL=OFF \
>>>     -DVTK_USE_COCOA:BOOL=ON \
>>>     -DVTK_USE_INFOVIS:BOOL=ON \
>>>     -DVTK_USE_PARALLEL:BOOL=ON \
>>>     -DVTK_USE_RENDERING:BOOL=ON \
>>>     -DVTK_USE_VIEWS:BOOL=ON \
>>>     -DVTK_USE_X:BOOL=OFF \
>>>     -DVTK_WRAP_JAVA:BOOL=OFF \
>>>     -DVTK_WRAP_TCL:BOOL=ON \
>>>     -VTK_TCL_TK_STATIC:BOOL=ON \
>>>     -DTCL_TCLSH:FILEPATH=/usr/bin/tclsh \
>>>
>>> -DTCL_INCLUDE_PATH:PATH=/System/Library/Frameworks/Tcl.framework/Headers \
>>>     -DTCL_LIBRARY:FILEPATH=/System/Library/Frameworks/tcl.framework \
>>>     -DVTK_WRAP_PYTHON:BOOL=OFF \
>>>     ../VTK
>>>
>>> make
>>> sudo make install
>>> make test
>>>
>>> ...
>>>
>>> 20% tests passed, 557 tests failed out of 698
>>>
>>> The following tests FAILED:
>>>      11 - TestConditionVariable (Failed)
>>>      53 - closedSplines-image (Failed)
>>>      54 - CSpline-image (Failed)
>>>      55 - KSpline-image (Failed)
>>>      56 - SelectionLoop-image (Failed)
>>>      57 - ImplicitSum-image (Failed)
>>>      58 - PerlinNoise-image (Failed)
>>>      63 - Mace (Failed)
>>>      64 - expCos (Failed)
>>>      66 - CellLocator (Failed)
>>>      67 - PointLocator (Failed)
>>>      68 - FrustumClip (Failed)
>>>      69 - RGrid (Failed)
>>>      72 - TestClipHyperOctree (Failed)
>>>      74 - TestDelaunay2D (Failed)
>>>      75 - TestExtraction (Failed)
>>>      76 - TestExtractSelection (Failed)
>>>      77 - TestHyperOctreeContourFilter (Failed)
>>>      78 - TestHyperOctreeCutter (Failed)
>>>      79 - TestHyperOctreeDual (Failed)
>>>      80 - TestHyperOctreeToUniformGrid (Failed)
>>>      81 - TestPolyDataPointSampler (Failed)
>>>      82 - TestSelectEnclosedPoints (Failed)
>>>      84 - TestUncertaintyTubeFilter (Failed)
>>>      85 - BoxClipPolyData (Failed)
>>>      86 - BoxClipTetrahedra (Failed)
>>>      87 - BoxClipTriangulateAndInterpolate (Failed)
>>>      88 - TestActor2DTextures (NUMERICAL)
>>>      89 - TestHierarchicalBoxPipeline (Failed)
>>>      90 - TestIconGlyphFilterGravity (NUMERICAL)
>>>      91 - TestMultiBlock (Failed)
>>>      92 - TestQuadraturePoints (Failed)
>>>      93 - TestQuadraturePointStatistics (Failed)
>>>      94 - TestUnstructuredGridGeometryFilter (Failed)
>>>      95 - UnstructuredGridGradients (Failed)
>>>      96 - UnstructuredGridCellGradients (Failed)
>>>      97 - UnstructuredGridFastGradients (Failed)
>>>      98 - TemporalStatistics (Failed)
>>>      99 - AutomaticPlaneGeneration-image (Failed)
>>>     100 - Canny-image (Failed)
>>>     101 - CellDataToPointData-image (Failed)
>>>     102 - Delaunay2D-image (Failed)
>>>     103 - Delaunay2DAlpha-image (Failed)
>>>     104 - Delaunay2DTransform-image (Failed)
>>>     105 - Delaunay3D-image (Failed)
>>>     106 - Disk-image (Failed)
>>>     107 - EnSight6Elements-image (Failed)
>>>     108 - EnSight6OfficeBin-image (Failed)
>>>     109 - EnSightBlow1ASCII-image (Failed)
>>>     110 - EnSightBlow1Bin-image (Failed)
>>>     111 - EnSightBlow2ASCII-image (Failed)
>>>     112 - EnSightBlow2Bin-image (Failed)
>>>     113 - EnSightBlow3Bin-image (Failed)
>>>     114 - EnSightBlow4Bin-image (Failed)
>>>     115 - EnSightBlow5ASCII-image (Failed)
>>>     116 - EnSightCompound-image (Failed)
>>>     117 - EnSightGoldElements-image (Failed)
>>>     118 - EnSightIronProtASCII-image (Failed)
>>>     119 - EnSightIronProtBin-image (Failed)
>>>     120 - EnSightMandelbrot-image (Failed)
>>>     121 - EnSightNfacedASCII-image (Failed)
>>>     122 - EnSightNfacedBin-image (Failed)
>>>     123 - EnSightOfficeASCII-image (Failed)
>>>     124 - EnSightOfficeBin-image (Failed)
>>>     125 - EnSightRectGridASCII-image (Failed)
>>>     126 - EnSightRectGridBin-image (Failed)
>>>     127 - EnSightSelectArrays-image (Failed)
>>>     128 - ExtractEdgesQuadraticCells-image (Failed)
>>>     129 - ExtractTensors-image (Failed)
>>>     130 - Hyper-image (Failed)
>>>     131 - HyperScalarBar-image (Failed)
>>>     132 - KlineBottle-image (Failed)
>>>     133 - LineIntersectQuadraticCells-image (Failed)
>>>     134 - MatrixToTransform-image (Failed)
>>>     135 - MultidimensionalSolution-image (Failed)
>>>     136 - NoLightGeneration-image (Failed)
>>>     137 - OBBCylinder-image (Failed)
>>>     138 - OSCone-image (Failed)
>>>     139 - PolyDataMapperAllPolygons-image (Failed)
>>>     140 - PolyDataMapperAllWireframe-image (Failed)
>>>     141 - QuadricDecimation-image (Failed)
>>>     142 - StreamPolyData-image (Failed)
>>>     143 - TenEllip-image (Failed)
>>>     144 - TestBandedContourFilter-image (Failed)
>>>     145 - TestBoxFunction-image (Failed)
>>>     146 - TestButtonSource-image (Failed)
>>>     147 - TestCameraInterpolator-image (Failed)
>>>     148 - TestCellDerivs-image (Failed)
>>>     149 - TestCurvatures-image (Failed)
>>>     150 - TestDiscreteMarchingCubes-image (Failed)
>>>     151 - TestFillHolesFilter-image (Failed)
>>>     152 - TestGraphLayoutFilter-image (Failed)
>>>     153 - TestGridSynchronizedTemplates3D-image (Failed)
>>>     154 - TestImageMarchingCubes-image (Failed)
>>>     155 - TestMarchingSquares-image (Failed)
>>>     156 - TestMultiBlockStreamer-image (Failed)
>>>     157 - TestParametricFunctions-image (Failed)
>>>     158 - TestPlatonicSolids-image (Failed)
>>>     159 - TestQuadricClustering-image (Failed)
>>>     160 - TestRandomAttributeGenerator-image (Failed)
>>>     161 - TestRectilinearGridToTetrahedra-image (Failed)
>>>     162 - TestRectilinearSynchronizedTemplates-image (Failed)
>>>     163 - TestRegularPolygonSource-image (Failed)
>>>     164 - TestRibbonAndTube-image (Failed)
>>>     165 - TestRotate-image (Failed)
>>>     166 - TestRuledSurface-image (Failed)
>>>     167 - TestRuledSurface2-image (Failed)
>>>     168 - TestSpherePuzzle-image (Failed)
>>>     169 - TestSpherePuzzleArrows-image (Failed)
>>>     170 - TestSplineFilter-image (Failed)
>>>     171 - TestStructuredGrid-image (Failed)
>>>     172 - TestSynchronizedTemplates2D-image (Failed)
>>>     173 - TestSynchronizedTemplates3D-image (Failed)
>>>     174 - TestTransformCoordinateSystems-image (Failed)
>>>     175 - TestTransformInterpolator-image (Failed)
>>>     176 - TestTriangleFilter-image (Failed)
>>>     177 - TransformConcatenation-image (Failed)
>>>     178 - TransformCoverage-image (Failed)
>>>     179 - TransformPolyData-image (Failed)
>>>     180 - blankGrid-image (Failed)
>>>     181 - capCow-image (Failed)
>>>     182 - capSphere-image (Failed)
>>>     183 - clipArt-image (Failed)
>>>     184 - clipComb-image (Failed)
>>>     185 - clipImage-image (Failed)
>>>     186 - clipQuadraticCells-image (Failed)
>>>     187 - clipVolume-image (Failed)
>>>     188 - clipVolume2-image (Failed)
>>>     189 - clipVolume3-image (Failed)
>>>     190 - combStreamers-image (Failed)
>>>     191 - combStreamers2-image (Failed)
>>>     192 - coneResolution-image (Failed)
>>>     193 - constrainedDelaunay-image (Failed)
>>>     194 - contour2DAll-image (SEGFAULT)
>>>     195 - contour3DAll-image (SEGFAULT)
>>>     196 - contourCells-image (Failed)
>>>     197 - contourQuadraticCells-image (Failed)
>>>     198 - contoursToSurface-image (Failed)
>>>     199 - cowHair-image (Failed)
>>>     200 - cowHair2-image (Failed)
>>>     201 - createBFont-image (Failed)
>>>     202 - cursor2D-image (Failed)
>>>     203 - cursor3D-image (Failed)
>>>     204 - cutLoop-image (Failed)
>>>     205 - cylMap-image (Failed)
>>>     206 - cylindrical-image (Failed)
>>>     207 - dataSetSurfaceFilter-image (Failed)
>>>     208 - deciPlane-image (Failed)
>>>     209 - dicer-image (Failed)
>>>     210 - dispPlot-image (Failed)
>>>     211 - edgePoints-image (Failed)
>>>     212 - eleState-image (Failed)
>>>     213 - extractPolyData-image (Failed)
>>>     214 - extractRectGrid-image (SEGFAULT)
>>>     215 - extractUGrid-image (SEGFAULT)
>>>     216 - extractVectors-image (Failed)
>>>     217 - extrudeCopyCD-image (Failed)
>>>     218 - fieldToPolyData-image (Failed)
>>>     219 - fieldToRGrid-image (Failed)
>>>     220 - fieldToSGrid-image (Failed)
>>>     221 - fieldToUGrid-image (Failed)
>>>     222 - financialField-image (Failed)
>>>     223 - genHead-image (SEGFAULT)
>>>     224 - geomFilter-image (Failed)
>>>     225 - glyph2D-image (Failed)
>>>     226 - headBone-image (Failed)
>>>     227 - hull-image (Failed)
>>>     228 - iceCream-image (Failed)
>>>     229 - imageMCAll-image (SEGFAULT)
>>>     230 - mcubes-image (Failed)
>>>     231 - mergeFilter-image (Failed)
>>>     232 - motor-image (Failed)
>>>     233 - multipleComponentContour-image (Failed)
>>>     234 - multipleIso-image (Failed)
>>>     235 - nacaBinary-image (Failed)
>>>     236 - officeStreamPoints-image (Failed)
>>>     237 - polyConn-image (Failed)
>>>     238 - probe-image (Failed)
>>>     239 - probeComb-image (Failed)
>>>     240 - progGlyphs-image (Failed)
>>>     241 - progGlyphsBySource-image (Failed)
>>>     242 - quadricCut-image (Failed)
>>>     243 - rectGrid-image (Failed)
>>>     244 - recursiveDC-image (Failed)
>>>     245 - reverseNormals-image (Failed)
>>>     246 - scalarColors-image (Failed)
>>>     247 - scalarConn-image (Failed)
>>>     248 - schwarz-image (Failed)
>>>     249 - shepards-image (Failed)
>>>     250 - skinOrder-image (Failed)
>>>     251 - smoothCyl-image (Failed)
>>>     252 - smoothCyl2-image (Failed)
>>>     253 - smoothMeshOnMesh-image (SEGFAULT)
>>>     254 - socbal-image (Failed)
>>>     255 - spatialRepAll-image (Failed)
>>>     256 - spherical-image (Failed)
>>>     257 - splitVectors-image (Failed)
>>>     258 - stereoDresdenMace-image (Failed)
>>>     259 - streamTracer-image (Failed)
>>>     260 - stripF-image (Failed)
>>>     261 - subDivideTetra-image (Failed)
>>>     262 - subPixelPositionMin-image (Failed)
>>>     263 - subdividePointData-image (Failed)
>>>     264 - sync3dAll-image (SEGFAULT)
>>>     265 - teapotHulls-image (Failed)
>>>     266 - testDataSetTriangleFilter-image (Failed)
>>>     267 - testDataSetTriangleFilter2-image (Failed)
>>>     268 - testHexaPenta-image (Failed)
>>>     269 - testReflect-image (Failed)
>>>     270 - textureThreshold-image (Failed)
>>>     271 - triangularTCoords-image (Failed)
>>>     272 - triangularTexture-image (Failed)
>>>     273 - warplens-image (Failed)
>>>     278 - TestGenericDataSetTessellator (Failed)
>>>     279 - TestGenericGeometryFilter (Failed)
>>>     280 - TestGenericGlyph3DFilter (Failed)
>>>     281 - TestGenericContourFilter (Failed)
>>>     282 - TestGenericClip (Failed)
>>>     283 - TestGenericCutter (Failed)
>>>     284 - TestGenericProbeFilter (OTHER_FAULT)
>>>     285 - TestGenericStreamTracer (OTHER_FAULT)
>>>     286 - TestSmoothErrorMetric (Failed)
>>>     287 - TestViewDependentErrorMetric (Failed)
>>>     291 - ImportExport (Failed)
>>>     294 - FastSplatter (Failed)
>>>     295 - ContinuousClose2D-image (Failed)
>>>     296 - IdealHighPass-image (Failed)
>>>     297 - LaplacianEdgeEnhance-image (Failed)
>>>     298 - reconstructSurface-image (Failed)
>>>     299 - resampledTexture-image (Failed)
>>>     300 - ResliceColorWrap-image (Failed)
>>>     301 - ResliceInformationInput-image (Failed)
>>>     302 - ResliceInterpolationModes-image (Failed)
>>>     303 - ResliceInterpolationOblique-image (Failed)
>>>     304 - ResliceMirrorOblique-image (Failed)
>>>     305 - ResliceMirrorPad-image (Failed)
>>>     306 - ResliceOptimizationOff-image (Failed)
>>>     307 - ReslicePermutations-image (Failed)
>>>     308 - ReslicePermuteResample-image (Failed)
>>>     309 - ResliceWrapOblique-image (Failed)
>>>     310 - ResliceWrapPad-image (Failed)
>>>     311 - Spectrum-image (Failed)
>>>     312 - TestAnisotropicDiffusion2D-image (Failed)
>>>     313 - TestAnisotropicDiffusion3D-image (Failed)
>>>     314 - TestAccumulate-image (Failed)
>>>     315 - TestAllBlends-image (Failed)
>>>     316 - TestAllBlendsFloat-image (Failed)
>>>     317 - TestAllFlips-image (Failed)
>>>     318 - TestAllLogic-image (Failed)
>>>     319 - TestAllMaskBits-image (Failed)
>>>     320 - TestAllMathematics-image (Failed)
>>>     321 - TestAllShrinks-image (Failed)
>>>     322 - TestBlendStencil-image (Failed)
>>>     323 - TestButterworthLowPass-image (Failed)
>>>     324 - TestButterworthHighPass-image (Failed)
>>>     325 - TestCache-image (Failed)
>>>     326 - TestChangeInformation-image (Failed)
>>>     327 - TestCheckerboard-image (Failed)
>>>     328 - TestCityBlockDistance-image (Failed)
>>>     329 - TestConvolve-image (Failed)
>>>     330 - TestCorrelation-image (Failed)
>>>     331 - TestDivergence-image (Failed)
>>>     332 - TestDotProduct-image (Failed)
>>>     333 - TestEuclideanDistance-image (Failed)
>>>     334 - TestEuclideanDistanceCached-image (Failed)
>>>     335 - TestEuclideanToPolar-image (Failed)
>>>     336 - TestFFTCorrelation-image (Failed)
>>>     337 - TestGradientMagnitude-image (Failed)
>>>     338 - TestGradientMagnitude2-image (Failed)
>>>     339 - TestHSIToRGB-image (Failed)
>>>     340 - TestHSVToRGB-image (Failed)
>>>     341 - TestHybridMedian2D-image (Failed)
>>>     342 - TestIdealLowPass-image (Failed)
>>>     343 - TestImageCanvas-image (SEGFAULT)
>>>     344 - TestImageWeightedSum-image (Failed)
>>>     345 - TestInPlaceFilter-image (Failed)
>>>     346 - TestIslandRemoval2D-image (Failed)
>>>     347 - TestMapToRGBABlockStreaming-image (Failed)
>>>     348 - TestMapToWindowLevelColors-image (Failed)
>>>     349 - TestMapToWindowLevelColors2-image (Failed)
>>>     350 - TestMask2-image (Failed)
>>>     351 - TestMedian3D-image (Failed)
>>>     352 - TestNormalize-image (Failed)
>>>     353 - TestOpenClose3D-image (Failed)
>>>     354 - TestPermute-image (Failed)
>>>     355 - TestQuantizeTo16Colors-image (Failed)
>>>     356 - TestRange3D-image (Failed)
>>>     357 - TestResample-image (Failed)
>>>     358 - TestSeparableFilter-image (Failed)
>>>     359 - TestShiftScale-image (Failed)
>>>     360 - TestShiftScale2-image (Failed)
>>>     361 - TestSimpleImageExample-image (Failed)
>>>     362 - TestSkeleton2D-image (Failed)
>>>     363 - TestSobel2D-image (Failed)
>>>     364 - TestSobel3D-image (Failed)
>>>     365 - TestStencilWithFunction-image (Failed)
>>>     366 - TestStencilWithImage-image (Failed)
>>>     367 - TestThreshold-image (Failed)
>>>     368 - TestVariance3D-image (Failed)
>>>     369 - TestWipe-image (Failed)
>>>     370 - TestWrapPad-image (Failed)
>>>     371 - voxelModel-image (Failed)
>>>     375 - dem-image (SEGFAULT)
>>>     376 - TestAVSucdReader-image (Failed)
>>>     377 - TestGAMBITReader-image (Failed)
>>>     378 - TestImageWriters-image (Failed)
>>>     379 - TestMINCImageReader-image (Failed)
>>>     380 - TestMINCImageWriter-image (Failed)
>>>     381 - TestPLYReadWrite-image (Failed)
>>>     382 - TestPolygonWriters-image (SEGFAULT)
>>>     383 - TestJPEGReader-image (Failed)
>>>     384 - TestTIFFReader-image (Failed)
>>>     385 - TestBMPReader-image (Failed)
>>>     386 - TestChacoReader-image (Failed)
>>>     387 - TestMetaImage2D-image (Failed)
>>>     388 - Plot3DScalars-image (Failed)
>>>     389 - Plot3DVectors-image (Failed)
>>>     390 - ParticleReader-image (Failed)
>>>     391 - caffeine-image (Failed)
>>>     392 - TestXYZMol-image (Failed)
>>>     393 - TestMHD-image (Failed)
>>>     394 - TestSetFileNames-image (Failed)
>>>     395 - TestSimplePointsReader-image (Failed)
>>>     396 - TestXMLRectilinearGridIO-image (SEGFAULT)
>>>     397 - TestXMLStructuredGridIO-image (Failed)
>>>     398 - TestXMLImageDataIO-image (Failed)
>>>     399 - TestXMLPolyDataIO-image (Failed)
>>>     400 - TestXMLUnstructuredGridIO-image (SEGFAULT)
>>>     401 - TestGlobFileNames (Failed)
>>>     402 - TestSortFileNames (Failed)
>>>     406 - TestXML (Timeout)
>>>     407 - TestMetaIO (Timeout)
>>>     409 - TestHyperOctreeIO (Failed)
>>>     410 - TestPLYReader (Failed)
>>>     417 - LoadOpenGLExtension (Failed)
>>>     418 - SurfacePlusEdges (Failed)
>>>     419 - TestActorLightingFlag (Failed)
>>>     420 - TestBlurAndSobelPasses (Failed)
>>>     421 - TestDynamic2DLabelMapper (Failed)
>>>     423 - TestGaussianBlurPass (Failed)
>>>     424 - TestGradientBackground (Failed)
>>>     426 - TestLabelPlacer (Failed)
>>>     427 - TestLabelPlacer2D (Failed)
>>>     428 - TestLabelPlacerCoincidentPoints (Failed)
>>>     429 - TestLightActor (Failed)
>>>     433 - TestOpacity (Failed)
>>>     434 - TestOSConeCxx (Failed)
>>>     436 - TestSobelGradientMagnitudePass (Failed)
>>>     437 - TestShadowMapPass (Failed)
>>>     438 - TestTextActorAlphaBlending (Failed)
>>>     439 - TestTextActorDepthPeeling (Failed)
>>>     440 - TestTextActor3DAlphaBlending (Failed)
>>>     441 - TestTextActor3DDepthPeeling (Failed)
>>>     442 - TestTranslucentLUTAlphaBlending (Failed)
>>>     443 - TestTranslucentLUTDepthPeeling (Failed)
>>>     444 - TestTranslucentLUTDepthPeelingPass (Failed)
>>>     445 - TestTranslucentLUTTextureAlphaBlending (Failed)
>>>     446 - TestTranslucentLUTTextureDepthPeeling (Failed)
>>>     447 - TestAreaSelections (Failed)
>>>     448 - TestMultiTexturing (Failed)
>>>     449 - TestMultiTexturingTransform (Failed)
>>>     450 - TestScenePicker (Failed)
>>>     451 - TestTextureRGBA (Failed)
>>>     452 - TestTextureRGBADepthPeeling (Failed)
>>>     453 - TestTranslucentImageActorAlphaBlending (Failed)
>>>     454 - TestTranslucentImageActorDepthPeeling (Failed)
>>>     455 - TestTStripsColorsTCoords (Failed)
>>>     456 - TestTStripsNormalsColorsTCoords (Failed)
>>>     457 - TestTStripsNormalsTCoords (Failed)
>>>     458 - TestTStripsTCoords (Failed)
>>>     459 - TestGenericVertexAttributesGLSLCxx (Failed)
>>>     460 - TestGenericVertexAttributesGLSLAlphaBlending (Failed)
>>>     461 - TestGenericVertexAttributesGLSLDepthPeelingPass (Failed)
>>>     462 - assembly-image (Failed)
>>>     463 - CamBlur-image (Failed)
>>>     464 - cells-image (SEGFAULT)
>>>     465 - ImageActor-image (Failed)
>>>     466 - ImageActorStressed-image (Failed)
>>>     467 - labeledContours-image (Failed)
>>>     468 - labeledMesh-image (Failed)
>>>     469 - multiLineText-image (Failed)
>>>     470 - pickCells-image (Failed)
>>>     471 - propAssembly-image (Failed)
>>>     472 - rendererSource-image (Failed)
>>>     473 - rotations-image (Failed)
>>>     474 - ScalarBar-image (Failed)
>>>     475 - TestFlyTo-image (Failed)
>>>     476 - TestLeaderActor2D-image (Failed)
>>>     477 - TestOnePoint-image (Failed)
>>>     478 - TestOpacity2-image (Failed)
>>>     479 - TestParallelCoordinates-image (Failed)
>>>     480 - TestQuadricLODActor-image (Failed)
>>>     481 - TestStyleTerrain-image (Failed)
>>>     482 - TestTiling-image (Failed)
>>>     483 - TestTriangleStripCellColor-image (Failed)
>>>     484 - TestWindowToImageTransparency-image (Failed)
>>>     485 - TestGLSLShader-image (Failed)
>>>     486 - TestGenericVertexAttributesGLSL-image (Failed)
>>>     487 - TestFreetypeTextMapper-image (Failed)
>>>     488 - TestFreetypeTextMapperBigger-image (Failed)
>>>     489 - TestFreetypeTextOverlay-image (Failed)
>>>     493 - HomogeneousRayIntegration (Failed)
>>>     494 - LinearRayIntegration (Failed)
>>>     495 - PartialPreIntegration (Failed)
>>>     496 - PreIntegrationIncremental (Failed)
>>>     497 - PreIntegrationNonIncremental (Failed)
>>>     499 - TestFinalColorWindowLevel (SEGFAULT)
>>>     500 - TestHAVSVolumeMapper (Failed)
>>>     501 - TestMinIntensityRendering (SEGFAULT)
>>>     502 - TestProjectedTetrahedra (Failed)
>>>     503 - volProt (SEGFAULT)
>>>     504 - ZsweepConcavities (Failed)
>>>     505 - gaussian-image (Failed)
>>>     506 - TestBunykRayCastFunction-image (Failed)
>>>     507 - TestFixedPointRayCasterLinear-image (Failed)
>>>     508 - TestFixedPointRayCasterNearest-image (Failed)
>>>     509 - TestFixedPointRayCasterLinearCropped-image (Failed)
>>>     510 - TestFixedPointRayCasterNearestCropped-image (Failed)
>>>     511 - TestLODProp3D-image (SEGFAULT)
>>>     512 - TestPTZSweep-image (Failed)
>>>     513 - volRCClipPlanes-image (Failed)
>>>     514 - volRCCropRegions-image (Failed)
>>>     515 - volRCRotateClip-image (Failed)
>>>     516 - volTM2DCropRegions-image (SEGFAULT)
>>>     517 - volTM2DRotateClip-image (Failed)
>>>     518 - volTM3DCropRegions-image (SEGFAULT)
>>>     519 - volTM3DRotateClip-image (Failed)
>>>     523 - X3DTest (Failed)
>>>     524 - TestBarChartActor (Failed)
>>>     525 - TestLegendScaleActor (Failed)
>>>     526 - TestPieChartActor (Failed)
>>>     527 - TestSpiderPlotActor (Failed)
>>>     528 - TestAddStencilData (Failed)
>>>     529 - TestSubtractStencilData (Failed)
>>>     530 - TestClipStencilData (Failed)
>>>     531 - 3DMorph-image (Failed)
>>>     532 - appendImplicitModel-image (Failed)
>>>     533 - appendImplicitModelNoBounds-image (Failed)
>>>     534 - banana-image (Failed)
>>>     535 - bore-image (Failed)
>>>     536 - camera-image (Failed)
>>>     537 - clipHex-image (Failed)
>>>     538 - clipPyramid-image (Failed)
>>>     539 - clipTet-image (Failed)
>>>     540 - clipWedge-image (Failed)
>>>     541 - cubeAxes-image (Failed)
>>>     542 - cubeAxes2-image (Failed)
>>>     543 - depthSort-image (Failed)
>>>     544 - earth-image (Failed)
>>>     545 - imageToPolyData-image (Failed)
>>>     546 - financialField2-image (Failed)
>>>     547 - financialField3-image (Failed)
>>>     548 - largeImageOffset-image (Failed)
>>>     549 - largeImageParallel-image (Failed)
>>>     550 - MassProperties-image (Failed)
>>>     551 - OverlayTextOnImage-image (Failed)
>>>     552 - TestCaptionActor-image (Failed)
>>>     553 - TestFacetReader-image (Failed)
>>>     554 - TestGreedyTerrainDecimation-image (SEGFAULT)
>>>     555 - TestGridWarp3D-image (Failed)
>>>     556 - TestGridWarpCubic-image (Failed)
>>>     557 - TestGridWarpLinear-image (Failed)
>>>     558 - TestGridWarpNearest-image (Failed)
>>>     559 - TestICPTransform-image (Failed)
>>>     560 - TestImageStencilWithPolydata-image (SEGFAULT)
>>>     561 - TestPCA-image (Failed)
>>>     562 - TestProcrustes-image (Failed)
>>>     563 - TestProjectedTerrainPath-image (Failed)
>>>     564 - TestThinPlateWarp-image (Failed)
>>>     565 - TestThinPlateWarp3D-image (Failed)
>>>     566 - text-image (Failed)
>>>     567 - VRMLImporter-image (Failed)
>>>     568 - WarpPolyData-image (Failed)
>>>     569 - xyPlot-image (Failed)
>>>     570 - xyPlot2-image (Failed)
>>>     571 - xyPlot3-image (Failed)
>>>     572 - xyPlot4-image (Failed)
>>>     576 - BoxWidget (Failed)
>>>     577 - BoxWidget2 (Failed)
>>>     578 - TestAngleWidget2D (Failed)
>>>     579 - TestAngleWidget3D (Failed)
>>>     580 - TestContourWidget2 (Failed)
>>>     581 - TestImplicitPlaneWidget (Failed)
>>>     582 - TestImplicitPlaneWidget2 (Failed)
>>>     583 - TestOrientationMarkerWidget (Failed)
>>>     584 - TestSliderWidget (Failed)
>>>     585 - TestSliderWidget2D (Failed)
>>>     586 - TestParallelopipedWidget (Failed)
>>>     587 - ImagePlaneWidget (Failed)
>>>     588 - TestDijkstraImageGeodesicPath (SEGFAULT)
>>>     590 - TestSurfaceConstrainedHandleWidget (OTHER_FAULT)
>>>     591 - TestPolygonalRepresentationHandleWidget (OTHER_FAULT)
>>>     592 - TestSphereHandleWidget (OTHER_FAULT)
>>>     593 - TestImageTracerWidget (Failed)
>>>     594 - TestLineWidget (Failed)
>>>     595 - TestLineWidget2 (Failed)
>>>     596 - TestLogoWidgetAlphaBlending (Failed)
>>>     597 - TestLogoWidgetDepthPeeling (Failed)
>>>     598 - TestOrthoPlanes (Failed)
>>>     599 - TestPlaneWidget (Failed)
>>>     600 - TestPointWidget (Failed)
>>>     601 - TestScalarBarWidget (Failed)
>>>     602 - TestSplineWidget (Failed)
>>>     603 - TestTensorProbeWidget (SEGFAULT)
>>>     605 - TestHandleWidget (Failed)
>>>     606 - TestDijkstraGraphGeodesicPath (OTHER_FAULT)
>>>     607 - TestInteractorEventRecorder-image (SEGFAULT)
>>>     608 - TestSphereWidget-image (SEGFAULT)
>>>     615 - PrmMagnify (Failed)
>>>     616 - TestTemporalFractal (Failed)
>>>     617 - TestMultiBlockExodusWrite (Failed)
>>>     618 - Sockets-image (Failed)
>>>     619 - RectOutline-image (Failed)
>>>     620 - ExtractVOI-image (Failed)
>>>     621 - TestExtractCTHPart (Failed)
>>>     622 - ExtrudePiece-image (Failed)
>>>     623 - PolyDataPieces-image (Failed)
>>>     624 - UnstructuredPieces-image (Failed)
>>>     625 - ImageStreamer-image (Failed)
>>>     626 - PImageWriter-image (Failed)
>>>     627 - CutMaterial-image (Failed)
>>>     628 - BranchExtentTranslator-image (Failed)
>>>     629 - PDataSetReaderGrid-image (Failed)
>>>     633 - Infovis-TestArcEdges (Failed)
>>>     634 - Infovis-TestAssignCoordinates (Failed)
>>>     637 - Infovis-TestCosmicTreeLayoutStrategy (Failed)
>>>     640 - Infovis-TestExtractSelectedGraph (Failed)
>>>     643 - Infovis-TestGraphAlgorithms (Failed)
>>>     644 - Infovis-TestGraphHierarchicalBundle (Failed)
>>>     647 - Infovis-TestInteractorStyleTreeMapHover (Failed)
>>>     653 - Infovis-TestPruneTreeFilter (Failed)
>>>     655 - Infovis-TestStringToCategory (Failed)
>>>     657 - Infovis-TestTreeMapLayoutStrategy (Failed)
>>>     661 - Infovis-TestChacoGraphReader (Failed)
>>>     662 - Infovis-TestDelimitedTextReader (Failed)
>>>     663 - Infovis-TestISIReader (Failed)
>>>     665 - Infovis-TestRISReader (Failed)
>>>     666 - Infovis-TestStringToNumeric (Failed)
>>>     667 - Infovis-TestTreeMapViewer (SEGFAULT)
>>>     668 - Infovis-TestTulipReader (Failed)
>>>     669 - Infovis-TestTableToGraph (SEGFAULT)
>>>     670 - Infovis-TestSQLGraphReader (Failed)
>>>     675 - Geovis-TestGeoAssignCoordinates (Failed)
>>>     676 - Geovis-TestCoincidentGeoGraphRepresentation2D (Failed)
>>>     677 - Geovis-TestGeoGraticule (Failed)
>>>     679 - Geovis-TestGeoView2D (Failed)
>>>     680 - Geovis-TestGeoView (Failed)
>>>     681 - Geovis-TestLabeledGeoView2D (Failed)
>>>     685 - Views-TestRenderView (Failed)
>>>     686 - Views-TestCoincidentGraphLayoutView (Failed)
>>>     687 - Views-TestGraphLayoutView (SEGFAULT)
>>>     689 - Views-TestIconGlyphFilter (NUMERICAL)
>>>     690 - Views-TestTreeLayoutView (Failed)
>>>     691 - Views-TestTreeMapView (SEGFAULT)
>>>     692 - Views-TestTreeRingView (Failed)
>>>     693 - Views-TestIcicleView (Failed)
>>>     694 - Views-TestNetworkViews (Failed)
>>> Errors while running CTest
>>> make: *** [test] Error 8
>>>
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>>
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20090402/2831b93f/attachment.html>


More information about the vtk-developers mailing list