-
Notifications
You must be signed in to change notification settings - Fork 3k
Pin name tests update #14704
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
Pin name tests update #14704
Conversation
@jeromecoutant, thank you for your changes. |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please complete review of the changes to move the PR forward. Thank you for your contributions. |
@@ -26,7 +26,7 @@ Requirements specified in docs/design-documents/hal/0004-pin-names-general-guide | |||
|
|||
#ifndef LED1 | |||
#error [NOT_SUPPORTED] Target is not following mbed-os pin names standard // Test is set as Skipped | |||
// #error [NOT_SUPPORTED] Target is not following mbed-os pin names standard // Test is set as Error | |||
// #error Target is not following mbed-os pin names standard // Test is set as Error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we just remove this line completely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During this test creation, idea was to set this test as error as pin names standard is mandatory.
After discussion with @MarceloSalazar test has been set as skipped (NOT_SUPPORTED) waiting for targets migration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is an error (line 28) that we can fix later. we do not need to have this commented out code (line 29) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
45cca78
to
4abefe5
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Minor updates:
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers