tpaviot / oce

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
http://groups.google.com/group/oce-dev
GNU Lesser General Public License v2.1
808 stars 284 forks source link

Tests failing #705

Open martinlofgren opened 5 years ago

martinlofgren commented 5 years ago

I just installed OCE on my Mac (High Sierra 10.13.5). The compilation succeeded with no errors (but lot's of warnings) but three of the tests failed:

The following tests FAILED:
     20 - BRepOffsetAPITestSuite.testOffsetBox (SEGFAULT)
     25 - OCAFExportTestSuite.testExportAscii (SEGFAULT)
     26 - OCAFExportTestSuite.testExportNonAscii (SEGFAULT)
Errors while running CTest

According to the build documentation all tests except BRepMeshTestSuite.testMeshTorus should pass. This did pass. Do I have a problem here?