idyntree icon indicating copy to clipboard operation
idyntree copied to clipboard

Full Test Suite does not run on OS X

Open traversaro opened this issue 9 years ago • 3 comments

  • [ ] Valgrind fails because of some false positives on OS X standard library.
  • [ ] Python test fails ( https://travis-ci.org/robotology/idyntree/jobs/124131468#L6639 ):
44/44 Test #44: PythonGeometryTests ..............................***Exception: Other  1.54 sec

Fatal Python error: PyThreadState_Get: no current thread

traversaro avatar Apr 19 '16 11:04 traversaro

I got that too, apparently it has to do with using different library while building vs. interpreter when running.

kjyv avatar Apr 19 '16 12:04 kjyv

I see.. I am just delaying all the fixes that are not immediate to finally get travis back to green.

traversaro avatar Apr 19 '16 12:04 traversaro

Similar error in GitHub Actions: https://github.com/robotology/idyntree/pull/568/checks?check_run_id=206937776 / related commits: e03f88a . .

traversaro avatar Aug 29 '19 15:08 traversaro