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). |
mguetschow
left a comment
There was a problem hiding this comment.
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:
testfolder from the SE tests. This way they will still be built (to test build configurations), but not run anymore.Testing procedure
Run
psa_crypto_ecdsaandpsa_crypto_eddsawithout runtime errors.Issues/PRs references
Alternative fix for #20152 and #20150