Codebase list rust-serde-xml-rs / 7d2825a
gtk - fix autopkgtest. Peter Michael Green 2 years ago
5 changed file(s) with 30 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package gtk 0.14.3 from crates.io using debcargo 2.5.0 (Closes: 1002205)
4 * Disable test that requires a display.
5 * Mark tests for the "dox" feature as broken, from some searching it seems
6 the feature is only intended to be used when builing documentation, not
7 when actually compiling the package.
48
59 [ Henry-Nicolas Tourneur ]
610 * Package gtk 0.14.3 from crates.io using debcargo 2.4.4
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
22 collapse_features = true
3
4 # this feature seems to be intended for use only when
5 # building documentation, not when actually building executables
6 [packages."lib+dox"]
7 test_is_broken = true
0 Index: gtk/src/rt.rs
1 ===================================================================
2 --- gtk.orig/src/rt.rs
3 +++ gtk/src/rt.rs
4 @@ -149,7 +149,7 @@ pub fn main_quit() {
5 mod tests {
6 use crate::TEST_THREAD_WORKER;
7
8 - #[test]
9 + /*#[test]
10 fn init_should_acquire_default_main_context() {
11 TEST_THREAD_WORKER
12 .push(move || {
13 @@ -158,5 +158,5 @@ mod tests {
14 })
15 .expect("Failed to schedule a test call");
16 while TEST_THREAD_WORKER.unprocessed() > 0 {}
17 - }
18 + }*/
19 }
0 disable-tests-that-require-display