Codebase list rust-libslirp / 8f23c27
object - mark tests that don't include the "read" feature as broken. Peter Michael Green 2 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 * Drop rustc-dep-of-std feature.
66 * Use collapse_features = true, the extra dependencies are relatively
77 minimal.
8 * Mark as broken tests that do not enable the "read" feature.
9 (debcargo now runs most tests with no-default-features)
810
911 -- Peter Michael Green <plugwash@debian.org> Tue, 02 Nov 2021 00:51:52 +0000
1012
55
66 collapse_features = true
77
8 # Tests seem to fail if the "read" feature (included in the default features) is not enabled
9 [packages.lib]
10 test_is_broken = true
11
12 [packages."lib+default"]
13 test_is_broken = false
14
15 [packages."lib+read"]
16 test_is_broken = false
17
18 [packages."lib+all"]
19 test_is_broken = false
20
821 # The auto-generated summary is too long.
922 summary = "Object file formats parsing interface"