diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 2412c60f1..fa82733ed 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2026,7 +2026,7 @@ config_psa_crypto_config_ecdsa_use_psa () { scripts/config.py unset MBEDTLS_ECDSA_C fi # Disable things that depend on it - # TODO: make these work + # TODO: make these work - #6862 scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED } @@ -2074,8 +2074,7 @@ component_test_psa_crypto_config_accel_ecdsa_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDSA + USE_PSA" make test - # TODO: ssl-opt.sh (currently doesn't pass) - # TODO: is some subset of compat.sh needed? + # TODO: ssl-opt.sh (currently doesn't pass) - #6861 } # Keep in sync with component_test_psa_crypto_config_accel_ecdsa_use_psa. @@ -2094,7 +2093,7 @@ component_test_psa_crypto_config_reference_ecdsa_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDSA + USE_PSA" make test - # TODO: ssl-opt.sh (when the accel component is ready) + # TODO: ssl-opt.sh (when the accel component is ready) - #6861 } component_test_psa_crypto_config_accel_ecdh () { diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 482d64e7c..eeded5f62 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -164,14 +164,14 @@ TASKS = { 'ecdsa', # the software implementation that's excluded # the following lines should not be needed, # they will be removed by upcoming work - 'psa_crypto_se_driver_hal', - 'random', - 'ecp', - 'pk', - 'x509parse', - 'x509write', - 'debug', - 'ssl', + 'psa_crypto_se_driver_hal', # #6856 + 'random', # #6856 + 'ecp', # #6856 + 'pk', # #6857 + 'x509parse', # #6858 + 'x509write', # #6858 + 'debug', # #6860 + 'ssl', # #6860 ]}}, }