mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +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
29f5d71b97
commit
700094f4d9
1 changed files with 7 additions and 0 deletions
|
@ -883,6 +883,13 @@ (define-public go-1.21
|
|||
(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…
Reference in a new issue