summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/tests-mark-fadvise-drop-as-known-failing-on-buildds.patch
blob: a876211866989a53d00e46e9f9266f6214c5bc0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Chris Hofstaedtler <zeha@debian.org>
Date: Tue, 2 Apr 2024 21:52:47 +0200
Subject: tests: mark fadvise/drop as known failing on buildds

buildds build on a tmpfs, but this is not visible inside the build environment.
---
 tests/ts/fadvise/drop | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/ts/fadvise/drop b/tests/ts/fadvise/drop
index 45dcb91..044f33a 100755
--- a/tests/ts/fadvise/drop
+++ b/tests/ts/fadvise/drop
@@ -3,6 +3,9 @@
 TS_TOPDIR="${0%/*}/../.."
 TS_DESC="drop page caches related to a file"
 
+# fails on Debian buildds, because the buildds use tmpfs hidden behind an unshare namespace.
+TS_KNOWN_FAIL="yes"
+
 . "$TS_TOPDIR"/functions.sh
 ts_init "$*"