File: ignore-arch-specific-size-test.patch

package info (click to toggle)
rust-prost-reflect 0.15.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,180 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/src/dynamic/mod.rs
+++ b/src/dynamic/mod.rs
@@ -1196,6 +1196,7 @@
 }
 
 #[test]
+#[ignore = "does not handle non 64-bit architectures"]
 fn type_sizes() {
     assert_eq!(std::mem::size_of::<DynamicMessage>(), 40);
     assert_eq!(std::mem::size_of::<Value>(), 56);