mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 08:31:33 +08:00
analyze_outcomes.py: remove exceptions for MBEDTLS_DHM_C
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
eb63eb2a6a
commit
461899e382
@ -474,7 +474,7 @@ class DriverVSReference_ecc_ffdh_no_bignum(outcome_analysis.DriverVSReference):
|
|||||||
DRIVER = 'test_psa_crypto_config_accel_ecc_ffdh_no_bignum'
|
DRIVER = 'test_psa_crypto_config_accel_ecc_ffdh_no_bignum'
|
||||||
IGNORED_SUITES = [
|
IGNORED_SUITES = [
|
||||||
# Modules replaced by drivers
|
# Modules replaced by drivers
|
||||||
'ecp', 'ecdsa', 'ecdh', 'ecjpake', 'dhm',
|
'ecp', 'ecdsa', 'ecdh', 'ecjpake',
|
||||||
'bignum_core', 'bignum_random', 'bignum_mod', 'bignum_mod_raw',
|
'bignum_core', 'bignum_random', 'bignum_mod', 'bignum_mod_raw',
|
||||||
'bignum.generated', 'bignum.misc',
|
'bignum.generated', 'bignum.misc',
|
||||||
# Unit tests for the built-in implementation
|
# Unit tests for the built-in implementation
|
||||||
@ -483,7 +483,6 @@ class DriverVSReference_ecc_ffdh_no_bignum(outcome_analysis.DriverVSReference):
|
|||||||
IGNORED_TESTS = {
|
IGNORED_TESTS = {
|
||||||
'test_suite_config': [
|
'test_suite_config': [
|
||||||
re.compile(r'.*\bMBEDTLS_BIGNUM_C\b.*'),
|
re.compile(r'.*\bMBEDTLS_BIGNUM_C\b.*'),
|
||||||
re.compile(r'.*\bMBEDTLS_DHM_C\b.*'),
|
|
||||||
re.compile(r'.*\bMBEDTLS_(ECDH|ECDSA|ECJPAKE|ECP)_.*'),
|
re.compile(r'.*\bMBEDTLS_(ECDH|ECDSA|ECJPAKE|ECP)_.*'),
|
||||||
re.compile(r'.*\bMBEDTLS_PK_PARSE_EC_COMPRESSED\b.*'),
|
re.compile(r'.*\bMBEDTLS_PK_PARSE_EC_COMPRESSED\b.*'),
|
||||||
],
|
],
|
||||||
@ -516,11 +515,7 @@ class DriverVSReference_ecc_ffdh_no_bignum(outcome_analysis.DriverVSReference):
|
|||||||
class DriverVSReference_ffdh_alg(outcome_analysis.DriverVSReference):
|
class DriverVSReference_ffdh_alg(outcome_analysis.DriverVSReference):
|
||||||
REFERENCE = 'test_psa_crypto_config_reference_ffdh'
|
REFERENCE = 'test_psa_crypto_config_reference_ffdh'
|
||||||
DRIVER = 'test_psa_crypto_config_accel_ffdh'
|
DRIVER = 'test_psa_crypto_config_accel_ffdh'
|
||||||
IGNORED_SUITES = ['dhm']
|
|
||||||
IGNORED_TESTS = {
|
IGNORED_TESTS = {
|
||||||
'test_suite_config': [
|
|
||||||
re.compile(r'.*\bMBEDTLS_DHM_C\b.*'),
|
|
||||||
],
|
|
||||||
'test_suite_platform': [
|
'test_suite_platform': [
|
||||||
# Incompatible with sanitizers (e.g. ASan). If the driver
|
# Incompatible with sanitizers (e.g. ASan). If the driver
|
||||||
# component uses a sanitizer but the reference component
|
# component uses a sanitizer but the reference component
|
||||||
|
Loading…
x
Reference in New Issue
Block a user