Files
lapack/CBLAS/testing
Simon MaertensandClaude Opus 5 8250cb5ce2 CBLAS: count error-exit tests
The C error-exit checkers report only a pass/fail verdict per routine.
Report the counts too, matching the Fortran drivers:

     cblas_sgemv      ERROR-EXIT TESTS:       13 RUN,        0 FAILED

One test is one chkxer() call. A test fails either because the routine
never reached xerbla, which chkxer already detects through cblas_lerr,
or because c_xerbla.c was reached with the wrong routine name, which
clears cblas_ok without chkxer noticing. The extended API build hits
exactly that second case, reporting cblas_sgemv_64 against an expected
cblas_sgemv, so a new cblas_xbad flag carries it across and the counts
agree with the verdict.

The Windows path that skips the xerbla tests returns before printing a
verdict and so prints no counts either.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-29 16:04:07 +01:00
..
2026-07-29 16:04:07 +01:00
2026-07-29 16:04:07 +01:00
2026-05-02 18:05:38 +02:00
2026-07-22 16:59:31 +01:00
2026-07-29 16:04:07 +01:00
2026-07-29 16:04:07 +01:00
2026-05-02 18:05:38 +02:00
2026-07-22 16:59:31 +01:00
2026-07-29 16:04:07 +01:00
2026-07-29 16:04:07 +01:00
2026-05-02 18:05:38 +02:00
2026-07-29 16:04:07 +01:00
2026-07-29 16:04:07 +01:00
2026-07-29 16:04:07 +01:00
2026-05-02 18:05:38 +02:00
2026-07-22 16:59:31 +01:00
2024-06-24 14:04:03 +02:00
2026-07-21 16:24:00 +02:00
2019-07-27 23:07:37 -05:00
2024-06-24 14:04:03 +02:00