Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)

This commit is contained in:
Martin Kroeker 2021-05-22 14:29:45 +02:00 committed by GitHub
parent 02087a62e7
commit 3a53207cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL CERRTSQR( PATH, NOUT )
INFOT = 0
*

View File

@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL DERRTSQR( PATH, NOUT )
INFOT = 0
*

View File

@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL SERRTSQR( PATH, NOUT )
INFOT = 0
*

View File

@ -159,6 +159,8 @@
*
* Test the error exits
*
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL ZERRTSQR( PATH, NOUT )
INFOT = 0
*