-
Notifications
You must be signed in to change notification settings - Fork 3k
Test set for critical section #5201
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
Conversation
a3e4aba
to
d82eb7a
Compare
bump for review prior the upcoming weekend :) |
It's blocked and may spark creation of new critical section HAL API. I'm guessing we should hold on till #5198 is resolved. |
@maciejbocianski we can move this along to remove from this patch the lines that are causing the behavior we do not have covered. |
@maciejbocianski I would stash it somewhere on the branch, not leaving deadcode in the codebase (we got version control for that :) ) , just just add a commit removing them and we revert it once we have API specified @bulislaw What do you think about the above proposal? |
@scartmell-arm is working on critical section HAL, lets hold on with the tests till it's ready. |
This might get trackion once #5346 gets integrated |
5c8383e
to
1c14636
Compare
0480892
to
710e6ca
Compare
710e6ca
to
d747f1f
Compare
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.
Didn't the tests require a header file comes with it?
I think it's required for HAL tests only |
It might be good to have it as a requirement for new tests? Shall be discussed apart from this PR, but would be nice to have alignment for tests documentation. |
/morph build |
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.
Looks good to me, if the platform API test does not require a header file.
/morph build |
Build : SUCCESSBuild number : 916 Triggering tests/morph test |
Test : SUCCESSBuild number : 758 |
Exporter Build : FAILUREBuild number : 600 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 609 |
/morph uvisor-test |
Description
New test suite for critical section
Status
READY
Blocked by
#5346Related PRs
#5346 - Add Critical Section HAL API specification