-
Notifications
You must be signed in to change notification settings - Fork 52
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
Revert addition of ecdsa test #189
Conversation
Revert the addition of ecdsa test, as it seems that CI still fails. Resolves ARMmbed#184.
Note that #194 reworks the benchmark example to address this problem (among others) |
I would also opt for Andres' solution, than for disabling the tests. |
I agree, and when I removed the ECDSA disabling, the tests worked for me, however ,in CI, the tests failed for the same board |
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.
I ran benchmark application from this PR against ARM, GCC_ARM and IAR compiler locally, on my K64F board and I confirm that I don't observe any issues in such setups.
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.
I always prefer fixing things rather than disabling them, but the PR itself is OK.
retest |
@sbutcher-arm Do we need this merged, assuming #194 will fix the memory issues? |
Revert the addition of ecdsa test, as it seems that CI still fails.
Resolves #184.