File: skip-cross-validate-constants.diff

package info (click to toggle)
rust-gstreamer-audio-sys 0.24.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 456 kB
  • sloc: makefile: 2; ansic: 1
file content (19 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Forwarded: not-needed
--- a/tests/abi.rs
+++ b/tests/abi.rs
@@ -116,6 +116,7 @@
 
 #[test]
 #[cfg(not(target_arch = "s390x"))]
+#[ignore = "this causes mismatches with Debian's gstreamer, so we ignore it"]
 fn cross_validate_constants_with_c() {
     let mut c_constants: Vec<(String, String)> = Vec::new();
 
@@ -150,6 +151,7 @@
 }
 
 #[test]
+#[ignore = "this causes mismatches with Debian's gstreamer, so we ignore it"]
 fn cross_validate_layout_with_c() {
     let mut c_layouts = Vec::new();