[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
402/470: gnu: gtk+-2: Skip two more tests.
From: |
guix-commits |
Subject: |
402/470: gnu: gtk+-2: Skip two more tests. |
Date: |
Thu, 16 Mar 2023 03:02:25 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 4dd4de69896004ef13cbfaf9db83a3915a3b6db0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 01:24:19 2023 +0200
gnu: gtk+-2: Skip two more tests.
* gnu/packages/gtk.scm (gtk+-2)[arguments]: In the 'disable-failing-tests
phase skip two xpm tests.
---
gnu/packages/gtk.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c8ad0f16bd..ae3176dc42 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1048,7 +1048,10 @@ is part of the GNOME accessibility project.")
(substitute* "gtk/tests/recentmanager.c"
(("g_test_add_func \\(\"/recent-manager.*;") ""))
(substitute* "gtk/tests/defaultvalue.c"
- (("return g_test_run\\(\\);") ""))))
+ (("return g_test_run\\(\\);") ""))
+ (substitute* "gtk/tests/textbuffer.c"
+ ((".*/TextBuffer/Fill and Empty.*") "")
+ ((".*/TextBuffer/Tag.*") ""))))
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.
- 229/470: gnu: Add rust-toml-test-0.3., (continued)
- 229/470: gnu: Add rust-toml-test-0.3., guix-commits, 2023/03/16
- 230/470: gnu: Add rust-toml-edit-0.18., guix-commits, 2023/03/16
- 259/470: gnu: rust-futures-0.3: Update to 0.3.26., guix-commits, 2023/03/16
- 237/470: gnu: Add rust-rcgen-0.8., guix-commits, 2023/03/16
- 304/470: gnu: Add rust-proptest-derive-0.3., guix-commits, 2023/03/16
- 335/470: gnu: rust-imgref-1: Update to 1.9.4., guix-commits, 2023/03/16
- 338/470: gnu: Add rust-ravif-0.8., guix-commits, 2023/03/16
- 424/470: gnu: Add rust-nu-ansi-term-0.46., guix-commits, 2023/03/16
- 379/470: gnu: Remove rust-lexical-5., guix-commits, 2023/03/16
- 396/470: gnu: gtk+-2: Remove trailing #t from phases., guix-commits, 2023/03/16
- 402/470: gnu: gtk+-2: Skip two more tests.,
guix-commits <=
- 412/470: gnu: Add rust-jemallocator-0.5., guix-commits, 2023/03/16
- 415/470: gnu: rust-nix-0.26: Update to 0.26.2., guix-commits, 2023/03/16
- 442/470: gnu: rust-fixedbitset-0.4: Update to 0.4.2., guix-commits, 2023/03/16
- 444/470: gnu: rust-ring-0.14: Remove pregenerated files., guix-commits, 2023/03/16
- 450/470: gnu: Add rust-aes-ctr-0.6., guix-commits, 2023/03/16
- 456/470: gnu: rust-1.55: Remove bundled libraries., guix-commits, 2023/03/16
- 457/470: gnu: rust-1.61: Remove riscv64-linux jemalloc workaround., guix-commits, 2023/03/16
- 467/470: gnu: sniffglue: Add missing input., guix-commits, 2023/03/16
- 180/470: gnu: Add rust-hkdf-0.12., guix-commits, 2023/03/16
- 422/470: gnu: Add rust-test-case-macros-2., guix-commits, 2023/03/16