-
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
examples/micropython: floating point exception while testing on native #15870
Comments
I'm able to reproduce this locally with the test. My versions
|
when I ran this test without the python script it seems to pass :/ There might be a race condition. What I've noticed is that the timer seems to be fired way before than expected:
|
Hmm got another one. While running
|
Could this be related to #495? |
|
Sorry 😅. But now at least, there is a cross reference here as well 😁 |
duplicate of #495 |
Description
While running the test for the
examples/micropython
application on native, a floating point exception is raised. I tried building in Docker and I get the same issue. Current master pointing to 4509dc6.Steps to reproduce the issue
examples/micropython
fornative
make test
Expected results
Actual results
Versions
The text was updated successfully, but these errors were encountered: