git: 85eeb6ea62d4 - main - Temporarily skip usr.bin.diff.diff_test.functionname in CI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Feb 2022 08:32:36 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=85eeb6ea62d45c5df893a16b87969bd7313a3dbb
commit 85eeb6ea62d45c5df893a16b87969bd7313a3dbb
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-02-21 08:31:43 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-21 08:31:43 +0000
Temporarily skip usr.bin.diff.diff_test.functionname in CI
PR: 262086
Sponsored by: The FreeBSD Foundation
---
usr.bin/diff/tests/diff_test.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/usr.bin/diff/tests/diff_test.sh b/usr.bin/diff/tests/diff_test.sh
index fa76c7ada3eb..5bcc57e08159 100755
--- a/usr.bin/diff/tests/diff_test.sh
+++ b/usr.bin/diff/tests/diff_test.sh
@@ -283,6 +283,10 @@ binary_body()
functionname_body()
{
+ if [ "$(atf_config_get ci false)" = "true" ]; then
+ atf_skip "https://bugs.freebsd.org/262086"
+ fi
+
atf_check -o file:$(atf_get_srcdir)/functionname_c.out -s exit:1 \
diff -u -p -L functionname.in -L functionname_c.in \
"$(atf_get_srcdir)/functionname.in" "$(atf_get_srcdir)/functionname_c.in"