-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tests/sys/psa_crypto*: Fix failing tests #20178
tests/sys/psa_crypto*: Fix failing tests #20178
Conversation
The CI doesn't like your commit messages (too long to display on a VT100 from 1978). |
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.
LGTM, thanks for fixing!
This still needs to be addressed. The first line of the commit message cannot exceed 80 chars. Please squash at will. |
Sorry, my bad. In fact, 72 chars. I assume this is to allow |
I saw, if everything's fine I'm going to squash them anyways |
d35e88c
to
3458971
Compare
Ugg not this again. It seems you have to chase the memory increases. I enabled run hardware tests but maybe we also need to do the hack in the |
Couldn't you use Edit: there's actually also a Makefile target, so |
Yup, we also want to run the hardware tests as well. |
3458971
to
359cacd
Compare
Thanks @Einhornhool and @maribu for going pushing this forward! |
Note that on the long term we should still find a better solution. E.g. one of those:
|
Contribution description
PSA Crypto tests fail because of multiple issuse:
test
folder from the SE tests. This way they will still be built (to test build configurations), but not run anymore.Testing procedure
Run
psa_crypto_ecdsa
andpsa_crypto_eddsa
without runtime errors.Issues/PRs references
Alternative fix for #20152 and #20150