Codebase list rust-stfu8 / 670f50f
crossbeam-queue: set test-is-broken Peter Michael Green 4 years ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-crossbeam-queue (0.2.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package crossbeam-queue 0.2.1 from crates.io using debcargo 2.4.2
4 * Set test_is_broken = true
5 + the tests fail when neither the std or alloc featureset is enabled,
6 from reading the code my understanding is that with neither
7 featureset enabled the package is essentially useless and this
8 is by-design.
9
10 -- Peter Michael Green <plugwash@debian.org> Tue, 14 Apr 2020 13:22:44 +0000
11
012 rust-crossbeam-queue (0.2.1-1) unstable; urgency=medium
113
214 * Team upload.
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2
3 [packages.lib]
4 # tests fail when neither the std or alloc featureset is enabled,
5 # from reading the code my understanding is that with neither
6 # featureset enabled the package is essentially useless and this
7 # is by-design.
8 test_is_broken = true