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

Chapter 14, recipe 3 (Fortran) is marked as failing on Travis #481

Open
bast opened this issue Sep 2, 2018 · 2 comments
Open

Chapter 14, recipe 3 (Fortran) is marked as failing on Travis #481

bast opened this issue Sep 2, 2018 · 2 comments
Labels
testing All things wonky about the testing infrastructure travis-ci All things wonky on Travis CI

Comments

@bast
Copy link
Member

bast commented Sep 2, 2018

The test fails because ASan does not detect a memory leak.

Possible reasons:

  • compiler version
  • trivial code gets optimized away
  • code is wrapped in module/function and might need to be lifted to program level

Locally on my laptop (GNU Fortran (GCC) 8.2.0) the memory leak is detected and the test behaves normally.

@bast
Copy link
Member Author

bast commented Sep 2, 2018

Marked as failing in a171e43.

@robertodr robertodr added testing All things wonky about the testing infrastructure travis-ci All things wonky on Travis CI labels Sep 2, 2018
@robertodr
Copy link
Collaborator

Also the C++ example fails on macOS. Marked as failng.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing All things wonky about the testing infrastructure travis-ci All things wonky on Travis CI
Projects
None yet
Development

No branches or pull requests

2 participants