mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-21 19:20:56 +00:00
Remove sample ignore list elements for coverage
The ignore list for coverage only has two test cases out of ~10000 that are currently reported as not executed. This is a drop in the sea and not useful. Remove them so that the class can be used generically. A follow-up will construct a comprehensive ignore list. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
efe084b2ee
commit
38de3e5de1
@ -167,14 +167,6 @@ class CoverageTask(Task):
|
||||
# Test cases whose suite and description are matched by an entry in
|
||||
# IGNORED_TESTS are expected to be never executed.
|
||||
# All other test cases are expected to be executed at least once.
|
||||
IGNORED_TESTS = {
|
||||
'test_suite_psa_crypto_metadata': [
|
||||
# Algorithm not supported yet
|
||||
'Asymmetric signature: pure EdDSA',
|
||||
# Algorithm not supported yet
|
||||
'Cipher: XTS',
|
||||
],
|
||||
}
|
||||
|
||||
def __init__(self, options) -> None:
|
||||
super().__init__(options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user