mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Tidy up allow list definition
* Don't break string literals in the allow list definition * Comment each test that belongs to the allow list is there. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
@@ -184,9 +184,10 @@ TASKS = {
|
|||||||
'test_function': do_analyze_coverage,
|
'test_function': do_analyze_coverage,
|
||||||
'args': {
|
'args': {
|
||||||
'allow_list': [
|
'allow_list': [
|
||||||
'test_suite_psa_crypto_metadata;Asymmetric signature: '
|
# Algorithm not supported yet
|
||||||
'pure EdDSA',
|
'test_suite_psa_crypto_metadata;Asymmetric signature: pure EdDSA',
|
||||||
'test_suite_psa_crypto_metadata;Cipher: XTS'
|
# Algorithm not supported yet
|
||||||
|
'test_suite_psa_crypto_metadata;Cipher: XTS',
|
||||||
],
|
],
|
||||||
'full_coverage': False,
|
'full_coverage': False,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user