From ab0494f19335b09183d1cee6aa1de58e5e755077 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 28 Dec 2023 13:56:13 +0100 Subject: [PATCH] analyze_outcomes: update comments of skipped tests Signed-off-by: Valerio Setti --- tests/scripts/analyze_outcomes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 7dc6afe3ca..277ea73629 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -566,12 +566,13 @@ KNOWN_TASKS = { re.compile(r'CAMELLIA-\d+[- ]CCM\*-NO-TAG .*'), ], 'test_suite_error': [ - # Following tests require AES_C which is disabled in the accelerated component + # Following tests depend on AES_C but are not about them + # really, just need to know some error code is there. 'Single low error', 'Low and high error', ], 'test_suite_version': [ - # Following tests require AES_C which is disabled in the accelerated component + # Similar to test_suite_error above. 'Check for MBEDTLS_AES_C when already present', ], 'test_suite_platform': [