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

Several unit tests fail when compiled with gcc #677

Closed
taketwo opened this issue May 16, 2014 · 4 comments
Closed

Several unit tests fail when compiled with gcc #677

taketwo opened this issue May 16, 2014 · 4 comments
Assignees
Labels
kind: bug Type of issue

Comments

@taketwo
Copy link
Member

taketwo commented May 16, 2014

I mentioned that when compiled with gcc 4.9.0 several unit tests consistently fail. This does not happen with clang 3.4.1 on my machine and clang 3.4 on Travis.

The tests in question are:

  • 6 - test_non_linear
  • 29 - feature_cppf_estimation
  • 49 - filters_sampling
  • 73 - a_registration_test
@taketwo taketwo added the bug label May 16, 2014
@taketwo taketwo changed the title Several unit tests fail when compiled with _gcc_ Several unit tests fail when compiled with gcc May 16, 2014
@VictorLamoine
Copy link
Contributor

Dell M6700
Ubuntu 14.04 x64
cmake version 2.8.12.2
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
VTK 5.8

96% tests passed, 4 tests failed out of 100

Total Test time (real) = 104.11 sec

The following tests FAILED:
      6 - test_non_linear (Failed)
     29 - feature_cppf_estimation (Failed)
     51 - filters_sampling (Failed)
     77 - a_registration_test (Failed)
Errors while running CTest
make: *** [test] Erreur 8

The other test units pass for me as of today.

@jspricke
Copy link
Member

@sdmiller: as far as I can see, you introduced them, can you have a look?

@frozar
Copy link
Contributor

frozar commented Aug 30, 2017

My configuration:
Ubuntu 16.04.3
cmake version 3.5.1
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
VTK 6.2.0

95% tests passed, 5 tests failed out of 104

Total Test time (real) = 3201.40 sec

The following tests FAILED:
	 13 - common_eigen (Failed)
	 25 - feature_cppf_estimation (Failed)
	 27 - feature_pfh_estimation (Failed)
	 48 - filters_sampling (Failed)
	 73 - a_octree_test (OTHER_FAULT)
[...]
make: *** [tests] Erreur 2

PS : almost 1 hour to run 104 unit tests... Do these test be really unit?

@taketwo
Copy link
Member Author

taketwo commented Feb 22, 2020

Obsolete, all tests pass nowadays.

@taketwo taketwo closed this as completed Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Type of issue
Projects
None yet
Development

No branches or pull requests

5 participants