File: 0002-tests-ignore-cross_validate_constants_with_c-test.patch

package info (click to toggle)
rust-atk-sys-0.18 0.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: makefile: 2; ansic: 1
file content (23 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Arnaud Ferraris <aferraris@debian.org>
Date: Thu, 6 Feb 2025 10:53:24 +0100
Subject: tests: ignore `cross_validate_constants_with_c` test

This is currently broken in Debian, due to the possibility of running
tests with a different version of the underlying library than the
version used to generate the bindings.
---
 tests/abi.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/abi.rs b/tests/abi.rs
index a25b925..82d18e3 100644
--- a/tests/abi.rs
+++ b/tests/abi.rs
@@ -112,6 +112,7 @@ impl Results {
 }
 
 #[test]
+#[ignore = "currently broken"]
 fn cross_validate_constants_with_c() {
     let mut c_constants: Vec<(String, String)> = Vec::new();