Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check test dependencies for typos #2833

Open
gilles-peskine-arm opened this issue Sep 12, 2019 · 1 comment
Open

Check test dependencies for typos #2833

gilles-peskine-arm opened this issue Sep 12, 2019 · 1 comment
Labels

Comments

@gilles-peskine-arm
Copy link
Contributor

Description

  • Type: Enhancement
  • Priority: Major

Enhancement

If there's a typo in a test dependency (depends_on:MBEDTLS_xxx in a .function or .data file), the test will never be executed. Example: #2782

This is a job for check-names.sh.

@yanesca yanesca added the good-first-issue Good for newcomers label Mar 16, 2020
@gilles-peskine-arm
Copy link
Contributor Author

#2691 would make this somewhat less useful. #2691 checks that all test cases are executed at least once in a CI run, which catches misspelled test dependencies that cause a test never to be enabled. However, it requires a full CI run; it would be nice to catch typos earlier. Furthermore it isn't completed yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants