mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-exp: Update to 0.0.0-20241217172543-b2144cdd0a67.
* gnu/packages/golang-build.scm (go-golang-org-x-exp): Update to 0.0.0-20241217172543-b2144cdd0a67. [argumetns] <test-flags>: Skip 5 more tests. Change-Id: I57d3f40e51d59ad59c84287e89ff0f0e59845945
This commit is contained in:
parent
54760c3c52
commit
5e2566906a
1 changed files with 25 additions and 8 deletions
|
@ -473,7 +473,7 @@ language.")
|
||||||
(define-public go-golang-org-x-exp
|
(define-public go-golang-org-x-exp
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-exp")
|
(name "go-golang-org-x-exp")
|
||||||
(version "0.0.0-20240808152545-0cdaa3abc0fa")
|
(version "0.0.0-20241217172543-b2144cdd0a67")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -482,7 +482,7 @@ language.")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sa03fm57326qnchvfza7am7jjlz32l1yyqbdvy6mknw5bmp8a71"))
|
(base32 "01dq7llbqqdybv5s372zwlfiyq2syqpfqs7h4lxvbpqjq0aayf60"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -502,11 +502,28 @@ language.")
|
||||||
#:skip-build? #t
|
#:skip-build? #t
|
||||||
#:import-path "golang.org/x/exp"
|
#:import-path "golang.org/x/exp"
|
||||||
#:test-flags
|
#:test-flags
|
||||||
;; Disable failing tests: error running `go mod init`: go:
|
#~(list "-skip"
|
||||||
;; modules disabled by GO111MODULE=off.
|
(string-join
|
||||||
#~(list "-skip" (string-join
|
(list
|
||||||
(list "TestRelease_gitRepo_uncommittedChanges"
|
;; Disable failing tests: error running `go mod init`:
|
||||||
"TestFailure")
|
;; go: modules disabled by GO111MODULE=off.
|
||||||
|
"TestRelease_gitRepo_uncommittedChanges"
|
||||||
|
"TestFailure"
|
||||||
|
;; Delete: want nil discarded elements, got
|
||||||
|
;; 0xc000012858, 0xc000012860
|
||||||
|
"TestDeleteClearTail"
|
||||||
|
;; DeleteFunc: want nil discarded elements, got
|
||||||
|
;; 0xc000012910, 0xc000012918
|
||||||
|
"TestDeleteFuncClearTail"
|
||||||
|
;; Compact: want nil discarded elements, got
|
||||||
|
;; 0xc000012b30, 0xc000012b38
|
||||||
|
"TestCompactClearTail"
|
||||||
|
;; CompactFunc: want nil discarded elements, got
|
||||||
|
;; 0xc000012be8, 0xc000012bf0
|
||||||
|
"TestCompactFuncClearTail"
|
||||||
|
;; Replace: want nil discarded element, got
|
||||||
|
;; 0xc000013058
|
||||||
|
"TestReplaceClearTail")
|
||||||
"|"))
|
"|"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue