From 2965533b0829c090bf8d008919a7203ec0d979d5 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Thu, 30 Apr 2026 09:10:06 +0100 Subject: [PATCH] test: remove obsolete macro checks Signed-off-by: Yi Wu --- tests/scripts/components-basic-checks.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index a1d1b5756b..e5bb7c1e67 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -134,11 +134,6 @@ component_check_test_dependencies () { # Expected ones with justification - keep in sorted order! rm -f $expected - # Temporary, see https://github.com/Mbed-TLS/mbedtls/issues/10618 - echo "MBEDTLS_PKCS1_V15" >> $expected - echo "MBEDTLS_PKCS1_V21" >> $expected - # Temporary, see https://github.com/Mbed-TLS/mbedtls/issues/10619 - echo "MBEDTLS_RSA_C" >> $expected # Acceptable: these are light wrappers around official PSA_WANT macros, # to hide the fact that ECDSA could be randomized or deterministic. echo "PSA_HAVE_ALG_ECDSA_SIGN" >> $expected