[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/169: gnu: go-google-golang-org-protobuf: Enable all tests
From: |
guix-commits |
Subject: |
34/169: gnu: go-google-golang-org-protobuf: Enable all tests |
Date: |
Thu, 26 Sep 2024 06:42:42 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 2f25d7c34d8fda641b1a84ea05154db8875bee7d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 12 22:53:50 2024 +0100
gnu: go-google-golang-org-protobuf: Enable all tests
* gnu/packages/golang-build.scm (go-google-golang-org-protobuf)
[arguments]: <#:phases>: Remove 'disable-failing-tests.
Change-Id: Iaec1e3238765e20ce7caecf60cdae7bc236161fc
---
gnu/packages/golang-build.scm | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 75eaf61b9d..11978d8524 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -868,18 +868,6 @@ values.")
#:import-path "google.golang.org/protobuf"
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'disable-failing-tests
- (lambda* (#:key tests? unpack-path #:allow-other-keys)
- (with-directory-excursion (string-append "src/" unpack-path)
- (substitute* (find-files "." "\\_test.go$")
- ;; XXX Failing on i686-linux:
- ;; panic: unaligned 64-bit atomic operation
- (("TestDynamicTypesExtensionNotFound")
- "OffTestDynamicTypesExtensionNotFound")
- (("TestDynamicTypesFilesChangeAfterCreation")
- "OffTestDynamicTypesFilesChangeAfterCreation")
- (("TestDynamicTypesFindExtensionByNameOrNumber")
- "OffTestDynamicTypesFindExtensionByNameOrNumber")))))
;; XXX: Workaround for go-build-system's lack of Go modules
;; support.
(delete 'build)
- 04/169: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0., (continued)
- 04/169: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0., guix-commits, 2024/09/26
- 14/169: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/09/26
- 01/169: gnu: go-github-com-lithammer-fuzzysearch: Enable tests., guix-commits, 2024/09/26
- 11/169: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz., guix-commits, 2024/09/26
- 16/169: import/go: Add comment about monorepo., guix-commits, 2024/09/26
- 20/169: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/09/26
- 15/169: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/09/26
- 17/169: build-system/go: Allow providing additional test flags., guix-commits, 2024/09/26
- 28/169: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/09/26
- 29/169: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/09/26
- 34/169: gnu: go-google-golang-org-protobuf: Enable all tests,
guix-commits <=
- 33/169: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/09/26
- 31/169: gnu: go-golang-org-x-xerrors: Fix indentation., guix-commits, 2024/09/26
- 39/169: gnu: go-github-com-dgraph-io-badger: Fix build., guix-commits, 2024/09/26
- 48/169: gnu: Add go-golang-org-x-telemetry., guix-commits, 2024/09/26
- 55/169: gnu: go-golang-org-x-vuln: Update to 1.1.3., guix-commits, 2024/09/26
- 06/169: gnu: go-github-com-jaytaylor-html2text: Update to 0.0.0-20230321000545-74c2419ad056., guix-commits, 2024/09/26
- 23/169: gnu: packages/golang-crypto: Apply #:subdir parameter., guix-commits, 2024/09/26
- 30/169: gnu: go-golang-org-x-xerrors: Update to 0.0.0-20200804184101-5ec99f83aff1., guix-commits, 2024/09/26
- 50/169: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., guix-commits, 2024/09/26
- 27/169: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/09/26