bug-guix
[Top][All Lists]
Advanced

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

bug#57573: disarchive: Test "[prop] Writing is reversible" fails


From: Maxime Devos
Subject: bug#57573: disarchive: Test "[prop] Writing is reversible" fails
Date: Sun, 4 Sep 2022 10:11:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

X-Debbugs-CC: Timothy Sample <samplet@ngyro.com>

Hi,

disarchive fails to build (on core-updates, more precisely as part of the antiox jobset on ci.guix.gnu.org).

The failing test is:

test-name: [prop] Writing is reversible
location: tests/kinds/octal.scm:128
source:
+ (test-assert
+   "[prop] Writing is reversible"
+   (quickcheck
+     (property
+       ((octal $octal))
+       (test-when
+         (valid-octal? octal)
+         (begin
+           (equal?
+             octal
+             (decode-octal (encode-octal octal))))))))
Falsifiable after 25 tests.
Seed: 318171092
octal = #<<unstructured-octal> value: 0 source: #<<zero-string> value: "0" trailer: "?">>
actual-value: #f
result: FAIL
(This appears to be a different test failure than in <https://issues.guix.gnu.org/48114>)

TBI ...

Greetings,
Maxime.






reply via email to

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