Merge pull request #3243 from martin-frbg/lapack564

Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)
This commit is contained in:
Martin Kroeker 2021-05-22 19:25:56 +02:00 committed by GitHub
commit 2d8d0af0ea
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 * Test the error exits
* *
CALL XLAENV( 1, 0 )
CALL XLAENV( 2, 0 )
IF( TSTERR ) CALL CERRTSQR( PATH, NOUT ) IF( TSTERR ) CALL CERRTSQR( PATH, NOUT )
INFOT = 0 INFOT = 0
* *

View File

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

View File

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

View File

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