mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: delve: Enable tests.
* gnu/packages/debug.scm (delve)[arguments]<tests?>: Enable. <test-flags>: Skip 2 problematic tests. Change-Id: I35e013b52a8f464608e41ad444d603ee7829c472
This commit is contained in:
parent
9e09b1f9a2
commit
dc4b93311c
1 changed files with 10 additions and 6 deletions
|
@ -1068,10 +1068,14 @@ to aid in debugging.")
|
||||||
(delete-file-recursively "vendor")))))
|
(delete-file-recursively "vendor")))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;XXX: Some tests fail, check why.
|
(list
|
||||||
|
#:install-source? #f
|
||||||
#:import-path "github.com/go-delve/delve/cmd/dlv"
|
#:import-path "github.com/go-delve/delve/cmd/dlv"
|
||||||
#:unpack-path "github.com/go-delve/delve"
|
#:unpack-path "github.com/go-delve/delve"
|
||||||
#:install-source? #f))
|
;; [1] Want mod github.com/go-delve/delve and dep
|
||||||
|
;; github.com/google/go-dap in the output.
|
||||||
|
;; [2] Output of go tool nm contains MethodByName.
|
||||||
|
#:test-flags #~(list "-skip" "TestVersion|TestDeadcodeEliminated")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-cilium-ebpf
|
(list go-github-com-cilium-ebpf
|
||||||
go-github-com-cosiner-argv
|
go-github-com-cosiner-argv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue