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

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

bug#40717: closed (tests/print.scm is failing)


From: GNU bug Tracking System
Subject: bug#40717: closed (tests/print.scm is failing)
Date: Thu, 23 Apr 2020 14:07:02 +0000

Your message dated Thu, 23 Apr 2020 16:06:38 +0200
with message-id <address@hidden>
and subject line Re: tests/print.scm is failing
has caused the debbugs.gnu.org bug report #40717,
regarding tests/print.scm is failing
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40717: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40717
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: tests/print.scm is failing Date: Sun, 19 Apr 2020 18:20:26 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Hello,

Running 'make check TESTS=tests/print.scm' results in two failures:

FAIL: tests/print
=================

test-name: simple package
location: /home/marius/guix/tests/print.scm:70
source:
+ (test-equal
+   "simple package"
+   pkg-source
+   (package->code pkg))
expected-value: (package (name "test") (version "1.2.3") (source (origin 
(method url-fetch) (uri (string-append "file:///tmp/test-" version ".tar.gz")) 
(sha256 (base32 "070pwb7brdcn1mfvplkd56vjc7lbz4iznzkqvfsakvgbv68k71ah")))) 
(build-system gnu-build-system) (home-page "http://gnu.org";) (synopsis "Dummy") 
(description "This is a dummy package.") (license gpl3+))
actual-value: (define-public test (package (name "test") (version "1.2.3") 
(source (origin (method url-fetch) (uri (string-append "file:///tmp/test-" 
version ".tar.gz")) (sha256 (base32 
"070pwb7brdcn1mfvplkd56vjc7lbz4iznzkqvfsakvgbv68k71ah")))) (build-system (@ 
(guix build-system gnu) gnu-build-system)) (home-page "http://gnu.org";) 
(synopsis "Dummy") (description "This is a dummy package.") (license 
license:gpl3+)))
result: FAIL

test-name: package with inputs
location: /home/marius/guix/tests/print.scm:74
source:
+ (test-equal
+   "package with inputs"
+   pkg-with-inputs-source
+   (package->code pkg-with-inputs))
expected-value: (package (name "test") (version "1.2.3") (source (origin 
(method url-fetch) (uri (string-append "file:///tmp/test-" version ".tar.gz")) 
(sha256 (base32 "070pwb7brdcn1mfvplkd56vjc7lbz4iznzkqvfsakvgbv68k71ah")))) 
(build-system gnu-build-system) (inputs (quasiquote (("coreutils" (unquote (@ 
(gnu packages base) coreutils))) ("glibc" (unquote (@ (gnu packages base) 
glibc)) "debug")))) (home-page "http://gnu.org";) (synopsis "Dummy") 
(description "This is a dummy package.") (license gpl3+))
actual-value: (define-public test (package (name "test") (version "1.2.3") 
(source (origin (method url-fetch) (uri (string-append "file:///tmp/test-" 
version ".tar.gz")) (sha256 (base32 
"070pwb7brdcn1mfvplkd56vjc7lbz4iznzkqvfsakvgbv68k71ah")))) (build-system (@ 
(guix build-system gnu) gnu-build-system)) (inputs (quasiquote (("coreutils" 
(unquote (@ (gnu packages base) coreutils))) ("glibc" (unquote (@ (gnu packages 
base) glibc)) "debug")))) (home-page "http://gnu.org";) (synopsis "Dummy") 
(description "This is a dummy package.") (license license:gpl3+)))
result: FAIL

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: tests/print.scm is failing Date: Thu, 23 Apr 2020 16:06:38 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Marius Bakke <address@hidden> writes:

> Hello,
>
> Running 'make check TESTS=tests/print.scm' results in two failures:

Ricardo fixed this in 10af34cd7f1f4f9fb50db826d06233c83a9c0439.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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