Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PathContextTest tests fail on OS X #95

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

markusdregi
Copy link
Contributor

@markusdregi markusdregi commented May 31, 2017

Currently three tests fails fails both locally on my machine and at the travis setup in (#88):

  • tests.util.test_path_context.PathContextTest [FIXED]
  • tests.ecl.test_ecl_kw.KWTest
  • tests.cwrap.test_metawrap.MetaWrapTest

The last one seems to give the same error as reported in (#81 on Ubuntu 17.04) and is probably not an OS X problem - although that is the only of our current test builds that catches this one.

UPDATE: The MetaWrapTest seems to fail due to 32-bit vs 64-bit pointer being passed from C to Python via ctypes. This should be resolved in a separate PR! Hence I suggest that we merge this very small PR as it is.

@markusdregi markusdregi changed the title Python tests fail on OS X WIP: Python tests fail on OS X May 31, 2017
@markusdregi markusdregi changed the title WIP: Python tests fail on OS X PathContextTest tests fail on OS X May 31, 2017
@joakim-hove joakim-hove merged commit 79990e0 into equinor:master Jun 1, 2017
@markusdregi markusdregi deleted the osx_python_tests branch February 6, 2019 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants