mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-11 07:13:27 +00:00
Corrected header line of analyze_driver_vs_reference
The header line said “driver vs reference” whereas the error line said “reference -> driver”. Updated the header line to be consistent with the error line. Signed-off-by: Sam Berry <sam.berry@arm.com>
This commit is contained in:
parent
71b58180cd
commit
f231386f7f
@ -129,8 +129,8 @@ def name_matches_pattern(name: str, str_or_re) -> bool:
|
||||
def analyze_driver_vs_reference(results: Results, outcomes: Outcomes,
|
||||
component_ref: str, component_driver: str,
|
||||
ignored_suites: typing.List[str], ignored_tests=None) -> None:
|
||||
"""Check that all tests passing in the reference component are also
|
||||
passing in the corresponding driver component.
|
||||
"""Check that all tests passing in the driver component are also
|
||||
passing in the corresponding reference component.
|
||||
Skip:
|
||||
- full test suites provided in ignored_suites list
|
||||
- only some specific test inside a test suite, for which the corresponding
|
||||
|
Loading…
x
Reference in New Issue
Block a user