Skip to content

Disable floating point exceptions on some tests

Rafael Palomar requested to merge RafaelPalomar/vtk:fix/testing_xvfb-run into master

Running tests with e.g., xvfb-run triggers floating point exceptions which make the tests fail. This commit adds the DISABLE_FLOATING_POINT_EXCEPTIONS option to some vtk_test_cxx_executable macro calls to fix this issue. For reference look at https://discourse.vtk.org/t/running-tests-with-xvfb-run/7597

Merge request reports