You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah for some reason assert_eq doesn't work with big(ish?) arrays very well. I'm not sure if this is a probe-rs issue (i.e. the test ends up timing out, or something like that), we already have issues with semihosting-printing out messages getting cut off.
Repro:
Force a test to fail on
assert_eq!
- e.g.And run it - e.g.
cargo xtask run-tests esp32c6 -t aes
- execution will stall after printing the errorusing
defmt::assert_eq!
either directly or by adding ause defmt::*;
beforeuse super::*;
makes it work as expectedThe text was updated successfully, but these errors were encountered: