Last updated on 2018-02-24 09:50:43 CET.
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 |
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 |
rchk | Checks of native code (C/C++) based on static code analysis | Details |
rcnst | Checks of corruption of constants | Details |