mbedtls/programs/test
David Horstmann 9de6edd462 Separate memory poisoning tests from generic ASan
Some platforms may support ASan but be C99-only (no C11 support).
These platforms will support ASan metatests but not memory poisoning,
which requires C11 features.

To allow for this, create a separate platform requirement, "poison",
in metatest.c to distinguish generic ASan metatests from ones that
require suppport for memory poisoning.

In practice our platforms support both, so run "poison" tests in
the same all.sh components where we run "asan" ones.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2024-01-17 14:53:08 +00:00
..
cmake_package update headers 2023-11-02 19:47:20 +00:00
cmake_package_install update headers 2023-11-02 19:47:20 +00:00
cmake_subproject update headers 2023-11-02 19:47:20 +00:00
benchmark.c update headers 2023-11-02 19:47:20 +00:00
CMakeLists.txt Request C11 in CMake (but only for tests) 2024-01-17 14:02:40 +00:00
dlopen_demo.sh update headers 2023-11-02 19:47:20 +00:00
dlopen.c update headers 2023-11-02 19:47:20 +00:00
generate_cpp_dummy_build.sh update headers 2023-11-02 19:47:20 +00:00
metatest.c Separate memory poisoning tests from generic ASan 2024-01-17 14:53:08 +00:00
query_compile_time_config.c update headers 2023-11-02 19:47:20 +00:00
query_config.h update headers 2023-11-02 19:47:20 +00:00
query_included_headers.c update headers 2023-11-02 19:47:20 +00:00
selftest.c update headers 2023-11-02 19:47:20 +00:00
udp_proxy_wrapper.sh update headers 2023-11-02 19:47:20 +00:00
udp_proxy.c update headers 2023-11-02 19:47:20 +00:00
zeroize.c update headers 2023-11-02 19:47:20 +00:00