mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
analyze_outcomes: update comments of skipped tests
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -566,12 +566,13 @@ KNOWN_TASKS = {
|
|||||||
re.compile(r'CAMELLIA-\d+[- ]CCM\*-NO-TAG .*'),
|
re.compile(r'CAMELLIA-\d+[- ]CCM\*-NO-TAG .*'),
|
||||||
],
|
],
|
||||||
'test_suite_error': [
|
'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',
|
'Single low error',
|
||||||
'Low and high error',
|
'Low and high error',
|
||||||
],
|
],
|
||||||
'test_suite_version': [
|
'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',
|
'Check for MBEDTLS_AES_C when already present',
|
||||||
],
|
],
|
||||||
'test_suite_platform': [
|
'test_suite_platform': [
|
||||||
|
Reference in New Issue
Block a user