feat: ported to Vita target #197
Merged
Cirrus CI / test (x86_64-unknown-netbsd)
failed
Apr 20, 2024 in 1m 17s
Task Summary
Instruction test failed in 00:25
Details
✅ 00:00 clone
✅ 00:48 setup
❌ 00:25 test
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
�[1m�[32m Running�[0m tests/other_modes.rs (target/debug/deps/other_modes-898672ae5ef25f89)
running 3 tests
test edge_oneshot_triggered ... ok
test level_triggered ... ok
test edge_triggered ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
�[1m�[32m Running�[0m tests/precision.rs (target/debug/deps/precision-d9231eaec3a37ceb)
running 2 tests
test below_ms ... ok
test above_ms ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.27s
�[1m�[32m Running�[0m tests/timeout.rs (target/debug/deps/timeout-930e96a02d5c90f0)
running 2 tests
test non_blocking ... ok
test twice ... FAILED
failures:
---- twice stdout ----
thread 'twice' panicked at tests/timeout.rs:16:9:
assertion failed: elapsed >= Duration::from_secs(1)
stack backtrace:
0: rust_begin_unwind
at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/std/src/panicking.rs:647:5
1: core::panicking::panic_fmt
at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:72:14
2: core::panicking::panic
at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/panicking.rs:144:5
3: timeout::twice
at ./tests/timeout.rs:16:9
4: timeout::twice::{{closure}}
at ./tests/timeout.rs:7:15
5: core::ops::function::FnOnce::call_once
at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5
6: core::ops::function::FnOnce::call_once
at /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
failures:
twice
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
�[1m�[31merror�[0m�[1m:�[0m test failed, to rerun pass `--test timeout`
Exit status: 101
Loading