[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/75: gnu: go-1.21.5: Skip test failing with gcc-14.
From: |
guix-commits |
Subject: |
24/75: gnu: go-1.21.5: Skip test failing with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:30 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 7638adcb1c6f3b9610ab6db9aabeec09052ef8e6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 10:44:34 2024 +0100
gnu: go-1.21.5: Skip test failing with gcc-14.
* gnu/packages/golang.scm (go-1.21)[arguments]: Add "remove-failing-test"
phase.
Change-Id: Ie12c23c41f82e752cad8b4f7f2689628f05670af
---
gnu/packages/golang.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fe26adeede..d40c6b22a8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -883,6 +883,13 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(substitute* "src/cmd/go/testdata/script/cgo_path_space.txt"
(("/bin/sh") (which "sh")))))
+ (add-after 'unpack 'remove-failing-test
+ (lambda _
+ ;; This test fails with newer gcc's
+ ;; https://github.com/golang/go/issues/57691
+ (substitute* "src/cmd/cgo/internal/testsanitizers/asan_test.go"
+ ((".*arena_fail.*") ""))))
+
(add-after 'enable-external-linking 'enable-external-linking-1.21
(lambda _
;; Invoke GCC to link any archives created with GCC (that is,
- 36/75: gnu: texlive-xdvi-bin: Fix build with gcc-14., (continued)
- 36/75: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/15
- 37/75: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/15
- 42/75: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 51/75: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 57/75: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 58/75: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/15
- 05/75: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 13/75: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 02/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 22/75: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 24/75: gnu: go-1.21.5: Skip test failing with gcc-14.,
guix-commits <=
- 25/75: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 43/75: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 46/75: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15
- 40/75: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/75: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 39/75: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 67/75: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/15
- 55/75: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 56/75: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 41/75: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15