mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Generate handshake defragmentation test cases: update analyze_outcomes
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -34,6 +34,13 @@ class CoverageTask(outcome_analysis.CoverageTask):
|
|||||||
re.DOTALL)
|
re.DOTALL)
|
||||||
|
|
||||||
IGNORED_TESTS = {
|
IGNORED_TESTS = {
|
||||||
|
'handshake-generated': [
|
||||||
|
# Temporary disable Handshake defragmentation tests until mbedtls
|
||||||
|
# pr #10011 has been merged.
|
||||||
|
'Handshake defragmentation on client: len=4, TLS 1.2',
|
||||||
|
'Handshake defragmentation on client: len=5, TLS 1.2',
|
||||||
|
'Handshake defragmentation on client: len=13, TLS 1.2'
|
||||||
|
],
|
||||||
'ssl-opt': [
|
'ssl-opt': [
|
||||||
# We don't run ssl-opt.sh with Valgrind on the CI because
|
# We don't run ssl-opt.sh with Valgrind on the CI because
|
||||||
# it's extremely slow. We don't intend to change this.
|
# it's extremely slow. We don't intend to change this.
|
||||||
@ -50,11 +57,6 @@ class CoverageTask(outcome_analysis.CoverageTask):
|
|||||||
# TLS doesn't use restartable ECDH yet.
|
# TLS doesn't use restartable ECDH yet.
|
||||||
# https://github.com/Mbed-TLS/mbedtls/issues/7294
|
# https://github.com/Mbed-TLS/mbedtls/issues/7294
|
||||||
re.compile(r'EC restart:.*no USE_PSA.*'),
|
re.compile(r'EC restart:.*no USE_PSA.*'),
|
||||||
# Temporary disable Handshake defragmentation tests until mbedtls
|
|
||||||
# pr #10011 has been merged.
|
|
||||||
'Handshake defragmentation on client: len=4, TLS 1.2',
|
|
||||||
'Handshake defragmentation on client: len=5, TLS 1.2',
|
|
||||||
'Handshake defragmentation on client: len=13, TLS 1.2'
|
|
||||||
],
|
],
|
||||||
'test_suite_config.mbedtls_boolean': [
|
'test_suite_config.mbedtls_boolean': [
|
||||||
# Missing coverage of test configurations.
|
# Missing coverage of test configurations.
|
||||||
|
Reference in New Issue
Block a user