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
failures:
---- event::test::test_from_ll_keymod_keydown_unknown_bits stdout ----
thread 'event::test::test_from_ll_keymod_keydown_unknown_bits' panicked at src/sdl3/event.rs:2978:10:
called `Option::unwrap()` on a `None` valuenote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace---- event::test::test_from_ll_keymod_keyup_unknown_bits stdout ----thread 'event::test::test_from_ll_keymod_keyup_unknown_bits' panicked at src/sdl3/event.rs:3005:10:called `Option::unwrap()` on a `None` value---- event::test::test_to_from_ll stdout ----thread 'event::test::test_to_from_ll' panicked at src/sdl3/event.rs:2763:55:called `Option::unwrap()` on a `None` valuefailures: event::test::test_from_ll_keymod_keydown_unknown_bits event::test::test_from_ll_keymod_keyup_unknown_bits event::test::test_to_from_lltest result: FAILED. 32 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
I don't understand enough to fix this one. Anyone know?
john@DESKTOP-SJV22UD:~/sdl3-rs$ uname -a
Linux DESKTOP-SJV22UD 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
cargo test
gives:I don't understand enough to fix this one. Anyone know?
The text was updated successfully, but these errors were encountered: