Last updated on 2017-07-31 01:46:08.
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 |
rchk | Checks of native code (C/C++) based on static code analysis | Details |