-
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/pkg_libschc: Failing test_reassemble_success_ack_always #19445
Comments
I did an update of
It looks like it missed the hex 1 in 17 51 FE 80 which makes me think it is a bit of a printing issue. This means it is either a problem with the Now, this passes on native and the goal of the test, I suppose, is to test a purely software based module. We could say that the failing is not due to the test itself, but some side effect that we currently lack a test to catch. If this is the case we can keep this issue open and use I know you are a busy woman but maybe @miri64 can take a quick peek to confirm or deny my assumptions. |
I don't think |
It also fails on the |
Description
Some of the test cases in
tests/pkg_libschc
seem to be failingSteps to reproduce the issue
BOARD=nucleo-g474re make flash test -C tests/pkg_libschc
Expected results
...pass
Actual results
first run with nucleo-g474re
second run
with dumb sleeps
Versions
docker
The text was updated successfully, but these errors were encountered: