Last updated on 2020-08-07 01:49:09 CEST.
| Kind | Description | Details |
|---|---|---|
| valgrind | Tests of memory access errors using valgrind | Details |
| clang-ASAN | Tests of memory access errors using AddressSanitizer | Details |
| clang-UBSAN | Tests of memory access errors using Undefined Behavior Sanitizer | Details |
| gcc-ASAN | Tests of memory access errors using AddressSanitizer | Details |
| gcc-UBSAN | Tests of memory access errors using Undefined Behavior Sanitizer | Details |
| clang11 | Checks with clang trunk aka 11.0.0 | Details |
| gcc10 | Checks with gcc trunk aka 10.0.0 | Details |
| noLD | Tests without long double | Details |
| ATLAS | Tests with alternative BLAS/LAPACK implementations | Details |
| MKL | Tests with alternative BLAS/LAPACK implementations | Details |
| OpenBLAS | Tests with alternative BLAS/LAPACK implementations | Details |
| LTO | Tests for link-time optimization type mismatches | Details |
| noOMP | Tests without OpenMP support | Details |
| donttest | Tests including \donttest examples | Details |
| rchk | Checks of native code (C/C++) based on static code analysis | Details |
| rcnst | Checks of corruption of constants | Details |