Skip to content

Commit 3a53207

Browse files
authored
Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)
1 parent 02087a6 commit 3a53207

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

lapack-netlib/TESTING/LIN/cchktsqr.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ SUBROUTINE CCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB,
159159
*
160160
* Test the error exits
161161
*
162+
CALL XLAENV( 1, 0 )
163+
CALL XLAENV( 2, 0 )
162164
IF( TSTERR ) CALL CERRTSQR( PATH, NOUT )
163165
INFOT = 0
164166
*

lapack-netlib/TESTING/LIN/dchktsqr.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ SUBROUTINE DCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB,
159159
*
160160
* Test the error exits
161161
*
162+
CALL XLAENV( 1, 0 )
163+
CALL XLAENV( 2, 0 )
162164
IF( TSTERR ) CALL DERRTSQR( PATH, NOUT )
163165
INFOT = 0
164166
*

lapack-netlib/TESTING/LIN/schktsqr.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ SUBROUTINE SCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB,
159159
*
160160
* Test the error exits
161161
*
162+
CALL XLAENV( 1, 0 )
163+
CALL XLAENV( 2, 0 )
162164
IF( TSTERR ) CALL SERRTSQR( PATH, NOUT )
163165
INFOT = 0
164166
*

lapack-netlib/TESTING/LIN/zchktsqr.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ SUBROUTINE ZCHKTSQR( THRESH, TSTERR, NM, MVAL, NN, NVAL, NNB,
159159
*
160160
* Test the error exits
161161
*
162+
CALL XLAENV( 1, 0 )
163+
CALL XLAENV( 2, 0 )
162164
IF( TSTERR ) CALL ZERRTSQR( PATH, NOUT )
163165
INFOT = 0
164166
*

0 commit comments

Comments
 (0)