-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
Description
We have 1420 duplicated test case descriptions, i.e. two test cases in the same test suite that have the exact same description.
This doesn't break any tooling yet, but it makes the outcome file introduced by Mbed-TLS/mbedtls#2843 imprecise. It also makes it hard to figure out which test case is failing when looking at logs.
Mbed-TLS/mbedtls#2843 adds a script tests/scripts/check-test-cases.py that checks this issue and fixes the problem in the tests that are present in mbedtls/development.
Issue request type
[ ] Question
[ ] Enhancement
[x] Bug