From: Chris Hofstaedtler Date: Tue, 2 Apr 2024 19:52:47 +0000 (+0200) Subject: tests: mark fadvise/drop as known failing on buildds X-Git-Tag: archive/raspbian/2.40.2-8+rpi1~1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e7dc71458b386d7b40fda4815f8094d49cf6fea6;p=util-linux.git tests: mark fadvise/drop as known failing on buildds buildds build on a tmpfs, but this is not visible inside the build environment. Gbp-Pq: Topic debian Gbp-Pq: Name tests-mark-fadvise-drop-as-known-failing-on-buildds.patch --- diff --git a/tests/ts/fadvise/drop b/tests/ts/fadvise/drop index 45dcb91..c01e16c 100755 --- a/tests/ts/fadvise/drop +++ b/tests/ts/fadvise/drop @@ -6,6 +6,9 @@ TS_DESC="drop page caches related to a file" . "$TS_TOPDIR"/functions.sh ts_init "$*" +# fails on Debian buildds, because the buildds use tmpfs hidden behind an unshare namespace. +TS_KNOWN_FAIL="yes" + ts_check_test_command "$TS_CMD_FADVISE" ts_check_test_command "$TS_CMD_FINCORE" ts_check_test_command "$TS_CMD_FINDMNT"