Skip to content
Snippets Groups Projects
Commit 98462773 authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

Use LOOSE_VALID for tests with text

parent 5f9ebd6a
No related branches found
No related tags found
1 merge request!11531PythonTesting: Use C++'s Testing framework
# These tests should use vtk.test.Testing.
vtk_add_test_python(
NO_RT NO_OUTPUT
TestBarGraph.py
TestLinePlot.py
TestStackedPlot.py
TestLinePlotColors.py
TestParallelCoordinatesColors.py
TestScatterPlotColors.py
TestBarGraph.py,LOOSE_VALID
TestLinePlot.py,LOOSE_VALID
TestStackedPlot.py,LOOSE_VALID
TestLinePlotColors.py,LOOSE_VALID
TestParallelCoordinatesColors.py,LOOSE_VALID
TestScatterPlotColors.py,LOOSE_VALID
)
vtk_add_test_python(
CSpline.py
KSpline.py
TestParametricFunctions.py
TestMoreParametricFunctions.py
TestParametricFunctions.py,LOOSE_VALID
TestMoreParametricFunctions.py,LOOSE_VALID
closedSplines.py
)
......@@ -102,7 +102,7 @@ vtk_add_test_python(
fieldToUGrid.py
financialField.py
financialField2.py
financialField3.py
financialField3.py,LOOSE_VALID
# glyphComb.py #19221
hull.py
mergeFilter.py
......
......@@ -10,7 +10,7 @@ if(vtk_can_do_onscreen AND NOT VTK_DEFAULT_RENDER_WINDOW_OFFSCREEN)
TestMagnifierWidget.py
TestPointCloudWidget.py
TestPointCloudWidget2.py
TestSphereWidget.py
TestSphereWidget.py,LOOSE_VALID
TestTensorWidget.py
TestTensorWidget2.py
TestTextWidget.py
......
......@@ -12,7 +12,7 @@ vtk_add_test_cxx(vtkRenderingFreeTypeCxxTests tests
TestMathTextFreeTypeTextRendererNoMath.cxx
TestTextActor.cxx
TestTextActorTileScaling.cxx
TestTextActor3D.cxx
TestTextActor3D.cxx,LOOSE_VALID
TestTextActorAlphaBlending.cxx,LOOSE_VALID
TestTextActorDepthPeeling.cxx
TestTextActor3DAlphaBlending.cxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment