Skip to content
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

test failures #104

Open
jagprog5 opened this issue Feb 10, 2025 · 0 comments
Open

test failures #104

jagprog5 opened this issue Feb 10, 2025 · 0 comments

Comments

@jagprog5
Copy link
Contributor

cargo test gives:

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` value
note: 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` value


failures:
    event::test::test_from_ll_keymod_keydown_unknown_bits
    event::test::test_from_ll_keymod_keyup_unknown_bits
    event::test::test_to_from_ll

test 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant