* [bug#54313] [PATCH 01/10] gnu: Fix sbcl-proc-parse tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54314] [PATCH 02/10] gnu: Fix sbcl-myway tests Aurora via Guix-patches via
` (9 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54313; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7f5d3ed..88a8669 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2410,8 +2410,8 @@ named color.")
(native-inputs
(list sbcl-prove))
(arguments
- ;; TODO: Tests don't find "proc-parse-test", why?
- `(#:tests? #f))
+ '(#:asd-systems '("proc-parse-test"
+ "proc-parse")))
(synopsis "Procedural vector parser")
(description
"This is a string/octets parser library for Common Lisp with speed and
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54314] [PATCH 02/10] gnu: Fix sbcl-myway tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54313] [PATCH 01/10] gnu: Fix sbcl-proc-parse tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54315] [PATCH 03/10] gnu: Fix sbcl-xsubseq tests Aurora via Guix-patches via
` (8 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54314; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 88a8669..196e083 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4333,9 +4333,7 @@ Lisp. It is intended to be a replacement of PURI.")
(base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; Tests fail with: Component MYWAY-ASD::MYWAY-TEST not found, required
- ;; by #<SYSTEM "myway">. Why?
- '(#:tests? #f))
+ '(#:asd-systems '("myway-test" "myway")))
(native-inputs
(list sbcl-prove))
(inputs
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54315] [PATCH 03/10] gnu: Fix sbcl-xsubseq tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54313] [PATCH 01/10] gnu: Fix sbcl-proc-parse tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54314] [PATCH 02/10] gnu: Fix sbcl-myway tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54316] [PATCH 04/10] gnu: Fix sbcl-smart-buffer tests Aurora via Guix-patches via
` (7 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54315; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 196e083..37a6e5a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4366,9 +4366,7 @@ Lisp. It is intended to be a replacement of PURI.")
(base32 "1xz79q0p2mclf3sqjiwf6izdpb6xrsr350bv4mlmdlm6rg5r99px"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; Tests fail with: Component XSUBSEQ-ASD::XSUBSEQ-TEST not found,
- ;; required by #<SYSTEM "xsubseq">. Why?
- '(#:tests? #f))
+ '(#:asd-systems '("xsubseq-test" "xsubseq")))
(native-inputs
(list sbcl-prove))
(home-page "https://github.com/fukamachi/xsubseq")
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54316] [PATCH 04/10] gnu: Fix sbcl-smart-buffer tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (2 preceding siblings ...)
2022-03-09 20:27 ` [bug#54315] [PATCH 03/10] gnu: Fix sbcl-xsubseq tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54317] [PATCH 05/10] gnu: Fix sbcl-fast-http tests Aurora via Guix-patches via
` (6 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54316; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 37a6e5a..73ed1bc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4399,11 +4399,10 @@ effieiently.")
(base32 "0qz1zzxx0wm5ff7gpgsq550a59p0qj594zfmm2rglj97dahj54l7"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; Tests fail with: Component SMART-BUFFER-ASD::SMART-BUFFER-TEST not
- ;; found, required by #<SYSTEM "smart-buffer">. Why?
- `(#:tests? #f))
+ '(#:asd-systems '("smart-buffer-test" "smart-buffer")))
(native-inputs
- (list sbcl-prove))
+ (list sbcl-prove
+ sbcl-babel))
(inputs
(list sbcl-xsubseq sbcl-flexi-streams))
(home-page "https://github.com/fukamachi/smart-buffer")
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54317] [PATCH 05/10] gnu: Fix sbcl-fast-http tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (3 preceding siblings ...)
2022-03-09 20:27 ` [bug#54316] [PATCH 04/10] gnu: Fix sbcl-smart-buffer tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54318] [PATCH 06/10] gnu: Fix sbcl-http-body tests Aurora via Guix-patches via
` (5 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54317; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 73ed1bc..560937d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4435,9 +4435,7 @@ depending on content size.")
(base32 "0al2g7g219jjljsf7b23pbilpgacxy5as5gs2nqf76b5qni396mi"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; Tests fail with: Component FAST-HTTP-ASD::FAST-HTTP-TEST not found,
- ;; required by #<SYSTEM "fast-http">. Why?
- `(#:tests? #f))
+ '(#:asd-systems '("fast-http-test" "fast-http")))
(native-inputs
`(("sbcl-prove" ,sbcl-prove)
("cl-syntax" ,sbcl-cl-syntax)))
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54318] [PATCH 06/10] gnu: Fix sbcl-http-body tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (4 preceding siblings ...)
2022-03-09 20:27 ` [bug#54317] [PATCH 05/10] gnu: Fix sbcl-fast-http tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54319] [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests Aurora via Guix-patches via
` (4 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54318; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 560937d..445456a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4612,11 +4612,9 @@ CCL.")
(base32 "1jd06snjvxcprhapgfq8sx0y5lrldkvhf206ix6d5a23dd6zcmr0"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; Tests fail with: Component HTTP-BODY-ASD::HTTP-BODY-TEST not
- ;; found, required by #<SYSTEM "http-body">. Why?
- `(#:tests? #f))
+ '(#:asd-systems '("http-body-test" "http-body")))
(native-inputs
- (list sbcl-prove))
+ (list sbcl-prove sbcl-trivial-utf-8))
(inputs
(list sbcl-fast-http sbcl-jonathan sbcl-quri))
(home-page "https://github.com/fukamachi/http-body")
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54319] [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (5 preceding siblings ...)
2022-03-09 20:27 ` [bug#54318] [PATCH 06/10] gnu: Fix sbcl-http-body tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54320] [PATCH 08/10] gnu: Fix sbcl-mito tests Aurora via Guix-patches via
` (3 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54319; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 445456a..e3fac90 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5841,8 +5841,7 @@ cookie headers, cookie creation, cookie jar creation and more.")
(native-inputs
(list sbcl-prove))
(arguments
- ;; TODO: Tests fail because cl-cookie depends on cl-cookie-test.
- `(#:tests? #f))
+ '(#:asd-systems '("cl-cookie-test" "cl-cookie")))
(synopsis "HTTP cookie manager for Common Lisp")
(description "cl-cookie is a Common Lisp library featuring parsing of
cookie headers, cookie creation, cookie jar creation and more.")
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54320] [PATCH 08/10] gnu: Fix sbcl-mito tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (6 preceding siblings ...)
2022-03-09 20:27 ` [bug#54319] [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54321] [PATCH 09/10] gnu: Fix sbcl-cl-locale tests Aurora via Guix-patches via
` (2 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54320; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e3fac90..af8ea66 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12226,9 +12226,7 @@ can separate configuration system from an implementation.")
(("\\(:test-file \"postgres-types\"\\)") "")
(("\\(:test-file \"mixin\"\\)") ""))
#t)))
- ;; TODO: While all enabled tests pass, the phase fails with:
- ;; Component MITO-ASD::MITO-TEST not found, required by #<SYSTEM "mito">
- #:tests? #f))
+ #:asd-systems '("mito-test" "mito")))
(synopsis "ORM for Common Lisp with migrations and relationships support")
(description "Mito is yet another object relational mapper, and it aims
to be a successor of Integral.
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54321] [PATCH 09/10] gnu: Fix sbcl-cl-locale tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (7 preceding siblings ...)
2022-03-09 20:27 ` [bug#54320] [PATCH 08/10] gnu: Fix sbcl-mito tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54322] [PATCH 10/10] gnu: Fix sbcl-assoc-utils tests Aurora via Guix-patches via
2022-03-09 23:16 ` [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages) Aurora via Guix-patches via
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54321; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index af8ea66..6ff7606 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16581,17 +16581,7 @@ combinators in Common Lisp, similar in concept to Haskell Parsec system.")
(base32 "1rhannhpsw1yg1fpflam483a3w9qb1izgyvmnmiddv3dn4qsmn9p"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; FIXME: (Sharlatan-20210523T190658+0100): All tests passed ok but
- ;; successfully failed in the end:
- ;;
- ;; Summary:
- ;; All 1 file passed.
- ;; Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY
- ;; in thread #<SB-THREAD:THREAD "main thread" RUNNING {100B6C8253}>:
- ;; Component CL-LOCALE-ASD::CL-LOCALE-TEST not found, required by
- ;; #<SYSTEM "cl-locale">
- ;;
- `(#:tests? #f))
+ '(#:asd-systems '("cl-locale-test" "cl-locale")))
(native-inputs
`(("prove" ,sbcl-prove)
("flexi-streams" ,sbcl-flexi-streams)))
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54322] [PATCH 10/10] gnu: Fix sbcl-assoc-utils tests
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (8 preceding siblings ...)
2022-03-09 20:27 ` [bug#54321] [PATCH 09/10] gnu: Fix sbcl-cl-locale tests Aurora via Guix-patches via
@ 2022-03-09 20:27 ` Aurora via Guix-patches via
2022-03-09 23:16 ` [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages) Aurora via Guix-patches via
10 siblings, 0 replies; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 20:27 UTC (permalink / raw)
To: 54322; +Cc: Aurora
---
gnu/packages/lisp-xyz.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6ff7606..8c27339 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17255,15 +17255,7 @@ computing and event based message handling.")
(base32 "1yac1v7zmdxj0p6rvwrrhyqvy7yjfhmqbchkwqhhr89gpjvvaick"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; All test cases pass, but tests successfully fail at the end:
- ;;
- ;; Summary:
- ;; All 1 file passed.
- ;; Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread
- ;; #<SB-THREAD:THREAD "main thread" RUNNING {1001858103}>:
- ;; Component ASSOC-UTILS-ASD::ASSOC-UTILS-TEST not found, required by
- ;; #<SYSTEM "assoc-utils">
- `(#:tests? #f))
+ '(#:asd-systems '("assoc-utils-test" "assoc-utils")))
(native-inputs
(list sbcl-prove))
(home-page "https://github.com/fukamachi/assoc-utils")
--
2.30.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages)
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
` (9 preceding siblings ...)
2022-03-09 20:27 ` [bug#54322] [PATCH 10/10] gnu: Fix sbcl-assoc-utils tests Aurora via Guix-patches via
@ 2022-03-09 23:16 ` Aurora via Guix-patches via
2022-03-10 14:46 ` bug#54312: [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Guillaume Le Vaillant
10 siblings, 1 reply; 13+ messages in thread
From: Aurora via Guix-patches via @ 2022-03-09 23:16 UTC (permalink / raw)
To: 54312
Apologies regarding the multiple patches sent.
I had misunderstood part of the email submission infrastructure and
assumed that debbugs cared about the in-reply-to headers. I have been
informed in irc that it *does not* and that a split sending procedure
using the thread comments to submit the rest of the patches is
necessary.
^ permalink raw reply [flat|nested] 13+ messages in thread