guix-commits
[Top][All Lists]
Advanced

[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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]