File: hardlink-tests-known-failed.patch

package info (click to toggle)
util-linux 2.41.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 93,048 kB
  • sloc: ansic: 179,151; sh: 22,703; yacc: 1,284; makefile: 527; xml: 422; python: 316; lex: 89; ruby: 75; csh: 37; exp: 19; sed: 16; perl: 15; sql: 9
file content (23 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (3)
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, 12 Apr 2022 20:35:57 +0000
Subject: hardlink tests: set known failed

sha256 cannot be initialized on some archs / buildds.
---
 tests/ts/hardlink/options | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/ts/hardlink/options b/tests/ts/hardlink/options
index 1000714..7cf9ff9 100755
--- a/tests/ts/hardlink/options
+++ b/tests/ts/hardlink/options
@@ -27,6 +27,9 @@ ts_check_prog xz
 ts_check_prog tar
 ts_check_prog wc
 
+# on some archs sha256 cannot be used
+TS_KNOWN_FAIL="yes"
+
 SRCDIR="$TS_OUTDIR/testdir1"
 
 create_srcdir()