Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 22 May 2021 12:29:45 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Sat, 22 May 2021 12:29:45 +0000 (14:29 +0200)
lapack-netlib/TESTING/LIN/cchktsqr.f
lapack-netlib/TESTING/LIN/dchktsqr.f
lapack-netlib/TESTING/LIN/schktsqr.f
lapack-netlib/TESTING/LIN/zchktsqr.f

index 8288916..62b6ce4 100644 (file)
 *
 *     Test the error exits
 *
+      CALL XLAENV( 1, 0 )
+      CALL XLAENV( 2, 0 ) 
       IF( TSTERR ) CALL CERRTSQR( PATH, NOUT )
       INFOT = 0
 *
index c4b1f01..14119e6 100644 (file)
 *
 *     Test the error exits
 *
+      CALL XLAENV( 1, 0 )
+      CALL XLAENV( 2, 0 )            
       IF( TSTERR ) CALL DERRTSQR( PATH, NOUT )
       INFOT = 0
 *
index 2bed434..aa4d6f9 100644 (file)
 *
 *     Test the error exits
 *
+      CALL XLAENV( 1, 0 )
+      CALL XLAENV( 2, 0 ) 
       IF( TSTERR ) CALL SERRTSQR( PATH, NOUT )
       INFOT = 0
 *
index e6e6ac5..678b177 100644 (file)
 *
 *     Test the error exits
 *
+      CALL XLAENV( 1, 0 )
+      CALL XLAENV( 2, 0 ) 
       IF( TSTERR ) CALL ZERRTSQR( PATH, NOUT )
       INFOT = 0
 *