vtk-m/vtkm/testing
Robert Maynard c23c91de14 Exclude a specific ACos test on ICC in release mode.
When the intel compiler has vectorization enabled ( -O2/-O3 ) it converts the
`adjacent/hypotenuse` divide operation into reciprocal (rcpps) and
multiply (mulps) operations. This causes a change in the expected result that
is larger than the tolerance of test_equal.
2016-10-28 14:57:16 -04:00
..
CMakeLists.txt Make a shared header of 3D transformations 2016-06-09 13:34:29 -06:00
OptionParser.h Fix a couple of conversion warnings in OptionParser for testing. 2015-06-10 13:58:26 -06:00
Testing.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
TestingImplicitFunctions.h Move over from boost/random to c++11 random. 2016-09-08 17:10:39 -04:00
TestingMath.h Exclude a specific ACos test on ICC in release mode. 2016-10-28 14:57:16 -04:00
UnitTestBinaryOperators.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestBinaryPredicates.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestBounds.cxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
UnitTestCellShape.cxx Add CellShapeTag classes 2015-08-27 16:30:58 -06:00
UnitTestImplicitFunctions.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestListTag.cxx Use c++11 variadic templates as storage of ListTags. 2016-09-23 16:39:20 -04:00
UnitTestMath.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestMatrix.cxx Fix test that fails during optimization. 2016-04-21 11:02:45 -06:00
UnitTestNewtonsMethod.cxx Move NewtonsMethod to the vtkm package 2016-04-14 14:36:02 -06:00
UnitTestPair.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestRange.cxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
UnitTestTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTransform3D.cxx Merge branch 'master' into rendering-library 2016-09-09 13:59:15 -06:00
UnitTestTypeListTag.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTypes.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestTypeTraits.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestUnaryPredicates.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestVecRectilinearPointCoordinates.cxx Special implementation of parametric coordinates for rectilinear cells 2015-09-02 13:50:31 -07:00
UnitTestVectorAnalysis.cxx Fix issues with UnitTestVectorAnalysis for MSVC. 2016-04-19 14:39:16 -06:00
UnitTestVecTraits.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestVecVariable.cxx Add VecVariable 2015-08-14 09:15:46 -06:00
VecTraitsTests.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00