From d2da02b1ce13ac80d7cc65fe6c8a23c8398b717b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 6 Oct 2024 13:43:37 +0200 Subject: [PATCH] Remove obsolete exemptions from test case coverage Signed-off-by: Gilles Peskine --- tests/scripts/analyze_outcomes.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 43982ce810..9833d56cc1 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -85,12 +85,6 @@ class CoverageTask(outcome_analysis.CoverageTask): # TLS doesn't use restartable ECDH yet. # https://github.com/Mbed-TLS/mbedtls/issues/7294 re.compile(r'EC restart:.*no USE_PSA.*'), - # It seems that we don't run `ssl-opt.sh` with - # `MBEDTLS_USE_PSA_CRYPTO` enabled but `MBEDTLS_SSL_ASYNC_PRIVATE` - # disabled. - # https://github.com/Mbed-TLS/mbedtls/issues/9581 - 'Opaque key for server authentication: invalid key: decrypt with ECC key, no async', - 'Opaque key for server authentication: invalid key: ecdh with RSA key, no async', ], 'test_suite_config.mbedtls_boolean': [ # https://github.com/Mbed-TLS/mbedtls/issues/9583