[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/61: gnu: go-1.21.5: Skip test failing with gcc-14.
From: |
guix-commits |
Subject: |
26/61: gnu: go-1.21.5: Skip test failing with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:41:59 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 25d2f5095e46f1b0c4674e9b27706b4145a1fb28
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,
- 48/61: gnu: pth: Fix build with gcc-14., (continued)
- 48/61: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/12
- 31/61: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/12
- 09/61: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/12
- 01/61: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/12
- 14/61: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/12
- 16/61: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/12
- 19/61: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/12
- 18/61: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/12
- 23/61: gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12
- 25/61: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/12
- 26/61: gnu: go-1.21.5: Skip test failing with gcc-14.,
guix-commits <=
- 29/61: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/12
- 27/61: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 28/61: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/12
- 32/61: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 33/61: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/12
- 34/61: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12
- 35/61: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/12
- 36/61: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/12
- 37/61: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/12
- 38/61: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12