[vtkusers] HeaderTest failures

Kevin Dixon kevinrdixon at gmail.com
Fri Nov 25 11:54:23 EST 2016


I've been able to successfully build VTK 7.0.0 from source with
BUILD_TESTING set to ON. However, unmodified a number of the HeaderTests
fail:

  1 - vtkCommonCore-HeaderTest (Failed)

  8 - vtkCommonExecutionModel-HeaderTest (Failed)

  9 - vtkFiltersCore-HeaderTest (Failed)

11 - vtkFiltersGeneral-HeaderTest (Failed)

17 - vtkFiltersGeometry-HeaderTest (Failed)

19 - vtkRenderingCore-HeaderTest (Failed)

31 - vtkRenderingOpenGL2-HeaderTest (Failed)

38 - vtkInteractionStyle-HeaderTest (Failed)

40 - vtkRenderingAnnotation-HeaderTest (Failed)

42 - vtkInteractionWidgets-HeaderTest (Failed)

270 - vtkRenderingVolumeOpenGL2-HeaderTest (Failed)

312 - vtkFiltersFlowPaths-HeaderTest (Failed)

489 - vtkIOExodus-HeaderTest (Failed)


Example of one of the test output in detail:


Start 1: vtkCommonCore-HeaderTest

1: Test command: /usr/bin/python
"/Users/kevin/dev/prj/lms/soup/vtk-7.0.0/Testing/Core/HeaderTesting.py"
"/Users/kevin/dev/prj/lms/soup/vtk-7.0.0/Common/Core" "VTKCOMMONCORE_EXPORT"

1: Test timeout computed to be: 1500

1: Use export macro: VTKCOMMONCORE_EXPORT

1: File:
/Users/kevin/dev/prj/lms/soup/vtk-7.0.0/Common/Core/vtkMinimalStandardRandomSequence.h
has broken type macro(s):

1:    41: vtkTypeMacro(vtkMinimalStandardRandomSequence,vtkRandomSequence);

1: Should be:

, vtkRandomSequence)MinimalStandardRandomSequence

1: File:
/Users/kevin/dev/prj/lms/soup/vtk-7.0.0/Common/Core/vtkMinimalStandardRandomSequence.h
does not define copy constructor

1: Should be:

&); // Not implementedardRandomSequence

1: File:
/Users/kevin/dev/prj/lms/soup/vtk-7.0.0/Common/Core/vtkMinimalStandardRandomSequence.h
does not define assignment operator

1: Should be:

&); // Not implementedt vtkMinimalStandardRandomSequence

1:

1: There were errors:

1: * Broken type macro

1: * No private copy constructor

1: * No private assignment operator

1/1 Test #1: vtkCommonCore-HeaderTest .........***Failed    0.64 sec


>From what I can see, these are code stylistic checks via the
'HeaderTesting.py' script.

Any idea why these are failing out-of-the-box without modification?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20161125/b145f6a1/attachment.html>


More information about the vtkusers mailing list