mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-26 15:07:59 +08:00
analyze_outcomes: allow ignored test suites to have a dot in the name
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
45c84feacc
commit
9afa329b80
@ -150,7 +150,7 @@ def analyze_driver_vs_reference(results: Results, outcomes: Outcomes,
|
|||||||
# but issue an error if they're not (means we have a bad entry).
|
# but issue an error if they're not (means we have a bad entry).
|
||||||
ignored = False
|
ignored = False
|
||||||
if full_test_suite in ignored_tests:
|
if full_test_suite in ignored_tests:
|
||||||
for str_or_re in ignored_tests[test_suite]:
|
for str_or_re in ignored_tests[full_test_suite]:
|
||||||
if name_matches_pattern(test_string, str_or_re):
|
if name_matches_pattern(test_string, str_or_re):
|
||||||
ignored = True
|
ignored = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user