David Horstmann 1b421b1005 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 15:37:54 +00:00
..
cmake_subproject Update headers 2023-11-03 12:04:52 +00:00
benchmark.c Update headers 2023-11-03 12:04:52 +00:00
CMakeLists.txt programs/test/metatest indirectly includes library/common.h 2023-11-16 15:56:50 +01:00
dlopen_demo.sh Update headers 2023-11-03 12:04:52 +00:00
dlopen.c Update headers 2023-11-03 12:04:52 +00:00
generate_cpp_dummy_build.sh Update headers 2023-11-03 12:04:52 +00:00
metatest.c Separate memory poisoning tests from generic ASan 2024-01-17 15:37:54 +00:00
query_compile_time_config.c Update headers 2023-11-03 12:04:52 +00:00
query_config.c Add new config option to generated files 2023-12-20 15:23:04 +00:00
query_config.h Update headers 2023-11-03 12:04:52 +00:00
selftest.c Update headers 2023-11-03 12:04:52 +00:00
udp_proxy_wrapper.sh Update headers 2023-11-03 12:04:52 +00:00
udp_proxy.c Update headers 2023-11-03 12:04:52 +00:00
zeroize.c Update headers 2023-11-03 12:04:52 +00:00