Skip to content
Commits on Source (2)
libzstd (1.3.8+dfsg-2) UNRELEASED; urgency=medium
* Add patch skipping tests failing on GNU/Hurd when writing to special files
such as /dev/zero or /dev/random
-- Alexandre Mestiashvili <mestia@debian.org> Thu, 03 Jan 2019 14:47:31 +0100
libzstd (1.3.8+dfsg-1) experimental; urgency=medium
* Add .circleci to Files-Excluded
......
Description: Skip for now tests failing on hurd with an unclear message:
"Computer bought the farm"
Description: Skip test failing on GNU/Hurd when writing on /dev/zero or
/dev/random. On different GNU/Hurd installations writing to either one or
another would fail. Currently writing to /dev/random results in the message
"Computer bought the farm" and exit status 1
See also: https://github.com/facebook/zstd/issues/1116
From: Alex Mestiashvili <mestia@debian.org>
--- libzstd.orig/tests/playTests.sh
......@@ -8,7 +10,7 @@ From: Alex Mestiashvili <mestia@debian.org>
test ! -f tmp # tmp should no longer be present
$ZSTD -f -d --rm tmp.zst
test ! -f tmp.zst # tmp.zst should no longer be present
+if [ "$DEBARCH" != 'hurd-i386' ]
+if [ "$(dpkg-architecture -qDEB_HOST_ARCH)" != 'hurd-i386' ]
+then
$ECHO "test : should quietly not remove non-regular file"
$ECHO hello > tmp
......
0006-Use-bash-for-test-script-portablitity.patch
0008-Address-embedded-zlib.patch
0013-skip-memory-greedy-tests.patch
0015-Skip-dev-random-tests-on-hurd.patch
0014-Reproducible-build.patch
0015-Skip-dev-random-tests-on-hurd.patch