File: skip-cross-validate.diff

package info (click to toggle)
rust-graphene-sys 0.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 31; ansic: 1
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/tests/abi.rs
+++ b/tests/abi.rs
@@ -148,6 +148,7 @@
 }
 
 #[test]
+#[cfg(not(any(target_arch = "arm", target_arch = "x86", target_arch = "s390x")))]
 fn cross_validate_layout_with_c() {
     let mut c_layouts = Vec::new();