Codebase list rust-serde-xml-rs / 606cd6b
bitflags - disable compile-fail tests. Peter Michael Green 2 years ago
5 changed file(s) with 40 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-bitflags (1.3.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bitflags 1.3.2 from crates.io using debcargo 2.5.0
4 * disable compile-fail tests, they fail with a permission denied error.
5 in the autopkgtest environment.
6
7 -- Peter Michael Green <plugwash@debian.org> Fri, 11 Feb 2022 00:49:23 +0000
8
09 rust-bitflags (1.3.2-1) unstable; urgency=medium
110
211 * Team upload.
88
99 Files: debian/*
1010 Copyright:
11 2018-2019 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2022 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018-2019 Ximin Luo <infinity0@debian.org>
1313 License: MIT or Apache-2.0
1414
2727
2828 Files: debian/*
2929 Copyright:
30 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2021 Ximin Luo <infinity0@debian.org>
30 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2022 Ximin Luo <infinity0@debian.org>
3232 License: MIT or Apache-2.0
3333
3434 License: Apache-2.0
0 disable compile-fail tests, they fail with a permission denied error.
1 in the autopkgtest environment.
2 Index: bitflags/tests/compile.rs
3 ===================================================================
4 --- bitflags.orig/tests/compile.rs
5 +++ bitflags/tests/compile.rs
6 @@ -7,13 +7,13 @@ use std::{
7
8 use walkdir::WalkDir;
9
10 -#[test]
11 -fn fail() {
12 - prepare_stderr_files("tests/compile-fail").unwrap();
13 -
14 - let t = trybuild::TestCases::new();
15 - t.compile_fail("tests/compile-fail/**/*.rs");
16 -}
17 +//#[test]
18 +//fn fail() {
19 +// prepare_stderr_files("tests/compile-fail").unwrap();
20 +//
21 +// let t = trybuild::TestCases::new();
22 +// t.compile_fail("tests/compile-fail/**/*.rs");
23 +//}
24
25 #[test]
26 fn pass() {
0 disable-tests-permission-denied.patch