From: "Ludovic Courtès" <ludo@gnu.org>
To: Chris Marusich <cmmarusich@gmail.com>
Cc: 34229@debbugs.gnu.org
Subject: bug#34229: tests/upstream.scm fails on master
Date: Mon, 28 Jan 2019 13:49:48 +0100 [thread overview]
Message-ID: <87o981rloz.fsf@gnu.org> (raw)
In-Reply-To: <871s4x9sze.fsf@gmail.com> (Chris Marusich's message of "Sun, 27 Jan 2019 22:49:41 -0800")
Hello,
Chris Marusich <cmmarusich@gmail.com> skribis:
> At v0.16.0-1516-g86228e569 (current master branch head), the
> upstream.scm test fails with the following log:
>
> 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
Ricardo is working on it. ;-)
See <https://issues.guix.info/issue/34040>.
Ludo’.
prev parent reply other threads:[~2019-01-28 12:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-28 6:49 bug#34229: tests/upstream.scm fails on master Chris Marusich
2019-01-28 8:42 ` Ricardo Wurmus
2022-07-13 15:12 ` Maxim Cournoyer
2019-01-28 12:49 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o981rloz.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=34229@debbugs.gnu.org \
--cc=cmmarusich@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.