-
Notifications
You must be signed in to change notification settings - Fork 468
extend tests for error exit sysv sytd2 gehd2 #795
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
extend tests for error exit sysv sytd2 gehd2 #795
Conversation
Codecov ReportBase: 0.00% // Head: 0.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #795 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 1908 1908
Lines 187072 187072
=======================================
Misses 187072 187072 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@@ -229,7 +229,7 @@ SUBROUTINE ZDRVSY_AA_2STAGE( | |||
* Test path | |||
* | |||
PATH( 1: 1 ) = 'Zomplex precision' | |||
PATH( 2: 3 ) = 'H2' | |||
PATH( 2: 3 ) = 'S2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing spot!
* | ||
SRNAMT = 'ZHESV_AA' | ||
INFOT = 1 | ||
CALL ZHESV_AA( '/', 0, 0, A, 1, IP, B, 1, W, 1, INFO ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ZHESV_AA
and ZSYSV_AA_2STAGE
are missing in the declaration list of external subroutines. The same holds for the 'C' precision.
Hello!
Please review.
Checklist