Codebase list rust-stfu8 / 92bf6ca
calloop: Ignore insert_source_no_interest test James McCoy 1 year, 11 months ago
3 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-calloop (0.9.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package calloop 0.9.3 from crates.io using debcargo 2.5.0
3 * Ignore insert_source_no_interest test, since it fails when stdin is
4 redirected.
5
6 -- James McCoy <jamessan@debian.org> Wed, 08 Jun 2022 07:37:19 -0400
7
08 rust-calloop (0.9.3-1) unstable; urgency=medium
19
210 * Package calloop 0.9.3 from crates.io using debcargo 2.5.0
0 Subject: Disable insert_source_no_interest test
1 If stdin is redirected/closed, as is the case on ci.debian.net, the test fails.
2 Bug: https://github.com/Smithay/calloop/issues/96
3 ---
4 --- a/src/loop_logic.rs
5 +++ b/src/loop_logic.rs
6 @@ -611,6 +611,7 @@ mod tests {
7 }
8
9 #[test]
10 + #[ignore]
11 fn insert_source_no_interest() {
12 let event_loop = EventLoop::<()>::try_new().unwrap();
13 let ret = event_loop.handle().insert_source(
00 relax-deps.diff
1 disable-failing-test.diff