From 53dfc2584f2fac9c398ebd3b4e9b8ba9997fb3f5 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 6 May 2024 08:09:16 +0200 Subject: [PATCH] Add read_interface_sio to be excluded when using the Address sanitizer --- tests/CTestCustom.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/CTestCustom.cmake b/tests/CTestCustom.cmake index 18e8ddd7c..3c660068a 100644 --- a/tests/CTestCustom.cmake +++ b/tests/CTestCustom.cmake @@ -74,13 +74,12 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ set(CTEST_CUSTOM_TESTS_IGNORE ${CTEST_CUSTOM_TESTS_IGNORE} - write_sio read_sio read_and_write_sio write_timed_sio read_timed_sio - write_frame_sio read_frame_sio + read_interface_sio read_frame_legacy_sio read_and_write_frame_sio )