mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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
This commit is contained in:
parent
d7e45fbcc7
commit
91eb6e0c5d
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue