[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/88: gnu: go-github-com-frankban-quicktest: Disable failing tests.
From: |
guix-commits |
Subject: |
66/88: gnu: go-github-com-frankban-quicktest: Disable failing tests. |
Date: |
Fri, 6 Dec 2024 16:17:30 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 33e7b7f7cea8f1dc5b6fa71f82af8ddc1f25c120
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 6 19:51:20 2024 +0000
gnu: go-github-com-frankban-quicktest: Disable failing tests.
The project looks like abandoned but still in use by some other packages
in Guix.
* gnu/packages/golang-check.scm (go-github-com-frankban-quicktest)
[arguments]<test-flags>: Disable some failing tests.
Change-Id: Id67c9101b42fd999a03c8ee3964104ed0f8636b8
---
gnu/packages/golang-check.scm | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 55d43d5c86..91e04575d2 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -334,6 +334,9 @@ fgprof is designed for analyzing applications with mixed
I/O and CPU
workloads. This kind of profiling is also known as wall-clock profiling.")
(license license:expat)))
+;; XXX: The project looks like abandoned, see
+;; <https://github.com/frankban/quicktest/issues/172>, remove when nothing
+;; depends on it.
(define-public go-github-com-frankban-quicktest
(package
(name "go-github-com-frankban-quicktest")
@@ -350,9 +353,18 @@ workloads. This kind of profiling is also known as
wall-clock profiling.")
(build-system go-build-system)
(arguments
(list
+ #:test-flags
+ #~(list "-skip" (string-join
+ (list "TestReportOutput"
+ "TestIndirectReportOutput"
+ "TestMultilineReportOutput"
+ "TestCmpReportOutput"
+ "TestTopLevelAssertReportOutput")
+ "|"))
#:import-path "github.com/frankban/quicktest"))
(propagated-inputs
- (list go-github-com-google-go-cmp go-github-com-kr-pretty))
+ (list go-github-com-google-go-cmp
+ go-github-com-kr-pretty))
(home-page "https://github.com/frankban/quicktest")
(synopsis "Quick helpers for testing Go applications")
(description
- 26/88: gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1., (continued)
- 26/88: gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1., guix-commits, 2024/12/06
- 27/88: gnu: go-github-com-bmatcuk-doublestar: Move to golang-xyz., guix-commits, 2024/12/06
- 36/88: gnu: go-github-com-urfave-cli: Move to golang-xyz., guix-commits, 2024/12/06
- 29/88: gnu: go-github-com-olekukonko-tablewriter: Update to 0.0.5., guix-commits, 2024/12/06
- 34/88: gnu: go-github-com-urfave-cli: Update to 1.22.16., guix-commits, 2024/12/06
- 31/88: gnu: Add go-csv2table., guix-commits, 2024/12/06
- 35/88: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/12/06
- 38/88: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/12/06
- 39/88: gnu: go-github-com-miolini-datacounter: Move to golang-xyz., guix-commits, 2024/12/06
- 64/88: gnu: go-github-com-spf13-cobra: Adjust inputs., guix-commits, 2024/12/06
- 66/88: gnu: go-github-com-frankban-quicktest: Disable failing tests.,
guix-commits <=
- 67/88: gnu: go-github-com-charmbracelet-lipgloss: Remove examples., guix-commits, 2024/12/06
- 28/88: gnu: go-github-com-mitchellh-mapstructure: Move to golang-xyz., guix-commits, 2024/12/06
- 33/88: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/12/06
- 41/88: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/12/06
- 45/88: gnu: kurly: Improve package style., guix-commits, 2024/12/06
- 46/88: gnu: packages/curl: Remove golang module., guix-commits, 2024/12/06
- 49/88: gnu: go-github-com-gdamore-tcell: Update to 1.4.0., guix-commits, 2024/12/06
- 40/88: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/12/06
- 62/88: gnu: go-github-com-vishvananda-netns: Move to golang-web., guix-commits, 2024/12/06
- 71/88: gnu: Add go-github-com-shurcool-graphql., guix-commits, 2024/12/06