From ca9cfcaed95719591e7c678cb0e7337ce689feb3 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 4 Feb 2022 00:21:12 +0100 Subject: [PATCH] Stop CMake out of source tests running on 16.04 (continued) The race condition mentioned in the previous commit "Stop CMake out of source tests running on 16.04" has also been observed with test_cmake_as_subdirectory on 3.1 and can presumably happen on 2.28 as well. So skip it on Ubuntu 16.04 as well. Signed-off-by: Gilles Peskine --- tests/scripts/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index c07ef34f5..d70ed7738 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -3006,6 +3006,9 @@ component_test_cmake_as_subdirectory () { cd "$MBEDTLS_ROOT_DIR" unset MBEDTLS_ROOT_DIR } +support_test_cmake_as_subdirectory () { + support_test_cmake_out_of_source +} component_test_zeroize () { # Test that the function mbedtls_platform_zeroize() is not optimized away by