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

make lapack-test does not return error on failed tests #3406

Closed
h-vetinari opened this issue Oct 13, 2021 · 1 comment
Closed

make lapack-test does not return error on failed tests #3406

h-vetinari opened this issue Oct 13, 2021 · 1 comment

Comments

@h-vetinari
Copy link
Contributor

I returned to conda-forge/openblas-feedstock#122 after a while, and looking at the CI results, there are still errors in the test suite for make lapack-test that do however not propagate the failure.

IOW, results like

			-->   LAPACK TESTING SUMMARY  <--
SUMMARY             	nb test run 	numerical error   	other error  
================   	===========	=================	================  
REAL             	1174263		2	(0.000%)	0	(0.000%)	
DOUBLE PRECISION	1227437		0	(0.000%)	0	(0.000%)	
COMPLEX          	694951		1	(0.000%)	0	(0.000%)	
COMPLEX16         	696320		2	(0.000%)	0	(0.000%)	

--> ALL PRECISIONS	3792971		5	(0.000%)	0	(0.000%)	

still result in a green CI, which is not intentional.

@martin-frbg
Copy link
Collaborator

This is actually intentional, as LAPACK testsuite errors (in contrast to BLAS test failures) do not necessarily mean that the build is unsuitable. Please see
http://www.netlib.org/lapack/faq.html#_how_do_i_interpret_lapack_testing_failures

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

No branches or pull requests

2 participants