emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34229: closed (tests/upstream.scm fails on master)


From: GNU bug Tracking System
Subject: bug#34229: closed (tests/upstream.scm fails on master)
Date: Wed, 13 Jul 2022 15:13:01 +0000

Your message dated Wed, 13 Jul 2022 11:12:16 -0400
with message-id <87fsj5yrlb.fsf@gmail.com>
and subject line Re: bug#34229: tests/upstream.scm fails on master
has caused the debbugs.gnu.org bug report #34229,
regarding tests/upstream.scm fails on master
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
34229: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34229
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: tests/upstream.scm fails on master Date: Sun, 27 Jan 2019 22:49:41 -0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi,

At v0.16.0-1516-g86228e569 (current master branch head), the
upstream.scm test fails with the following log:

--8<---------------cut here---------------start------------->8---
FAIL: tests/upstream
====================

test-name: coalesce-sources same version
location: /home/marusich/guix/tests/upstream.scm:27
source:
+ (test-equal
+   "coalesce-sources same version"
+   (list (upstream-source
+           (package "foo")
+           (version "1")
+           (urls '("ftp://example.org/foo-1.tar.xz";
+                   "ftp://example.org/foo-1.tar.gz";))
+           (signature-urls
+             '("ftp://example.org/foo-1.tar.xz.sig";
+               "ftp://example.org/foo-1.tar.gz.sig";))))
+   (coalesce-sources
+     (list (upstream-source
+             (package "foo")
+             (version "1")
+             (urls '("ftp://example.org/foo-1.tar.gz";))
+             (signature-urls
+               '("ftp://example.org/foo-1.tar.gz.sig";)))
+           (upstream-source
+             (package "foo")
+             (version "1")
+             (urls '("ftp://example.org/foo-1.tar.xz";))
+             (signature-urls
+               '("ftp://example.org/foo-1.tar.xz.sig";))))))
expected-value: (#<<upstream-source> package: "foo" version: "1" urls: 
("ftp://example.org/foo-1.tar.xz"; "ftp://example.org/foo-1.tar.gz";) 
signature-urls: ("ftp://example.org/foo-1.tar.xz.sig"; 
"ftp://example.org/foo-1.tar.gz.sig";) input-changes: #<procedure d8a360 at 
ice-9/eval.scm:330:13 ()>>)
actual-value: (#<<upstream-source> package: "foo" version: "1" urls: 
("ftp://example.org/foo-1.tar.xz"; "ftp://example.org/foo-1.tar.gz";) 
signature-urls: ("ftp://example.org/foo-1.tar.xz.sig"; 
"ftp://example.org/foo-1.tar.gz.sig";) input-changes: #<procedure db3360 at 
ice-9/eval.scm:330:13 ()>>)
result: FAIL

random seed for tests: 1548664767
--8<---------------cut here---------------end--------------->8---

-- 
Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#34229: tests/upstream.scm fails on master Date: Wed, 13 Jul 2022 11:12:16 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Ricardo Wurmus <rekado@elephly.net> writes:

> Chris Marusich <cmmarusich@gmail.com> writes:
>
>> At v0.16.0-1516-g86228e569 (current master branch head), the
>> upstream.scm test fails with the following log:
>
> This is due to the changes in #34040 because one of the fields is now a
> procedure.  We’re discussing at #34040 how to change this.

I see this is fixed.  Closing.

Thanks!

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]