[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/216: gnu: go-1.21.5: Skip test failing with gcc-14.
From: |
guix-commits |
Subject: |
24/216: gnu: go-1.21.5: Skip test failing with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:02 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 348be426539e629f888d8d62b188ede469e03bd1
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,
- 22/216: gnu: expect: Fix build with gcc-14., (continued)
- 22/216: gnu: expect: Fix build with gcc-14., guix-commits, 2025/01/04
- 21/216: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/04
- 27/216: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/04
- 29/216: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/04
- 39/216: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/04
- 46/216: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/04
- 51/216: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/01/04
- 77/216: gnu: vala-0.52: Fix build with gcc-14., guix-commits, 2025/01/04
- 83/216: gnu: xf86-video-nouveau: Fix build with gcc-14., guix-commits, 2025/01/04
- 20/216: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/04
- 24/216: gnu: go-1.21.5: Skip test failing with gcc-14.,
guix-commits <=
- 26/216: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/01/04
- 55/216: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2025/01/04
- 40/216: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/04
- 35/216: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/04
- 45/216: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2025/01/04
- 56/216: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/01/04
- 44/216: gnu: ntp: Fix build with gcc-14., guix-commits, 2025/01/04
- 38/216: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/04
- 53/216: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/04
- 60/216: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/04