Codebase list rust-stfu8 / 8773686
bindgen: mark tests for "runtime" and "static" featuresets as broken. Peter Michael Green 3 years ago
2 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-bindgen (0.55.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bindgen 0.55.1 from crates.io using debcargo 2.4.3
4 * Mark tests for "runtime" and "static" featuresets as broken
5 (Downgrads: 973387)
6
7 -- Peter Michael Green <plugwash@debian.org> Sat, 31 Oct 2020 15:31:54 +0000
8
09 rust-bindgen (0.55.1-2) unstable; urgency=medium
110
211 * Team upload.
2121 test_is_broken = true
2222 [packages."lib+which"]
2323 test_is_broken = true
24
25 # fails in the same way as other featuresets, looks like a broken test
26 # rather than actual broken code.
27 [packages."lib+runtime"]
28 test_is_broken = true
29
30 # fails to find static libclang, probablly an issue in rust-clang-sys
31 # and/or libclang-9-dev, but for now having this block testin migration
32 # is doing more harm than good
33 # see https://bugs.debian.org/973387
34 [packages."lib+static"]
35 test_is_broken = true